svn commit: r339779 - head/net/Sockets

John Marino marino at FreeBSD.org
Wed Jan 15 14:30:37 UTC 2014


Author: marino
Date: Wed Jan 15 14:30:36 2014
New Revision: 339779
URL: http://svnweb.freebsd.org/changeset/ports/339779
QAT: https://qat.redports.org/buildarchive/r339779/

Log:
  net/Sockets: Support stage and pet portlint
  
  The maintainer notes net/Sockets builds fine without NO_STAGE, which I
  verified via Redports.  Updated per his request via ports@ mail list.

Modified:
  head/net/Sockets/Makefile

Modified: head/net/Sockets/Makefile
==============================================================================
--- head/net/Sockets/Makefile	Wed Jan 15 13:46:01 2014	(r339778)
+++ head/net/Sockets/Makefile	Wed Jan 15 14:30:36 2014	(r339779)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://www.alhem.net/Socke
 		http://www.netfence.it/Sockets/
 
 MAINTAINER=	ml at netfence.it
-COMMENT=	A C++ wrapper for BSD-style sockets
+COMMENT=	C++ wrapper for BSD-style sockets
 
 #execinfo is optional and currently not configured (would need to patch source's #ifdef LINUX)
 #LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo
@@ -17,7 +17,7 @@ COMMENT=	A C++ wrapper for BSD-style soc
 #CFLAGS+=	-I${LOCALBASE}/include
 #LDFLAGS+=	-L${LOCALBASE}/lib
 
-USE_GMAKE=	yes
+USES+=		gmake
 USE_GNOME=	libxml2
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
@@ -25,7 +25,6 @@ USE_LDCONFIG=	yes
 ALL_TARGET=	all shared
 INSTALL_TARGET=	install_shared
 
-NO_STAGE=	yes
 post-patch:
 # PREFIX safeness
 	@${CP} ${PATCHDIR}/Makefile.Defines.freebsd ${WRKSRC}


More information about the svn-ports-all mailing list