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...
John Marino
marino at FreeBSD.org
Mon Oct 20 10:09:24 UTC 2014
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
More information about the svn-ports-all
mailing list