[Glibc-bsd-commits] r3351 - in trunk/freebsd-buildutils/debian: . patches

Guillem Jover guillem at alioth.debian.org
Mon May 30 02:10:06 UTC 2011


Author: guillem
Date: 2011-05-30 02:10:06 +0000 (Mon, 30 May 2011)
New Revision: 3351

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/patches/01_make_fixes.diff
Log:
Refer to Debian instead of FreeBSD in unix variable and remove .FreeBSD

Closes: #493841


Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2011-05-29 20:14:13 UTC (rev 3350)
+++ trunk/freebsd-buildutils/debian/changelog	2011-05-30 02:10:06 UTC (rev 3351)
@@ -26,6 +26,8 @@
   * Install binaries directly to /usr/lib/freebsd instead of relocating them
     from /usr/bin and /usr/sbin.
   * Install the man pages. (Closes: #493898)
+  * Change ‘unix’ freebsd-make variable to “We run Debian, not UNIX.” and
+    remove ‘.FreeBSD’ freebsd-make variable. (Closes: #493841)
 
  -- Robert Millan <rmh at debian.org>  Thu, 13 Jan 2011 18:29:12 +0100
 

Modified: trunk/freebsd-buildutils/debian/patches/01_make_fixes.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/01_make_fixes.diff	2011-05-29 20:14:13 UTC (rev 3350)
+++ trunk/freebsd-buildutils/debian/patches/01_make_fixes.diff	2011-05-30 02:10:06 UTC (rev 3351)
@@ -4,7 +4,8 @@
  src/share/mk/bsd.lib.mk  |   18 +++++++++---------
  src/share/mk/bsd.man.mk  |    8 ++++----
  src/share/mk/bsd.own.mk  |    8 ++++----
- 5 files changed, 23 insertions(+), 33 deletions(-)
+ src/share/mk/sys.mk      |    3 +--
+ 6 files changed, 24 insertions(+), 35 deletions(-)
 
 --- a/src/share/mk/bsd.incs.mk
 +++ b/src/share/mk/bsd.incs.mk
@@ -192,3 +193,15 @@
  SHAREMODE?=	${NOBINMODE}
  
  MANDIR?=	${SHAREDIR}/man/man
+--- a/src/share/mk/sys.mk
++++ b/src/share/mk/sys.mk
+@@ -1,8 +1,7 @@
+ #	from: @(#)sys.mk	8.2 (Berkeley) 3/21/94
+ # $FreeBSD$
+ 
+-unix		?=	We run FreeBSD, not UNIX.
+-.FreeBSD	?=	true
++unix		?=	We run Debian, not UNIX.
+ 
+ # If the special target .POSIX appears (without prerequisites or
+ # commands) before the first noncomment line in the makefile, make shall




More information about the Glibc-bsd-commits mailing list