From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 10:09:24 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 343BB3DB; Mon, 20 Oct 2014 10:09:24 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E48DB87; Mon, 20 Oct 2014 10:09:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KA9NdI052920; Mon, 20 Oct 2014 10:09:23 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KA9K4F052902; Mon, 20 Oct 2014 10:09:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410201009.s9KA9K4F052902@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 20 Oct 2014 10:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371252 - in head: net-im/telepathy-gabble net-mgmt/icinga2 net-mgmt/sysmon net/asterisk net/avahi-app net/freerdp net/krfb net/wireshark news/husky print/transfig science/paraview secu... 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.18-1 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: Mon, 20 Oct 2014 10:09:24 -0000 Author: marino Date: Mon Oct 20 10:09:19 2014 New Revision: 371252 URL: https://svnweb.freebsd.org/changeset/ports/371252 QAT: https://qat.redports.org/buildarchive/r371252/ Log: Add USES=alias to several ports Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Modified: head/net-im/telepathy-gabble/Makefile head/net-mgmt/icinga2/Makefile head/net-mgmt/sysmon/Makefile head/net/asterisk/Makefile head/net/avahi-app/Makefile head/net/freerdp/Makefile head/net/krfb/Makefile head/net/wireshark/Makefile head/news/husky/Makefile.local head/print/transfig/Makefile head/science/paraview/Makefile head/security/libkpass/Makefile head/security/opencryptoki/Makefile head/security/openssh-portable/Makefile head/security/trousers/Makefile Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net-im/telepathy-gabble/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= alias gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net-mgmt/icinga2/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_system.so:${PORTSD libexecinfo.so:${PORTSDIR}/devel/libexecinfo # for better debugging RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -USES= bison cmake python +USES= alias bison cmake python USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} Modified: head/net-mgmt/sysmon/Makefile ============================================================================== --- head/net-mgmt/sysmon/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net-mgmt/sysmon/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -12,6 +12,7 @@ COMMENT= Network tool designed for high LICENSE= GPLv2 +USES= alias DOCS= Changes.html binaries.html config.html docs.html index.html \ jclient.jpg net-example.png sysmon.conf.man.html sysmon.jpg \ sysmon.man.html reporting.xml-spec.txt Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net/asterisk/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -26,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= yes USE_GNOME= libxml2 -USES= bison cpe gmake shebangfix +USES= alias bison cpe gmake shebangfix CPE_VENDOR= digium SHEBANG_FILES= agi/agi-test.agi \ agi/jukebox.agi Modified: head/net/avahi-app/Makefile ============================================================================== --- head/net/avahi-app/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net/avahi-app/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -23,7 +23,7 @@ LIB_DEPENDS?= libexpat.so:${PORTSDIR}/te USERS?= ${PORTNAME} GROUPS?= ${USERS} -USES+= gettext gmake libtool:keepla pathfix pkgconfig +USES+= alias gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME+= glib20 intltool introspection USE_GNOME_SUBR= yes USE_LDCONFIG= yes Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net/freerdp/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_OPENSSL= yes USE_LDCONFIG= yes -USES= cmake:outsource pkgconfig compiler:c++11-lib +USES= alias cmake:outsource pkgconfig compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= FreeRDP Modified: head/net/krfb/Makefile ============================================================================== --- head/net/krfb/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net/krfb/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -12,7 +12,7 @@ COMMENT= VNC server for KDE LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 -USES= cmake:outsource tar:xz +USES= alias cmake:outsource tar:xz USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib gui network \ moc_build qmake_build rcc_build uic_build Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/net/wireshark/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -20,8 +20,8 @@ COMMENT?= Powerful network analyzer/capt DATADIR_NAME= wireshark USE_PERL5= build -USES= iconv gettext pkgconfig gmake perl5 tar:bzip2 libtool \ - python:build +USES= alias gettext gmake iconv libtool perl5 pkgconfig \ + python:build tar:bzip2 WANT_GNOME= yes USE_OPENSSL= yes CONFIGURE_ARGS+= --program-transform-name="" \ Modified: head/news/husky/Makefile.local ============================================================================== --- head/news/husky/Makefile.local Mon Oct 20 10:02:17 2014 (r371251) +++ head/news/husky/Makefile.local Mon Oct 20 10:09:19 2014 (r371252) @@ -26,7 +26,7 @@ CONFLICTS= ${PORTNAME}-[0-9]* USERS= fido GROUPS= fido -USES+= gmake +USES+= alias gmake pre-build: ${LN} -sf ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg ${HUSKY_ROOTDIR} Modified: head/print/transfig/Makefile ============================================================================== --- head/print/transfig/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/print/transfig/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -14,7 +14,7 @@ COMMENT= Tools to convert Xfig .fig file RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= imake +USES= alias imake CFLAGS+= -Wno-return-type USE_GHOSTSCRIPT_RUN= yes USE_XORG= xpm Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/science/paraview/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -41,7 +41,7 @@ USE_GL= yes USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm USE_LDCONFIG= yes USE_GSTREAMER= yes -USES= cmake:outsource execinfo gmake python shebangfix +USES= alias cmake:outsource execinfo gmake python shebangfix CMAKE_ARGS+= -DBUILD_SHARED_LIBS="ON" \ -DVTK_USE_SYSTEM_PNG="ON" \ Modified: head/security/libkpass/Makefile ============================================================================== --- head/security/libkpass/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/security/libkpass/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -16,7 +16,7 @@ LIB_DEPENDS= libnettle.so:${PORTSDIR}/se GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gettext gmake libtool +USES= alias gettext gmake libtool USE_LDCONFIG= yes CPPFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \ -I${LOCALBASE}/include Modified: head/security/opencryptoki/Makefile ============================================================================== --- head/security/opencryptoki/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/security/opencryptoki/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= libtspi.so:${PORTSDIR}/security/trousers -USES= gmake libtool tar:bzip2 +USES= alias gmake libtool tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/opencryptoki USE_AUTOTOOLS= libtoolize aclocal autoconf automake AUTOMAKE_ARGS= -a -c -f Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/security/openssh-portable/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -18,6 +18,7 @@ COMMENT= The portable version of OpenBSD CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* +USES= alias USE_AUTOTOOLS= autoconf autoheader USE_OPENSSL= yes GNU_CONFIGURE= yes Modified: head/security/trousers/Makefile ============================================================================== --- head/security/trousers/Makefile Mon Oct 20 10:02:17 2014 (r371251) +++ head/security/trousers/Makefile Mon Oct 20 10:09:19 2014 (r371252) @@ -15,7 +15,7 @@ LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake iconv libtool pkgconfig +USES= alias gmake iconv libtool pkgconfig USE_OPENSSL= YES USE_LDCONFIG= YES USE_AUTOTOOLS= libtoolize aclocal autoconf automake