From owner-svn-ports-head@FreeBSD.ORG Mon Dec 8 10:47:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15E00377; Mon, 8 Dec 2014 10:47:47 +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 DDD10E6E; Mon, 8 Dec 2014 10:47:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB8Alk18031980; Mon, 8 Dec 2014 10:47:46 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB8AlkY6031978; Mon, 8 Dec 2014 10:47:46 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201412081047.sB8AlkY6031978@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Mon, 8 Dec 2014 10:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374257 - head/net/enet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 10:47:47 -0000 Author: nemysis Date: Mon Dec 8 10:47:46 2014 New Revision: 374257 URL: https://svnweb.freebsd.org/changeset/ports/374257 QAT: https://qat.redports.org/buildarchive/r374257/ Log: - Change USES, remove autoreconf [1] - Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1] - Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1] Reported by: tijl [1] >-This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M Makefile Modified: head/net/enet/Makefile Modified: head/net/enet/Makefile ============================================================================== --- head/net/enet/Makefile Mon Dec 8 09:57:23 2014 (r374256) +++ head/net/enet/Makefile Mon Dec 8 10:47:46 2014 (r374257) @@ -13,9 +13,9 @@ COMMENT= Simple and robust communication LICENSE= MIT -USES= autoreconf pathfix libtool -PATHFIX_MAKEFILEIN= Makefile.am -USE_AUTOTOOLS= aclocal automake autoconf +USES= pathfix libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTDOCS= * @@ -23,7 +23,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenet.so.7 @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) .include