From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 18:41:40 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 CAE4D93F; Mon, 14 Jul 2014 18:41:40 +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 B83CC261A; Mon, 14 Jul 2014 18:41:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIfe7Y023031; Mon, 14 Jul 2014 18:41:40 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EIfd9V023028; Mon, 14 Jul 2014 18:41:39 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407141841.s6EIfd9V023028@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 14 Jul 2014 18:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361811 - in head/net/howl: . files 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: Mon, 14 Jul 2014 18:41:40 -0000 Author: tijl Date: Mon Jul 14 18:41:39 2014 New Revision: 361811 URL: http://svnweb.freebsd.org/changeset/ports/361811 QAT: https://qat.redports.org/buildarchive/r361811/ Log: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Stop using PTHREAD_CFLAGS and PTHREAD_LIBS Deleted: head/net/howl/files/patch-Makefile.in Modified: head/net/howl/Makefile head/net/howl/pkg-plist Modified: head/net/howl/Makefile ============================================================================== --- head/net/howl/Makefile Mon Jul 14 18:37:54 2014 (r361810) +++ head/net/howl/Makefile Mon Jul 14 18:41:39 2014 (r361811) @@ -3,7 +3,7 @@ PORTNAME= howl PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ @@ -12,19 +12,12 @@ COMMENT= Zeroconf/Bonjour(tm) implementa CONFLICTS= avahi-[0-9]* -USE_AUTOTOOLS= libtool -USES= gmake pkgconfig -USE_LDCONFIG= yes GNU_CONFIGURE= yes - +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig +USE_LDCONFIG= yes USE_RC_SUBR= mdnsresponder PLIST_SUB= VERSION="${PORTVERSION}" -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure - .include Modified: head/net/howl/pkg-plist ============================================================================== --- head/net/howl/pkg-plist Mon Jul 14 18:37:54 2014 (r361810) +++ head/net/howl/pkg-plist Mon Jul 14 18:41:39 2014 (r361811) @@ -24,13 +24,13 @@ include/howl/salt/signal.h include/howl/salt/socket.h include/howl/salt/time.h lib/libhowl.a -lib/libhowl.la lib/libhowl.so lib/libhowl.so.0 +lib/libhowl.so.0.0.0 lib/libmDNSResponder.a -lib/libmDNSResponder.la lib/libmDNSResponder.so lib/libmDNSResponder.so.0 +lib/libmDNSResponder.so.0.0.0 libdata/pkgconfig/howl.pc %%DATADIR%%/help/address-summary.html %%DATADIR%%/help/address.html