diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
commit | 22d668f75bb338c461438603eda65f27a6881f50 (patch) | |
tree | 549c374298d1f1d88e58e6b519337a956bfe5065 | |
parent | afa2a6f102089300593044ec95ef5dce0097eac3 (diff) | |
download | ports-22d668f75bb338c461438603eda65f27a6881f50.tar.gz ports-22d668f75bb338c461438603eda65f27a6881f50.zip |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=231414
-rw-r--r-- | archivers/libdynamite/Makefile | 4 | ||||
-rw-r--r-- | archivers/liborange/Makefile | 2 | ||||
-rw-r--r-- | archivers/librtfcomp/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gxneur/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-synce-legacy/Makefile | 2 | ||||
-rw-r--r-- | games/quaqut/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gnome-mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/umr/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-fetion/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-gvfs/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-trayicon/Makefile | 6 | ||||
-rw-r--r-- | palm/synce-vdccm/Makefile | 3 | ||||
-rw-r--r-- | sysutils/fusefs-afuse/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-fur/Makefile | 2 | ||||
-rw-r--r-- | textproc/bbe/Makefile | 4 | ||||
-rw-r--r-- | textproc/dwdiff/Makefile | 2 |
17 files changed, 39 insertions, 8 deletions
diff --git a/archivers/libdynamite/Makefile b/archivers/libdynamite/Makefile index 6166ee96fa69..3101d650b700 100644 --- a/archivers/libdynamite/Makefile +++ b/archivers/libdynamite/Makefile @@ -14,9 +14,11 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com COMMENT= Decompress data compressed with PKWARE Data Compression Library +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack USE_LDCONFIG= yes MAN1= dynamite.1 diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index bfb6e40f9500..db9b8168d540 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -24,6 +24,8 @@ OPTIONS= LIBSYNCE "Build with libsynce support" on \ VISE "Build with expermential VISE support" off \ MSI "Build with expermential MSI support" off +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GNOME= gnomehack diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index 3bcd4af2f634..ec80cdea2f70 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com COMMENT?= LZRTF compression library +MAKE_JOBS_SAFE= yes + USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -USE_GNOME= gnometarget USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index e39cb6a2a16c..85e9be113859 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -16,6 +16,8 @@ COMMENT= GTK frontend for XNeur keyboard layout switcher BUILD_DEPENDS= xneur:${PORTSDIR}/russian/xneur RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile index 32618519a5e9..56916d50fa03 100644 --- a/deskutils/libopensync-plugin-sunbird/Makefile +++ b/deskutils/libopensync-plugin-sunbird/Makefile @@ -16,6 +16,8 @@ COMMENT= Sunbird plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ neon.28:${PORTSDIR}/www/neon28 +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/deskutils/libopensync-plugin-synce-legacy/Makefile b/deskutils/libopensync-plugin-synce-legacy/Makefile index 4c6241324720..62bbbf741b8e 100644 --- a/deskutils/libopensync-plugin-synce-legacy/Makefile +++ b/deskutils/libopensync-plugin-synce-legacy/Makefile @@ -17,6 +17,8 @@ COMMENT= SynCE legacy plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ rra.0:${PORTSDIR}/palm/synce-librra +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/games/quaqut/Makefile b/games/quaqut/Makefile index 7da4820099f9..437a641f8cf6 100644 --- a/games/quaqut/Makefile +++ b/games/quaqut/Makefile @@ -8,12 +8,13 @@ PORTNAME= quaqut PORTVERSION= 0.2.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@logvinov.com COMMENT= Queries information from Unreal Tournament 2004 game servers +MAKE_JOBS_SAFE= yes + HAS_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} MAN1= ${PORTNAME}.1 diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index 89cbc97d1a3d..f9f818551d04 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -23,6 +23,8 @@ OPTIONS= GIO "Use GIO for file I/O" off \ BRAINZ3 "Add support for libmusicbrainz3" off \ NAUPLUG "Enable Nautilus plugin" off +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= glib20 gtk20 diff --git a/multimedia/umr/Makefile b/multimedia/umr/Makefile index 80904bd01ffb..2046112e3398 100644 --- a/multimedia/umr/Makefile +++ b/multimedia/umr/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://pages.cthome.net/chrismp/umr/ MAINTAINER= ports@logvinov.com COMMENT= Unreal Media Ripper +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/${PORTNAME} do-install: diff --git a/net-im/pidgin-fetion/Makefile b/net-im/pidgin-fetion/Makefile index d7cfa9b51bfe..11aecdc2453b 100644 --- a/net-im/pidgin-fetion/Makefile +++ b/net-im/pidgin-fetion/Makefile @@ -16,6 +16,8 @@ COMMENT= Fetion protocol plugin for libpurple LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple +MAKE_JOBS_SAFE= yes + USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index 6364f2977cdf..a32695fc36b5 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -15,6 +15,8 @@ COMMENT= GVFS module for access Windows Mobile devices LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile index 74c1e0d71e99..5b073b834f68 100644 --- a/palm/synce-trayicon/Makefile +++ b/palm/synce-trayicon/Makefile @@ -21,14 +21,16 @@ LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra \ RUN_DEPENDS= ${LOCALBASE}/libexec/gvfsd-synce:${PORTSDIR}/palm/synce-gvfs \ ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack libgnomeui INSTALLS_ICONS= yes GCONF_SCHEMAS= ${PORTNAME}.schemas -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_CFLAGS} -CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" SUB_FILES= pkg-message diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile index 9ed243485a46..94122382e017 100644 --- a/palm/synce-vdccm/Makefile +++ b/palm/synce-vdccm/Makefile @@ -18,9 +18,10 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce OPTIONS= DESKTOP "Enable desktop integration" on +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_ICONV= yes -USE_GNOME= gnometarget CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ --with-libsynce=${LOCALBASE} diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index f713619e53fe..6e8649b89e19 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -16,6 +16,8 @@ COMMENT= An automounting file system implemented in user-space using FUSE RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog README diff --git a/sysutils/fusefs-fur/Makefile b/sysutils/fusefs-fur/Makefile index 82664642b8d3..dac63231998d 100644 --- a/sysutils/fusefs-fur/Makefile +++ b/sysutils/fusefs-fur/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod OPTIONS= VCHMOD "Enable a fake hook for chmod that just returns 0" on +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes diff --git a/textproc/bbe/Makefile b/textproc/bbe/Makefile index 3d580d3a2faf..196697305d99 100644 --- a/textproc/bbe/Makefile +++ b/textproc/bbe/Makefile @@ -8,12 +8,14 @@ PORTNAME= bbe PORTVERSION= 0.2.2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}- MAINTAINER= ports@logvinov.com COMMENT= A sed-like editor for binary files +MAKE_JOBS_SAFE= yes + HAS_CONFIGURE= yes MAN1= ${PORTNAME}.1 diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index 9d41b8c9cc25..591834c92388 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -15,6 +15,8 @@ COMMENT= A delimited word diff program OPTIONS= UNICODE "Build with Unicode support" on +MAKE_JOBS_SAFE= yes + HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |