summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-02 21:09:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-02 21:09:48 +0000
commit40f0abf8cb3bc3eb79a90c65ebd91d3c9ed61ff0 (patch)
tree3616187620bff6bd779ea6bb7444f6f3c75ab7ef /sys-freebsd/freebsd-ubin/files
parentStable on hppa. Fix #127924 and unexpected relocs 0x42. (diff)
downloadhistorical-40f0abf8cb3bc3eb79a90c65ebd91d3c9ed61ff0.tar.gz
historical-40f0abf8cb3bc3eb79a90c65ebd91d3c9ed61ff0.tar.bz2
historical-40f0abf8cb3bc3eb79a90c65ebd91d3c9ed61ff0.zip
Drop outdated files and add a cron file for locate.updatedb rather than using the periodic script.
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'sys-freebsd/freebsd-ubin/files')
-rw-r--r--sys-freebsd/freebsd-ubin/files/freebsd-ubin-bsdcmp.patch12
-rw-r--r--sys-freebsd/freebsd-ubin/files/freebsd-ubin-fixmakefiles.patch87
-rw-r--r--sys-freebsd/freebsd-ubin/files/freebsd-ubin-flex.patch24
-rw-r--r--sys-freebsd/freebsd-ubin/files/locate-updatedb-cron6
4 files changed, 6 insertions, 123 deletions
diff --git a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-bsdcmp.patch b/sys-freebsd/freebsd-ubin/files/freebsd-ubin-bsdcmp.patch
deleted file mode 100644
index d4123b2fe61b..000000000000
--- a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-bsdcmp.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur usr.bin/cmp/Makefile usr.bin-cmp/cmp/Makefile
---- usr.bin/cmp/Makefile 2002-02-08 22:31:36 +0000
-+++ usr.bin-cmp/cmp/Makefile 2005-05-12 11:44:55 +0000
-@@ -1,7 +1,7 @@
- # @(#)Makefile 8.1 (Berkeley) 6/6/93
- # $FreeBSD: src/usr.bin/cmp/Makefile,v 1.6 2002/02/08 22:31:36 markm Exp $
-
--PROG= cmp
-+PROG= bsdcmp
- SRCS= cmp.c misc.c regular.c special.c
-
- .include <bsd.prog.mk>
diff --git a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-fixmakefiles.patch b/sys-freebsd/freebsd-ubin/files/freebsd-ubin-fixmakefiles.patch
deleted file mode 100644
index 7b0cb346917b..000000000000
--- a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-fixmakefiles.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff -ur usr.bin.orig/calendar/Makefile usr.bin/calendar/Makefile
---- usr.bin.orig/calendar/Makefile Thu Apr 7 20:52:57 2005
-+++ usr.bin/calendar/Makefile Thu Apr 7 20:56:53 2005
-@@ -10,6 +10,7 @@
- TEXTMODE?= 444
-
- beforeinstall:
-+ ${INSTALL} -d ${DESTDIR}${SHAREDIR}/calendar
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
- ${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}/calendar
- .for lang in ${INTER}
-Only in usr.bin/calendar: Makefile.orig
-diff -ur usr.bin.orig/ee/Makefile usr.bin/ee/Makefile
---- usr.bin.orig/ee/Makefile Thu Apr 7 20:52:57 2005
-+++ usr.bin/ee/Makefile Thu Apr 7 20:57:14 2005
-@@ -12,12 +12,12 @@
- NLS= en_US.US-ASCII fr_FR.ISO8859-1 de_DE.ISO8859-1 pl_PL.ISO8859-2 \
- uk_UA.KOI8-U ru_RU.KOI8-R
-
--NLSLINKS_en_US.US-ASCII= en_US.ISO8859-1 en_US.ISO8859-15
--NLSLINKS_fr_FR.ISO8859-1= fr_BE.ISO8859-1 fr_BE.ISO8859-15 \
-- fr_CA.ISO8859-1 fr_CA.ISO8859-15 fr_CH.ISO8859-1 fr_CH.ISO8859-15 \
-- fr_FR.ISO8859-15
--NLSLINKS_de_DE.ISO8859-1= de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO8859-1 \
-- de_CH.ISO8859-15 de_DE.ISO8859-15
-+#NLSLINKS_en_US.US-ASCII= en_US.ISO8859-1 en_US.ISO8859-15
-+#NLSLINKS_fr_FR.ISO8859-1= fr_BE.ISO8859-1 fr_BE.ISO8859-15 \
-+# fr_CA.ISO8859-1 fr_CA.ISO8859-15 fr_CH.ISO8859-1 fr_CH.ISO8859-15 \
-+# fr_FR.ISO8859-15
-+#NLSLINKS_de_DE.ISO8859-1= de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO8859-1 \
-+# de_CH.ISO8859-15 de_DE.ISO8859-15
-
- NLSSRCFILES=ee.msg
- .for lang in ${NLS}
-Only in usr.bin/ee: Makefile.orig
-diff -ur usr.bin.orig/kdump/Makefile usr.bin/kdump/Makefile
---- usr.bin.orig/kdump/Makefile Thu Apr 7 20:52:57 2005
-+++ usr.bin/kdump/Makefile Thu Apr 7 20:57:20 2005
-@@ -5,7 +5,7 @@
-
- PROG= kdump
- SRCS= kdump.c ioctl.c subr.c
--CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR}/../..
-+CFLAGS+= -I${.CURDIR}/../ktrace -I/usr/src
-
- CLEANFILES= ioctl.c
-
-Only in usr.bin/kdump: Makefile.orig
-diff -ur usr.bin.orig/truss/Makefile usr.bin/truss/Makefile
---- usr.bin.orig/truss/Makefile Thu Apr 7 20:52:59 2005
-+++ usr.bin/truss/Makefile Thu Apr 7 20:57:29 2005
-@@ -14,18 +14,18 @@
-
- .SUFFIXES: .master
-
--i386l-syscalls.master: ${.CURDIR}/../../sys/i386/linux/syscalls.master
-+i386l-syscalls.master: /usr/src/sys/i386/linux/syscalls.master
- cat ${.ALLSRC} > i386l-syscalls.master
-
- linux_syscalls.h: i386l-syscalls.master
-- /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh i386l-syscalls.master \
-+ /bin/sh /usr/src/sys/kern/makesyscalls.sh i386l-syscalls.master \
- ${.CURDIR}/i386linux.conf
-
--syscalls.master: ${.CURDIR}/../../sys/kern/syscalls.master
-+syscalls.master: /usr/src/sys/kern/syscalls.master
- cat ${.ALLSRC} > syscalls.master
-
- syscalls.h: syscalls.master
-- /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh syscalls.master \
-+ /bin/sh /usr/src/sys/kern/makesyscalls.sh syscalls.master \
- ${.CURDIR}/i386.conf
-
- ioctl.c: ${.CURDIR}/../kdump/mkioctls
-Only in usr.bin/truss: Makefile.orig
-diff -ur usr.bin.orig/vi/Makefile usr.bin/vi/Makefile
---- usr.bin.orig/vi/Makefile Thu Apr 7 20:52:59 2005
-+++ usr.bin/vi/Makefile Thu Apr 7 20:57:37 2005
-@@ -74,6 +74,7 @@
- SRCS+= vs_line.c vs_msg.c vs_refresh.c vs_relative.c vs_smap.c vs_split.c
-
- afterinstall:
-+ ${INSTALL} -d ${DESTDIR}/usr/share/vi/catalog
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${CATALOGS:S;^;${SRCDIR}/catalog/;} \
- ${DESTDIR}/usr/share/vi/catalog
-Only in usr.bin/vi: Makefile.orig
diff --git a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-flex.patch b/sys-freebsd/freebsd-ubin/files/freebsd-ubin-flex.patch
deleted file mode 100644
index 0c24683d5542..000000000000
--- a/sys-freebsd/freebsd-ubin/files/freebsd-ubin-flex.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur usr.bin/colldef/Makefile usr.bin-flex/colldef/Makefile
---- usr.bin/colldef/Makefile 2002-02-08 23:07:34 +0000
-+++ usr.bin-flex/colldef/Makefile 2005-05-05 17:32:03 +0000
-@@ -5,7 +5,7 @@
- LFLAGS= -8 -i
- CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
- CFLAGS+=-DCOLLATE_DEBUG -DYY_NO_UNPUT
--LDADD= -ll
-+LDADD= -lfl
- DPADD= ${LIBL}
-
- .include <bsd.prog.mk>
-diff -ur usr.bin/xlint/lint1/Makefile usr.bin-flex/xlint/lint1/Makefile
---- usr.bin/xlint/lint1/Makefile 2004-02-05 22:44:25 +0000
-+++ usr.bin-flex/xlint/lint1/Makefile 2005-05-05 17:32:25 +0000
-@@ -7,7 +7,7 @@
- MAN= lint.7
- CLEANFILES= lint.7
-
--LDADD= -ll -lm
-+LDADD= -lfl -lm
- DPADD= ${LIBL} ${LIBM}
- CFLAGS+= -I. -I${.CURDIR}
- LINTFLAGS=-aehpz
diff --git a/sys-freebsd/freebsd-ubin/files/locate-updatedb-cron b/sys-freebsd/freebsd-ubin/files/locate-updatedb-cron
new file mode 100644
index 000000000000..067e7ec6580a
--- /dev/null
+++ b/sys-freebsd/freebsd-ubin/files/locate-updatedb-cron
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+if [ -x /usr/libexec/locate.updatedb ]
+then
+ nice /usr/libexec/locate.updatdb
+fi