From owner-svn-ports-head@FreeBSD.ORG Wed Jan 15 14:30:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8ED1CEE7; Wed, 15 Jan 2014 14:30:37 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BBC61859; Wed, 15 Jan 2014 14:30:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FEUbdf071512; Wed, 15 Jan 2014 14:30:37 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FEUblY071511; Wed, 15 Jan 2014 14:30:37 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201401151430.s0FEUblY071511@svn.freebsd.org> From: John Marino Date: Wed, 15 Jan 2014 14:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339779 - head/net/Sockets 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.17 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: Wed, 15 Jan 2014 14:30:37 -0000 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}