Date: Wed, 15 Jan 2014 14:30:37 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339779 - head/net/Sockets Message-ID: <201401151430.s0FEUblY071511@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401151430.s0FEUblY071511>