svn commit: r309399 - in head/net/p5-Net-Pcap: . files

Anton Berezin tobez at FreeBSD.org
Sat Dec 22 17:23:35 UTC 2012


Author: tobez
Date: Sat Dec 22 17:23:34 2012
New Revision: 309399
URL: http://svnweb.freebsd.org/changeset/ports/309399

Log:
  Fix build problem (stale unneeded patch).
  
  PR:		174634
  Submitted by:	Kurt Jaeger

Deleted:
  head/net/p5-Net-Pcap/files/extra-patch-t__03-openlive.t
Modified:
  head/net/p5-Net-Pcap/Makefile

Modified: head/net/p5-Net-Pcap/Makefile
==============================================================================
--- head/net/p5-Net-Pcap/Makefile	Sat Dec 22 17:22:24 2012	(r309398)
+++ head/net/p5-Net-Pcap/Makefile	Sat Dec 22 17:23:34 2012	(r309399)
@@ -19,10 +19,4 @@ PERL_CONFIGURE=	yes
 MAN1=		pcapinfo.1
 MAN3=		Net::Pcap.3
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800000
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-t__03-openlive.t
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list