diff options
-rw-r--r-- | deskutils/plan/Makefile | 3 | ||||
-rw-r--r-- | emulators/spim/Makefile | 3 | ||||
-rw-r--r-- | lang/pgcc/Makefile | 10 | ||||
-rw-r--r-- | net/queso/Makefile | 3 | ||||
-rw-r--r-- | net/telserv/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tcplist/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/rclock/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/rclock/pkg-descr | 1 |
8 files changed, 10 insertions, 17 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index 4589d17..cb5e0db 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -5,8 +5,7 @@ # # $FreeBSD$ # - -#Also update ports/japanese/plan/ (ja-plan) when this port is updated +# Also update ports/japanese/plan/ (ja-plan) when this port is updated DISTNAME= plan-1.8.2 CATEGORIES= deskutils diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 3b4b7c8..269815a 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -22,10 +22,9 @@ USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= y.tab.c depend cl-spim cl-xspim - pre-configure: @${RM} -f ${WRKSRC}/y.tab.* - + pre-install: @${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx ${PREFIX}/share/spim diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 742b86f..26e0073 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -26,19 +26,18 @@ PATCH_SITES= http://www.gcc.ml.org/data/source/ \ ftp://ftp.hitachi-sk.co.jp/pub/pentium-gcc/source/ \ ftp://ftp.fu-berlin.de/unix/languages/pgcc/source/ PATCHFILES= egcs-1.1.2-pgcc-1.1.3.diff.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org -BROKEN='waiting for new patches against gcc-2.95' - -USE_BZIP2= yes - BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -USE_BZIP2= yes +BROKEN='waiting for new patches against gcc-2.95.1' .include <bsd.port.pre.mk> +USE_BZIP2= yes + EGCS_REV= pgcc-2.91.66 LIBSTDCPP_REV= 2.9.0 @@ -49,7 +48,6 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL} .endif -PATCH_DIST_STRIP?= -p1 PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/queso/Makefile b/net/queso/Makefile index 12f6736..b1708da 100644 --- a/net/queso/Makefile +++ b/net/queso/Makefile @@ -13,7 +13,6 @@ CATEGORIES= net security MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ ${MASTER_SITE_SUNSITE} \ ftp://freebsd.ntu.edu.tw/freebsd/_distfiles/ -DISTFILES= queso-980922.tar.gz MASTER_SITE_SUBDIR= distributions/trinux/src/netmap MAINTAINER= obrien@FreeBSD.org @@ -23,7 +22,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 300004 -DISTFILES+= libpcap-0.4.tar.Z +DISTFILES= queso-980922.tar.gz libpcap-0.4.tar.Z post-patch: @cd ${WRKSRC}/../libpcap-0.4/; ./configure; make .endif diff --git a/net/telserv/Makefile b/net/telserv/Makefile index ea29fa7..bb8f805 100644 --- a/net/telserv/Makefile +++ b/net/telserv/Makefile @@ -12,7 +12,7 @@ PKGNAME= telserv-1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ http://www.freebsd.org/~obrien/Distfiles/ -DISTFILES= ${DISTNAME}.c +EXTRACT_SUFX= .c MAINTAINER= obrien@FreeBSD.org diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index 9784851..4f2a6d3 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -16,7 +16,7 @@ MAINTAINER= obrien@NUXI.com RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -EXTRACT_CMD= cat +EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh NO_WRKSUBDIR= yes diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile index d63ae53..cbe945d 100644 --- a/x11-clocks/rclock/Makefile +++ b/x11-clocks/rclock/Makefile @@ -7,13 +7,12 @@ # $FreeBSD$ # -PKGNAME= rclock-2.6.1 DISTNAME= rxvt-2.6.1 +PKGNAME= rclock-2.6.1 CATEGORIES= x11-clocks MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ ${MASTER_SITE_SUNSITE} - MASTER_SITE_SUBDIR= X11/terms MAINTAINER= obrien@FreeBSD.org diff --git a/x11-clocks/rclock/pkg-descr b/x11-clocks/rclock/pkg-descr index a948017..49a0b00 100644 --- a/x11-clocks/rclock/pkg-descr +++ b/x11-clocks/rclock/pkg-descr @@ -4,4 +4,3 @@ there is mail waiting; an appointment reminder is also builtin. The ~/.rclock file lists the messages to display and/or the programs to run at specified times and dates. - |