From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 09:37:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 229D7921; Thu, 10 Jul 2014 09:37:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 101492629; Thu, 10 Jul 2014 09:37:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6A9bOo0077362; Thu, 10 Jul 2014 09:37:24 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6A9bO4K077360; Thu, 10 Jul 2014 09:37:24 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407100937.s6A9bO4K077360@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 10 Jul 2014 09:37:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361433 - head/net/opendpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 09:37:25 -0000 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 - -.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on powerpc or sparc64: includes i386 assembler -.endif - -.include +.include 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