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

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Mon Jan 5 13:04:31 UTC 2009


Author: ps-guest
Date: 2009-01-05 13:04:31 +0000 (Mon, 05 Jan 2009)
New Revision: 2338

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/patches/00_upstream.diff
   trunk/freebsd-buildutils/debian/patches/09_ports_path.diff
   trunk/freebsd-buildutils/fetch
Log:
* freebsd-buildutils - new upstream version, target experimental as lenny is close 



Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2009-01-05 12:55:24 UTC (rev 2337)
+++ trunk/freebsd-buildutils/debian/changelog	2009-01-05 13:04:31 UTC (rev 2338)
@@ -1,3 +1,11 @@
+freebsd-buildutils (7.1-1) experimental; urgency=low
+
+  [ Petr Salinger ]
+  * New upstream version (RELENG_7_1_0_RELEASE)
+  * Target experimental as lenny is close 
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 05 Jan 2009 13:13:13 +0100
+
 freebsd-buildutils (7.0-2) unstable; urgency=low
 
   [ Petr Salinger ]

Modified: trunk/freebsd-buildutils/debian/patches/00_upstream.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/00_upstream.diff	2009-01-05 12:55:24 UTC (rev 2337)
+++ trunk/freebsd-buildutils/debian/patches/00_upstream.diff	2009-01-05 13:04:31 UTC (rev 2338)
@@ -9,15 +9,6 @@
  
  #include "extern.h"
  
-@@ -70,7 +71,7 @@
- 	off_t len;
- 	char *fn, *p;
- 	int (*cfncn)(int, uint32_t *, off_t *);
--	void (*pfncn)(char *, u_int32_t, off_t);
-+	void (*pfncn)(char *, uint32_t, off_t);
- 
- 	if ((p = rindex(argv[0], '/')) == NULL)
- 		p = argv[0];
 diff -ur src.old/usr.bin/cksum/extern.h src/usr.bin/cksum/extern.h
 --- src.old/usr.bin/cksum/extern.h	2003-03-14 00:32:28.000000000 +0100
 +++ src/usr.bin/cksum/extern.h	2006-02-09 19:27:55.000000000 +0100

Modified: trunk/freebsd-buildutils/debian/patches/09_ports_path.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/09_ports_path.diff	2009-01-05 12:55:24 UTC (rev 2337)
+++ trunk/freebsd-buildutils/debian/patches/09_ports_path.diff	2009-01-05 13:04:31 UTC (rev 2338)
@@ -1,19 +1,6 @@
 diff -ur ports.old/Mk/bsd.port.mk ports/Mk/bsd.port.mk
 --- ports.old/Mk/bsd.port.mk	2006-02-13 14:38:58.000000000 +0100
 +++ ports/Mk/bsd.port.mk	2006-02-13 14:40:38.000000000 +0100
-@@ -2124,11 +2124,7 @@
- # Miscellaneous overridable commands:
- GMAKE?=			gmake
- XMKMF?=			xmkmf -a
--.if exists(md5)
--MD5?=			md5
--.else
--MD5?=			md5
--.endif
-+MD5?=			md5sum
- .if exists(sha256)
- SHA256?=		sha256
- .elif exists(${LOCALBASE}sha256)
 @@ -3336,7 +3332,7 @@
  .if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING)
  	@if [ -f "${AUDITFILE}" ]; then \

Modified: trunk/freebsd-buildutils/fetch
===================================================================
--- trunk/freebsd-buildutils/fetch	2009-01-05 12:55:24 UTC (rev 2337)
+++ trunk/freebsd-buildutils/fetch	2009-01-05 13:04:31 UTC (rev 2338)
@@ -3,8 +3,8 @@
 
 ANONCVS=anoncvs at anoncvs.fr.freebsd.org:/home/ncvs
 
-RELENG=RELENG_7_0_0_RELEASE
-RPORTS=RELEASE_7_0_0
+RELENG=RELENG_7_1_0_RELEASE
+RPORTS=RELEASE_7_1_0
 
 rm -rf src ports
 




More information about the Glibc-bsd-commits mailing list