Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 10:47:46 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374257 - head/net/enet
Message-ID:  <201412081047.sB8AlkY6031978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412081047.sB8AlkY6031978>