diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:33:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:33:41 +0800 |
commit | 292e895a11b25d3d4e8efed62ce419ef91a06970 (patch) | |
tree | 3e8cc275ced4995aca1a89566bcd08f3a2a2672c /palm | |
parent | 93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb (diff) | |
download | freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.tar.gz freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.tar.zst freebsd-ports-gnome-292e895a11b25d3d4e8efed62ce419ef91a06970.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: palm)
Diffstat (limited to 'palm')
31 files changed, 46 insertions, 79 deletions
diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile index b367fc2e5570..b0c41d7ba652 100644 --- a/palm/bibelot/Makefile +++ b/palm/bibelot/Makefile @@ -15,6 +15,7 @@ USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index f35f8e5a938b..212215ecc2f1 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 12277352ce0d..0e2ea3e7c930 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -28,4 +28,5 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= gpilot-install-file.1 GCONF_SCHEMAS= pilot.schemas +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/iSiloXC/Makefile b/palm/iSiloXC/Makefile index eac4819a9174..a5ce3aa59b8c 100644 --- a/palm/iSiloXC/Makefile +++ b/palm/iSiloXC/Makefile @@ -22,6 +22,7 @@ MAN5= ixl.5 MANCOMPRESSED= no PLIST_FILES= bin/iSiloXC +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/iSiloXC.1 ${FILESDIR}/ixl.5 ${WRKDIR} diff --git a/palm/imgvtopgm/Makefile b/palm/imgvtopgm/Makefile index f9bfe7696691..78573999aaf9 100644 --- a/palm/imgvtopgm/Makefile +++ b/palm/imgvtopgm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imgvtopgm -# Date created: Wed Jun 16 04:42:22 JST 1999 -# Whom: sumikawa@ebina.hitachi.co.jp -# +# Created by: sumikawa@ebina.hitachi.co.jp # $FreeBSD$ -# PORTNAME= imgvtopgm PORTVERSION= 2.0 @@ -22,4 +18,5 @@ CONFIGUR_ARGS= --libdir=${PREFIX} MAN1= imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \ pgmtoimgv.1 ppmimgvquant.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/jpilot-db/Makefile b/palm/jpilot-db/Makefile index d0bd860407bd..09acbda92457 100644 --- a/palm/jpilot-db/Makefile +++ b/palm/jpilot-db/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/jpilot-db \ %%DATADIR%%/${PKGNAME}.jar PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jpilot-db.sh ${PREFIX}/bin/jpilot-db @${MKDIR} ${DATADIR} diff --git a/palm/jpilot-picsnvideos/Makefile b/palm/jpilot-picsnvideos/Makefile index 032e82a9345b..170f98dbe0eb 100644 --- a/palm/jpilot-picsnvideos/Makefile +++ b/palm/jpilot-picsnvideos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jpilot-picsnvideos -# Date created: 18 Feb 2010 -# Whom: Sascha Klauder <sklauder@trimind.de> -# +# Created by: Sascha Klauder <sklauder@trimind.de> # $FreeBSD$ -# PORTNAME= picsnvideos PORTVERSION= 0.2 @@ -26,6 +22,7 @@ PORTDOCS= README AUTHORS PLIST_FILES= lib/jpilot/plugins/libpicsnvideos.la \ lib/jpilot/plugins/libpicsnvideos.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/configure diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index c637c5d62924..db1080826270 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -30,6 +30,7 @@ USE_GNOME+= gtk20 MAN1= jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index 88f7ec47e416..dcee6c593965 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -1,10 +1,5 @@ -# Ports collection makefile for: libmal -# Date created: 4 september 2002 -# Whom: Adriaan de Groot <groot@kde.org> -# -# +# Created by: Adriaan de Groot <groot@kde.org> # $FreeBSD$ -# PORTNAME= libmal PORTVERSION= 0.44.1 @@ -23,4 +18,5 @@ CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/makeztxt/Makefile b/palm/makeztxt/Makefile index bbe7868c7ce8..590076ed1624 100644 --- a/palm/makeztxt/Makefile +++ b/palm/makeztxt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: makeztxt -# Date created: Oct 19, 2002 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= makeztxt PORTVERSION= 1.62 @@ -20,6 +16,7 @@ USE_GMAKE= yes MAKE_ENV+= USEPOSIX=1 LONG_OPTS=1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/-O2//' ${WRKSRC}/libztxt/Makefile diff --git a/palm/mdbconv/Makefile b/palm/mdbconv/Makefile index 092a5324fdcc..fe27b9261829 100644 --- a/palm/mdbconv/Makefile +++ b/palm/mdbconv/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: mdbconv -# Date created: 14 June 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= mdbconv PORTVERSION= 1.6 @@ -17,6 +13,7 @@ COMMENT= Converts CSV to MobileDB database NO_WRKSUBDIR= yes PLIST_FILES= bin/mdbconv +NO_STAGE= yes pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${RM} ${WRKSRC}/mdbconv diff --git a/palm/p5-Palm-PalmDoc/Makefile b/palm/p5-Palm-PalmDoc/Makefile index f146e629ec3f..fe18ba07f590 100644 --- a/palm/p5-Palm-PalmDoc/Makefile +++ b/palm/p5-Palm-PalmDoc/Makefile @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Palm::PalmDoc.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/p5-Palm/Makefile b/palm/p5-Palm/Makefile index 6ed2053e74d1..9b21e2065fec 100644 --- a/palm/p5-Palm/Makefile +++ b/palm/p5-Palm/Makefile @@ -25,4 +25,5 @@ MAN3= Palm::Address.3 \ Palm::StdAppInfo.3 \ Palm::ToDo.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/palm-db-tools/Makefile b/palm/palm-db-tools/Makefile index e11cf56e4f83..6700d7c82328 100644 --- a/palm/palm-db-tools/Makefile +++ b/palm/palm-db-tools/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= lib/libpdbtools.so \ bin/csv2pdb \ bin/pdb2csv +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC|" \ ${WRKSRC}/libflatfile/Makefile.in ${WRKSRC}/libpalm/Makefile.in \ diff --git a/palm/palmos-sdk/Makefile b/palm/palmos-sdk/Makefile index 8a54a67f49d1..1b8d8851bd0d 100644 --- a/palm/palmos-sdk/Makefile +++ b/palm/palmos-sdk/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Palm OS SDK -# Date created: Mar 22 2000 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= palmos-sdk PORTVERSION= ${SDKVER}r3 @@ -23,6 +18,7 @@ SDKVER= 5.1.0 INCDIR= ${PREFIX}/palmdev/sdk-${SDKVER}/include LIBDIR= ${PREFIX}/palmdev/sdk-${SDKVER}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(BATCH) || defined(PACKAGE_BUILDING) diff --git a/palm/pdbar/Makefile b/palm/pdbar/Makefile index 4252e00b4b59..04ac4821215d 100644 --- a/palm/pdbar/Makefile +++ b/palm/pdbar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdbar -# Date created: 5 January 2004 -# Whom: Eric P. Scott <eps+pdbar@ana.com> -# +# Created by: Eric P. Scott <eps+pdbar@ana.com> # $FreeBSD$ -# PORTNAME= pdbar PORTVERSION= 00.05.01 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" AR=${AR} RANLIB=${RANLIB} LD MAN1= pdbar.1 PLIST_FILES= bin/pdbar +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin/pdbar ${INSTALL_MAN} ${WRKSRC}/par.man ${MANPREFIX}/man/man1/pdbar.1 diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 5095a119e2e4..4d45a667a979 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB USB_DESC= Compile with USB via libusb support (READ MANUAL!) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTHREADS} diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index 7becf8b917e1..b71430ed8d9c 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pilot_makedoc -# Date created: May 10th 1997 -# Whom: jfitz@FreeBSD.org -# +# Created by: jfitz@FreeBSD.org # $FreeBSD$ -# PORTNAME= pilot_makedoc PORTVERSION= 0.7a @@ -21,6 +17,7 @@ NO_WRKSUBDIR= YES PLIST_FILES= bin/pilot_makedoc ALL_TARGET= pilot_makedoc +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} diff --git a/palm/pilrc/Makefile b/palm/pilrc/Makefile index 5e502bef7f24..b19ce584a963 100644 --- a/palm/pilrc/Makefile +++ b/palm/pilrc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: PilRC -# Date created: 29 Mar 2000 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pilrc PORTVERSION= 3.2 @@ -20,6 +15,7 @@ CONFIGURE_ARGS+= --enable-pilrcui USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pilrc ${WRKSRC}/pilrcui ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile index 65a7a07e25df..a5066a5f36c9 100644 --- a/palm/ppmtoTbmp/Makefile +++ b/palm/ppmtoTbmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ppmtoTbmp -# Date created: 30th May 2001 -# Whom: Jose Marques <noway@nohow.demon.co.uk> -# +# Created by: Jose Marques <noway@nohow.demon.co.uk> # $FreeBSD$ -# PORTNAME= ppmtoTbmp PORTVERSION= 1.1 @@ -19,6 +15,7 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LDLIBS=-lnetpbm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^#include "ppmcmap.h"/d' ${WRKSRC}/ppmtoTbmp.c diff --git a/palm/py-synce-librapi2/Makefile b/palm/py-synce-librapi2/Makefile index b3c95b917674..00c0651762e4 100644 --- a/palm/py-synce-librapi2/Makefile +++ b/palm/py-synce-librapi2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-synce-librapi2 -# Date created: 19 June 2008 -# Whom: Ilya Bakulin <webmaster@kibab.com> -# +# Created by: Ilya Bakulin <webmaster@kibab.com> # $FreeBSD$ CATEGORIES= palm python @@ -21,6 +18,7 @@ PLIST= ${.CURDIR}/pkg-plist RAPI_SLAVE= pythonb +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${LOCALBASE}/lib/librapi.la|g' \ ${WRKSRC}/python/Makefile.in diff --git a/palm/py-synce-librra/Makefile b/palm/py-synce-librra/Makefile index b784877bb466..f064b7f1373e 100644 --- a/palm/py-synce-librra/Makefile +++ b/palm/py-synce-librra/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-synce-librra -# Date created: 19 Jun 2008 -# Whom: Ilya Bakulin <webmaster@kibab.com> -# +# Created by: Ilya Bakulin <webmaster@kibab.com> # $FreeBSD$ CATEGORIES= palm python @@ -21,6 +18,7 @@ PLIST= ${.CURDIR}/pkg-plist RRA_SLAVE= pythonb +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${LOCALBASE}/lib/librra.la|g' \ ${WRKSRC}/python/Makefile.in diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index 55202304c52d..2e3eb03d7dd4 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -25,6 +25,7 @@ GVFS_PORTDIR= ${PORTSDIR}/devel/gvfs GVFS_WRKSRC_CMD=cd ${GVFS_PORTDIR} && ${MAKE} -V WRKSRC +NO_STAGE= yes post-extract: .for dir in common daemon ${CP} `${GVFS_WRKSRC_CMD}`/${dir}/*.[ch] ${WRKSRC}/gvfs/${dir} diff --git a/palm/synce-hal/Makefile b/palm/synce-hal/Makefile index 5ba39b7dd53c..24a4c78c25ce 100644 --- a/palm/synce-hal/Makefile +++ b/palm/synce-hal/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-hal -# Date created: 14 May 2008 -# Whom: Ilya Bakulin <webmaster@kibab.com> -# +# Created by: Ilya Bakulin <webmaster@kibab.com> # $FreeBSD$ PORTNAME= hal @@ -27,6 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \ --disable-bluetooth-support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800074 diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index 0dade463a536..0cf7ab94f4e1 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-librapi2 -# Date created: 14 June 2003 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# +# Created by: Sam Lawrance <boris@brooknet.com.au> # $FreeBSD$ PORTNAME= librapi2 @@ -23,6 +20,7 @@ USES= pathfix iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} --with-libsynce="${LOCALBASE}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(RAPI_SLAVE) && ${RAPI_SLAVE} == "pythonb" diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index ec46ae74dee6..7ed2e55f918f 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -27,6 +27,7 @@ USES= pathfix pkgconfig iconv CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \ --with-libmimedir="${LOCALBASE}" +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(RRA_SLAVE) && ${RRA_SLAVE} == "pythonb" diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile index 6ada5c04af63..ae7d1942bdb4 100644 --- a/palm/synce-libsynce/Makefile +++ b/palm/synce-libsynce/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-libsynce -# Date created: 14 June 2003 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# +# Created by: Sam Lawrance <boris@brooknet.com.au> # $FreeBSD$ PORTNAME= libsynce @@ -41,4 +38,5 @@ MAN7= synce.7 USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/synce-serial/Makefile b/palm/synce-serial/Makefile index 7de55c01bcbc..c262b9649510 100644 --- a/palm/synce-serial/Makefile +++ b/palm/synce-serial/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-serial -# Date created: 14 June 2003 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# +# Created by: Sam Lawrance <boris@brooknet.com.au> # $FreeBSD$ PORTNAME= synce-serial @@ -21,4 +18,5 @@ MAN8= ${PORTNAME}-config.8 ${PORTNAME}-start.8 \ GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/palm/synce-sync-engine/Makefile b/palm/synce-sync-engine/Makefile index 436437e37fcb..ae89f3ccbbdc 100644 --- a/palm/synce-sync-engine/Makefile +++ b/palm/synce-sync-engine/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-sync-engine -# Date created: 27 September 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ PORTNAME?= sync-engine @@ -32,6 +29,7 @@ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= synce_sync_engine .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(ENGINE_VER) && defined(PLUGINDIR) diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile index 1ab851eb68e1..799ddc55f6a3 100644 --- a/palm/synce-trayicon/Makefile +++ b/palm/synce-trayicon/Makefile @@ -32,6 +32,7 @@ SUB_FILES= pkg-message MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile index fea3754098e0..72129be196b7 100644 --- a/palm/synce-vdccm/Makefile +++ b/palm/synce-vdccm/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} \ MAN1= triggerconnection.1 ${PORTNAME}.1 PLIST_FILES= bin/triggerconnection bin/${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" |