[Glibc-bsd-commits] r5268 - in trunk/freebsd-libs/debian: . patches

rmh at alioth.debian.org rmh at alioth.debian.org
Sun Dec 29 19:44:07 UTC 2013


Author: rmh
Date: 2013-12-29 19:44:07 +0000 (Sun, 29 Dec 2013)
New Revision: 5268

Modified:
   trunk/freebsd-libs/debian/patches/05_libipx.diff
   trunk/freebsd-libs/debian/patches/makefiles.diff
   trunk/freebsd-libs/debian/rules
Log:
Add sys/netipx leftover from previous commit

Modified: trunk/freebsd-libs/debian/patches/05_libipx.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/05_libipx.diff	2013-12-29 19:38:33 UTC (rev 5267)
+++ trunk/freebsd-libs/debian/patches/05_libipx.diff	2013-12-29 19:44:07 UTC (rev 5268)
@@ -1,7 +1,5 @@
-Index: freebsd-libs-9.2+ds2/lib/libipx/Makefile
-===================================================================
---- freebsd-libs-9.2+ds2.orig/lib/libipx/Makefile	2013-12-08 23:43:09.353946412 +0100
-+++ freebsd-libs-9.2+ds2/lib/libipx/Makefile	2013-12-08 23:48:44.000000000 +0100
+--- a/lib/libipx/Makefile
++++ b/lib/libipx/Makefile
 @@ -1,6 +1,7 @@
  # $FreeBSD$
  
@@ -10,10 +8,8 @@
  SHLIBDIR?= /lib
  SRCS=	ipx_addr.c ipx_ntoa.c
  MAN=	ipx.3
-Index: freebsd-libs-9.2+ds2/sys/netipx/ipx.h
-===================================================================
---- freebsd-libs-9.2+ds2.orig/sys/netipx/ipx.h	2007-06-13 16:01:43.000000000 +0200
-+++ freebsd-libs-9.2+ds2/sys/netipx/ipx.h	2013-12-08 23:50:47.489929732 +0100
+--- a/sys/netipx/ipx.h
++++ b/sys/netipx/ipx.h
 @@ -146,6 +146,7 @@
  	u_short		x_port;
  };

Modified: trunk/freebsd-libs/debian/patches/makefiles.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/makefiles.diff	2013-12-29 19:38:33 UTC (rev 5267)
+++ trunk/freebsd-libs/debian/patches/makefiles.diff	2013-12-29 19:44:07 UTC (rev 5268)
@@ -48,10 +48,8 @@
  CFLAGS+= -DLIBC_SCCS
  
  .if ${MK_INET6_SUPPORT} != "no"
-Index: freebsd-libs-9.2+ds2/lib/libkvm/Makefile
-===================================================================
---- freebsd-libs-9.2+ds2.orig/lib/libkvm/Makefile	2013-12-08 23:51:03.057927202 +0100
-+++ freebsd-libs-9.2+ds2/lib/libkvm/Makefile	2013-12-08 23:51:03.033927203 +0100
+--- a/lib/libkvm/Makefile
++++ b/lib/libkvm/Makefile
 @@ -4,6 +4,7 @@
  LIB=	kvm
  SHLIBDIR?= /lib
@@ -60,10 +58,8 @@
  
  .if exists(${.CURDIR}/kvm_${MACHINE_ARCH}.c)
  KVM_ARCH=${MACHINE_ARCH}
-Index: freebsd-libs-9.2+ds2/lib/libipx/Makefile
-===================================================================
---- freebsd-libs-9.2+ds2.orig/lib/libipx/Makefile	2013-12-08 23:51:03.057927202 +0100
-+++ freebsd-libs-9.2+ds2/lib/libipx/Makefile	2013-12-08 23:51:35.729926664 +0100
+--- a/lib/libipx/Makefile
++++ b/lib/libipx/Makefile
 @@ -7,6 +7,10 @@
  MAN=	ipx.3
  MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2013-12-29 19:38:33 UTC (rev 5267)
+++ trunk/freebsd-libs/debian/rules	2013-12-29 19:44:07 UTC (rev 5268)
@@ -46,7 +46,8 @@
 	rm -rf $(ORIGDIR)
 	mkdir -p $(ORIGDIR)/share/misc
 	mkdir -p $(ORIGDIR)/sys/kern
-	mkdir -p $(ORIGDIR)/sys/sys
+	mkdir -p $(ORIGDIR)/sys/sys \
+		$(ORIGDIR)/sys/netipx
 	for i in lib/libcam lib/libdevstat lib/libgeom lib/libipx \
 		lib/libelf \
 		lib/libdwarf \




More information about the Glibc-bsd-commits mailing list