svn commit: r361433 - head/net/opendpi

Tijl Coosemans tijl at FreeBSD.org
Thu Jul 10 09:37:25 UTC 2014


Author: tijl
Date: Thu Jul 10 09:37:24 2014
New Revision: 361433
URL: http://svnweb.freebsd.org/changeset/ports/361433
QAT: https://qat.redports.org/buildarchive/r361433/

Log:
  - Add USES=libtool and INSTALL_TARGET=install-strip
  - Remove BROKEN for powerpc and sparc64 since there doesn't seem to be any
    x86 asm in the current version

Modified:
  head/net/opendpi/Makefile
  head/net/opendpi/pkg-plist

Modified: head/net/opendpi/Makefile
==============================================================================
--- head/net/opendpi/Makefile	Thu Jul 10 09:35:21 2014	(r361432)
+++ head/net/opendpi/Makefile	Thu Jul 10 09:37:24 2014	(r361433)
@@ -3,18 +3,15 @@
 
 PORTNAME=	opendpi
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	fernando at netfilter.com.br
-COMMENT=	An open source deep packet inspection engine
+COMMENT=	Open source deep packet inspection engine
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on powerpc or sparc64: includes i386 assembler
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/opendpi/pkg-plist
==============================================================================
--- head/net/opendpi/pkg-plist	Thu Jul 10 09:35:21 2014	(r361432)
+++ head/net/opendpi/pkg-plist	Thu Jul 10 09:37:24 2014	(r361433)
@@ -6,8 +6,8 @@ include/libopendpi-1.2/libopendpi/ipq_ma
 include/libopendpi-1.2/libopendpi/ipq_protocols_osdpi.h
 include/libopendpi-1.2/libopendpi/ipq_public_functions.h
 lib/libopendpi.a
-lib/libopendpi.la
 lib/libopendpi.so
 lib/libopendpi.so.1
+lib/libopendpi.so.1.0.2
 @dirrm include/libopendpi-1.2/libopendpi
 @dirrm include/libopendpi-1.2


More information about the svn-ports-head mailing list