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.
This commit is contained in:
John Marino 2014-01-15 14:30:36 +00:00
parent e109ec14ed
commit 6ebf54c146
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339779

View File

@ -8,7 +8,7 @@ MASTER_SITES= http://www.alhem.net/Sockets/ \
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 sockets
#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}