mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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)
This commit is contained in:
parent
41d45f6a02
commit
5e68477fdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371254
@ -17,7 +17,7 @@ LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal \
|
||||
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
|
||||
|
@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}-source-${DISTVERSION}
|
||||
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
|
||||
|
||||
|
@ -35,7 +35,7 @@ RELP_DESC= RELP input/output module for rsyslog
|
||||
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>
|
||||
|
||||
|
@ -35,7 +35,7 @@ RFC3195_DESC= RFC3195 input support for rsyslog
|
||||
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>
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/squashfs-tools
|
||||
|
||||
USE_CSTD= gnu89
|
||||
|
||||
USES= gmake
|
||||
USES= alias gmake
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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= *
|
||||
|
@ -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.
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
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
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
|
||||
|
||||
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
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Lightweight, NETWM compliant X11 desktop panel
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USES= alias gmake pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
USE_XORG= x11
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user