public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap/files: libpcap-1.0.0-bindir.patch libpcap-1.0.0-whitespace.patch
@ 2008-11-08 12:58 Cedric Krier (cedk)
  0 siblings, 0 replies; only message in thread
From: Cedric Krier (cedk) @ 2008-11-08 12:58 UTC (permalink / raw
  To: gentoo-commits

cedk        08/11/08 12:58:17

  Added:                libpcap-1.0.0-bindir.patch
                        libpcap-1.0.0-whitespace.patch
  Log:
  Version bump
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.1                  net-libs/libpcap/files/libpcap-1.0.0-bindir.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/files/libpcap-1.0.0-bindir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/files/libpcap-1.0.0-bindir.patch?rev=1.1&content-type=text/plain

Index: libpcap-1.0.0-bindir.patch
===================================================================
--- libpcap-1.0.0~/Makefile.in	2008-11-08 13:26:54.000000000 +0100
+++ libpcap-1.0.0/Makefile.in	2008-11-08 13:41:06.000000000 +0100
@@ -445,6 +445,8 @@
 	    $(DESTDIR)$(includedir)/pcap-bpf.h
 	$(INSTALL_DATA) $(srcdir)/pcap-namedb.h \
 	    $(DESTDIR)$(includedir)/pcap-namedb.h
+	[ -d $(DESTDIR)$(bindir)] || \
+	    (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
 	$(INSTALL_PROGRAM) pcap-config $(DESTDIR)$(bindir)/pcap-config
 	for i in $(MAN1); do \
 		$(INSTALL_DATA) $(srcdir)/$$i \



1.1                  net-libs/libpcap/files/libpcap-1.0.0-whitespace.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/files/libpcap-1.0.0-whitespace.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/files/libpcap-1.0.0-whitespace.patch?rev=1.1&content-type=text/plain

Index: libpcap-1.0.0-whitespace.patch
===================================================================
diff -ru libpcap-1.0.0~/pcap/pcap.h libpcap-1.0.0/pcap/pcap.h
--- libpcap-1.0.0~/pcap/pcap.h	2008-11-08 13:26:54.000000000 +0100
+++ libpcap-1.0.0/pcap/pcap.h	2008-11-08 13:27:06.000000000 +0100
@@ -38,13 +38,13 @@
 #define lib_pcap_pcap_h
 
 #if defined(WIN32)
-  #include <pcap-stdinc.h>
+#include <pcap-stdinc.h>
 #elif defined(MSDOS)
-  #include <sys/types.h>
-  #include <sys/socket.h>  /* u_int, u_char etc. */
+#include <sys/types.h>
+#include <sys/socket.h>  /* u_int, u_char etc. */
 #else /* UN*X */
-  #include <sys/types.h>
-  #include <sys/time.h>
+#include <sys/types.h>
+#include <sys/time.h>
 #endif /* WIN32/MSDOS/UN*X */
 
 #ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-08 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 12:58 [gentoo-commits] gentoo-x86 commit in net-libs/libpcap/files: libpcap-1.0.0-bindir.patch libpcap-1.0.0-whitespace.patch Cedric Krier (cedk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox