Date: Mon, 20 Oct 2014 10:34:14 +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: r371254 - in head: sysutils/gnome-mount sysutils/kshutdown-kde4 sysutils/rsyslog7 sysutils/rsyslog7-devel sysutils/smartmontools sysutils/squashfs-tools sysutils/xfce4-battery-plugin ww... Message-ID: <201410201034.s9KAYE88066297@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Oct 20 10:34:14 2014 New Revision: 371254 URL: https://svnweb.freebsd.org/changeset/ports/371254 QAT: https://qat.redports.org/buildarchive/r371254/ 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/sysutils/gnome-mount/Makefile head/sysutils/kshutdown-kde4/Makefile head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7/Makefile head/sysutils/smartmontools/Makefile head/sysutils/squashfs-tools/Makefile head/sysutils/xfce4-battery-plugin/Makefile head/www/httrack/Makefile head/www/webkit-qt5/Makefile head/x11-toolkits/irrlicht/Makefile head/x11-wm/enlightenment/Makefile head/x11/fbpanel/Makefile head/x11/gdm/Makefile Modified: head/sysutils/gnome-mount/Makefile ============================================================================== --- head/sysutils/gnome-mount/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/gnome-mount/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -17,7 +17,7 @@ LIB_DEPENDS= libhal.so:${PORTSDIR}/sysut RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/polkit-gnome.pc:${PORTSDIR}/sysutils/policykit-gnome USE_GNOME= gnomeprefix intlhack gconf2 gtk20 -USES= gettext gmake pathfix pkgconfig +USES= alias gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nautilus-extension CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/kshutdown-kde4/Makefile ============================================================================== --- head/sysutils/kshutdown-kde4/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/kshutdown-kde4/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}-source-${DISTVERSI MAINTAINER= kde@FreeBSD.org COMMENT= Advanced shutdown utility for KDE -USES= cmake:outsource compiler:c++0x zip +USES= alias cmake:outsource compiler:c++0x zip USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdeprefix workspace Modified: head/sysutils/rsyslog7-devel/Makefile ============================================================================== --- head/sysutils/rsyslog7-devel/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/rsyslog7-devel/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -35,7 +35,7 @@ RELP_DESC= RELP input/output module for RFC3195_DESC= RFC3195 input support for rsyslog SNMP_DESC= SNMP trap sender for rsyslog -USES= libtool pkgconfig +USES= alias libtool pkgconfig .include <bsd.port.options.mk> Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/rsyslog7/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -35,7 +35,7 @@ RFC3195_DESC= RFC3195 input support for SNMP_DESC= SNMP trap sender for rsyslog UUID_DESC= Support for generating a UUID per log message -USES= libtool pkgconfig +USES= alias libtool pkgconfig .include <bsd.port.options.mk> Modified: head/sysutils/smartmontools/Makefile ============================================================================== --- head/sysutils/smartmontools/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/smartmontools/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS DOCS_CONFIGURE_OFF= --without-docdir --without-exampledir DOCS_CONFIGURE_ON= --with-docdir=${DOCSDIR} -USES= gmake +USES= alias gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-drivedb --enable-sample \ Modified: head/sysutils/squashfs-tools/Makefile ============================================================================== --- head/sysutils/squashfs-tools/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/squashfs-tools/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/squashfs- USE_CSTD= gnu89 -USES= gmake +USES= alias gmake .include <bsd.port.options.mk> Modified: head/sysutils/xfce4-battery-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-battery-plugin/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/sysutils/xfce4-battery-plugin/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -20,7 +20,7 @@ SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gmake libtool pkgconfig tar:bzip2 +USES= alias gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libmenu libutil panel Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/www/httrack/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/httrack -USES= gmake iconv libtool shebangfix +USES= alias gmake iconv libtool shebangfix PORTDATA= * PORTDOCS= * Modified: head/www/webkit-qt5/Makefile ============================================================================== --- head/www/webkit-qt5/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/www/webkit-qt5/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -26,7 +26,8 @@ USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes USE_SQLITE= 3 USE_XORG= x11 xcomposite xrender -USES= bison gmake gperf perl5 pkgconfig python:build qmake:outsource +USES= alias bison gmake gperf perl5 pkgconfig python:build \ + qmake:outsource # Keep make(1) from descending into obj/ subdirectories during tests. CONFIGURE_ENV= MAKEOBJDIR=. # Use flex(1) from ports. Modified: head/x11-toolkits/irrlicht/Makefile ============================================================================== --- head/x11-toolkits/irrlicht/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/x11-toolkits/irrlicht/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -16,7 +16,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libpng15.so:${PORTSDIR}/graphics/png DOS2UNIX_GLOB= Makefile *.cpp *.h *.txt -USES= dos2unix gmake zip +USES= alias dos2unix gmake zip USE_GL= yes USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/x11-wm/enlightenment/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -18,7 +18,7 @@ LIB_DEPENDS= libxcb-keysyms.so:${PORTSDI DIST_SUBDIR= e17 GNU_CONFIGURE= yes -USES= execinfo pathfix iconv gmake pkgconfig tar:bzip2 +USES= alias execinfo pathfix iconv gmake pkgconfig tar:bzip2 USE_EFL= eina eet evas ecore eio edbus efreet edje \ libtool_hack librt_hack modarch_hack USE_EFL_EVAS_LOADERS= eet jpeg png Modified: head/x11/fbpanel/Makefile ============================================================================== --- head/x11/fbpanel/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/x11/fbpanel/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -13,7 +13,7 @@ COMMENT= Lightweight, NETWM compliant X1 LICENSE= MIT -USES= gmake pkgconfig tar:bzip2 +USES= alias gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 USE_XORG= x11 HAS_CONFIGURE= yes Modified: head/x11/gdm/Makefile ============================================================================== --- head/x11/gdm/Makefile Mon Oct 20 10:18:57 2014 (r371253) +++ head/x11/gdm/Makefile Mon Oct 20 10:34:14 2014 (r371254) @@ -34,7 +34,7 @@ USE_XORG= dmx dmxproto INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes -USES= execinfo gettext gmake pathfix pkgconfig tar:xz +USES= alias execinfo gettext gmake pathfix pkgconfig tar:xz USE_GNOME= intlhack gnomehier gconf2 librsvg2 \ gnomedocutils gnomeprefix gnomepanel GCONF_SCHEMAS= gdm-simple-greeter.schemas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410201034.s9KAYE88066297>