Date: Thu, 10 Jul 2014 09:37:24 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361433 - head/net/opendpi Message-ID: <201407100937.s6A9bO4K077360@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407100937.s6A9bO4K077360>