Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 1999 02:00:52 -0800 (PST)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14759: Many minor port clean-ups
Message-ID:  <199911071000.CAA42374@granite.hip.berkeley.edu>

next in thread | raw e-mail | index | archive | help

>Number:         14759
>Category:       ports
>Synopsis:       Many minor port clean-ups
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov  7 02:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Lea
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	FreeBSD Ports collection.

>Description:

	Mostly remove "CXXFLAGS=..." and "--prefix=..." from ports which
	don't need these.  Change HAS_CONFIGURE to GNU_CONFIGURE for some
	ports, plus:

	devel/crossgo32/pkg/PLIST	Install info files properly.
	misc/dotfile/Makefile:		Unbreak.
	misc/rpm/Makefile:		GDBM now has a shared lib.
	print/transfig/patches/patch-ac
	print/transfig/pkg/PLIST:	Honour ${PREFIX} and fix PLIST.
	www/wml/Makefile:		Don't need bsd.port.{pre|post}.mk
					to get ${PERL5}.

>How-To-Repeat:

	Hopefully this will prevent people from repeating these...

>Fix:
	
	
--- /usr/ports.ref/audio/xamp/Makefile	Tue Aug 24 21:36:22 1999
+++ audio/xamp/Makefile	Sat Aug 28 19:24:35 1999
@@ -18,7 +18,6 @@
 
 WRKSRC=		${WRKDIR}/xamp-0.8/xamp-0.8
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 

--- /usr/ports.ref/databases/gnats/Makefile	Sat Oct 30 14:49:29 1999
+++ databases/gnats/Makefile	Sat Oct 30 15:23:02 1999
@@ -18,8 +18,7 @@
 
 WRKSRC=	${WRKDIR}/3.112
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
-		--with-lispdir=${PREFIX}/share/emacs/site-lisp \
+CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \
 		--with-full-gnats \
 		--with-release-based
 

--- /usr/ports.ref/deskutils/ical/Makefile	Tue Aug 31 21:29:16 1999
+++ deskutils/ical/Makefile	Tue Aug 31 21:57:47 1999
@@ -15,8 +15,7 @@
 LIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--with-tclconfig=${PREFIX}/lib/tcl8.0 \
+CONFIGURE_ARGS=	--with-tclconfig=${PREFIX}/lib/tcl8.0 \
 		--with-tclhdir=${PREFIX}/include/tcl8.0 \
 		--with-tclsh=${PREFIX}/bin/tclsh8.0 \
 		--with-tkconfig=${PREFIX}/lib/tk8.0 \

--- /usr/ports.ref/deskutils/offix-trash/Makefile	Tue Aug 24 22:26:46 1999
+++ deskutils/offix-trash/Makefile	Sat Aug 28 19:25:42 1999
@@ -17,7 +17,6 @@
 LIB_DEPENDS=	Dnd++.1:${PORTSDIR}/x11/libdnd
 
 GNU_CONFIGURE=	YES
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 USE_GMAKE=	YES
 USE_X_PREFIX=	YES
 

--- /usr/ports.ref/devel/crossgo32/Makefile	Tue Aug 24 22:47:34 1999
+++ devel/crossgo32/Makefile	Sat Aug 28 19:25:59 1999
@@ -17,8 +17,8 @@
 MAINTAINER=	sutton@aardvark.apana.org.au
 
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} dosrel-1.0${EXTRACT_SUFX}
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --target=${TARGET}
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--target=${TARGET}
 USE_GMAKE=	yes
 TARGET= 	i386-go32
 
--- /usr/ports.ref/devel/crossgo32/pkg/PLIST	Tue Aug 11 18:55:17 1998
+++ devel/crossgo32/pkg/PLIST	Sun Sep 26 02:00:41 1999
@@ -97,6 +97,8 @@
 include/ansidecl.h
 include/bfdlink.h
 include/obstack.h
+@unexec install-info --delete %D/info/cpp.info %D/info/dir
+@unexec install-info --delete %D/info/gcc.info %D/info/dir
 info/cpp.info
 info/cpp.info-1
 info/cpp.info-2
@@ -127,6 +129,8 @@
 info/gcc.info-7
 info/gcc.info-8
 info/gcc.info-9
+@exec install-info %D/info/cpp.info %D/info/dir
+@exec install-info %D/info/gcc.info %D/info/dir
 lib/libiberty.a
 lib/libi386-go32-bfd.a
 lib/gcc-lib/i386-go32/2.7.2.2/include/syslimits.h

--- /usr/ports.ref/devel/mm/Makefile	Sat Oct  2 22:32:41 1999
+++ devel/mm/Makefile	Sat Oct  2 22:52:51 1999
@@ -14,7 +14,6 @@
 MAINTAINER=	rse@engelschall.com
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX}
 
 MAN1=		mm-config.1
 MAN3=		mm.3

--- /usr/ports.ref/devel/ncurses/Makefile	Tue Aug 24 22:48:51 1999
+++ devel/ncurses/Makefile	Sat Aug 28 19:26:26 1999
@@ -50,7 +50,7 @@
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/misc --disable-overwrite \
 		--disable-termcap --includedir=${PREFIX}/include/ncurses \
-		--prefix=${PREFIX} --with-profile --with-shared
+		--with-profile --with-shared
 CONFIGURE_ENV=		gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib"
 
 .include <bsd.port.pre.mk>

--- /usr/ports.ref/devel/shtool/Makefile	Sun Sep  5 14:57:21 1999
+++ devel/shtool/Makefile	Sun Sep  5 14:39:03 1999
@@ -16,7 +16,7 @@
 
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --enable-batch
+CONFIGURE_ARGS=	--enable-batch
 
 MAN1=		shtool.1 shtoolize.1
 

--- /usr/ports.ref/editors/yudit/Makefile	Tue Aug 24 22:44:58 1999
+++ editors/yudit/Makefile	Sat Aug 28 19:27:31 1999
@@ -16,7 +16,7 @@
 LIB_DEPENDS=	ttf.3:${PORTSDIR}/print/freetype
 BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
 
-CONFIGURE_ENV=	LC_ALL=C CXXFLAGS="${CFLAGS}"
+CONFIGURE_ENV=	LC_ALL=C
 GNU_CONFIGURE=	YES
 MAKE_ENV=	LC_ALL=C
 MAN1=		yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1

--- /usr/ports.ref/graphics/xpdf/Makefile	Tue Aug 24 23:15:31 1999
+++ graphics/xpdf/Makefile	Sat Aug 28 19:30:23 1999
@@ -30,7 +30,6 @@
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gzip --enable-japanese
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 
 MAN1=		pdfimages.1 \
 		pdfinfo.1 \

--- /usr/ports.ref/japanese/lyx/Makefile	Tue Aug 31 21:34:36 1999
+++ japanese/lyx/Makefile	Tue Aug 31 22:02:45 1999
@@ -28,7 +28,7 @@
 
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LYX_LIBS="-lxpg4" CXXFLAGS="${CFLAGS}"
+CONFIGURE_ENV=	LYX_LIBS="-lxpg4"
 STRIP=
 CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
 MAN1=		lyx.1 reLyX.1

--- /usr/ports.ref/japanese/ndtpd/Makefile	Thu Oct 28 00:25:55 1999
+++ japanese/ndtpd/Makefile	Thu Oct 28 00:44:37 1999
@@ -19,8 +19,6 @@
 CONFIGURE_ARGS=	--localstatedir=${VARDIR} --with-eb --with-zlib \
 		--with-eb-includes=${PREFIX}/include \
 		--with-eb-libraries=${PREFIX}/lib
-CONFIGURE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
-		INSTALL_DATA="${INSTALL_DATA}"
 
 .if !defined(PACKAGE_BUILDING)
 IS_INTERACTIVE=	Maybe_interactive_at_install_stage

--- /usr/ports.ref/lang/dylan/Makefile	Tue Aug 24 23:34:21 1999
+++ lang/dylan/Makefile	Sat Aug 28 19:32:45 1999
@@ -28,7 +28,7 @@
 WRKSRC=		$(WRKDIR)/gd/src
 
 GNU_CONFIGURE=  yes
-CONFIGURE_ARGS= --prefix=$(PREFIX) --srcdir=$(WRKSRC)
+CONFIGURE_ARGS= --srcdir=$(WRKSRC)
 CONFIGURE_ENV=	D2C="$(WRKDIR)/d2c"
 
 USE_GMAKE=	yes

--- /usr/ports.ref/lang/scheme48/Makefile	Tue Aug 31 21:36:14 1999
+++ lang/scheme48/Makefile	Tue Aug 31 22:04:19 1999
@@ -14,7 +14,6 @@
 MAINTAINER= 	jmacd@FreeBSD.org
 
 GNU_CONFIGURE=  yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
 ALL_TARGET = 	enough
 #NO_WRKSUBDIR=	yes
 STRIP=

--- /usr/ports.ref/mail/maildrop/Makefile	Tue Aug 24 23:50:16 1999
+++ mail/maildrop/Makefile	Sat Aug 28 19:33:34 1999
@@ -36,9 +36,8 @@
 		--with-etcdir="${PREFIX}/etc" \
 		--enable-maildrop-uid="${MAILDROP_SUID}" \
 		--enable-maildrop-gid="${MAILDROP_SGID}"
-CONFIGURE_ENV=	CXX="${CXX}" \
-		CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include" \
-		LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
+CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include" \
+		LIBS="-L${PREFIX}/lib"
 GNU_CONFIGURE=	yes
 
 .if defined(NOPORTDOCS)

--- /usr/ports.ref/misc/dotfile/Makefile	Wed Aug 25 00:21:33 1999
+++ misc/dotfile/Makefile	Sat Sep 11 23:50:11 1999
@@ -20,16 +20,18 @@
 
 NO_BUILD=	yes
 
-.if !defined(DISPLAY)
-BROKEN=		requires X display
-.endif
-
 post-configure:
 	@(cd ${WRKSRC}/Modules/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
 	INSTALL="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" \
 	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 	${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
 
+.if !defined(DISPLAY)
+PLIST=		${WRKDIR}/PLIST
+pre-install:
+	@${CAT} ${PKGDIR}/PLIST | sed -e '/fvwm.\/bytecompile/d' > ${PLIST}
+.endif
+	
 post-install:
 	@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
 	@${MKDIR} ${PREFIX}/share/doc/${DISTNAME}/dotfile

--- /usr/ports.ref/misc/rpm/Makefile	Mon Nov  1 01:56:36 1999
+++ misc/rpm/Makefile	Mon Nov  1 01:38:30 1999
@@ -12,7 +12,7 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS=	gdbm.2:${PORTSDIR}/databases/gdbm
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"

--- /usr/ports.ref/net/samba/Makefile	Tue Aug 31 01:35:54 1999
+++ net/samba/Makefile	Tue Aug 31 01:54:48 1999
@@ -31,7 +31,7 @@
 SAMPLE_CONFIG=	${SAMBA_CONFDIR}/smb.conf.default
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \
+CONFIGURE_ARGS=	--libdir=${SAMBA_CONFDIR} \
 		--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
 		--with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE}
 

--- /usr/ports.ref/news/leafnode/Makefile	Tue Aug 31 01:36:25 1999
+++ news/leafnode/Makefile	Tue Aug 31 01:55:13 1999
@@ -14,8 +14,8 @@
 
 MAINTAINER=	brian@Awfulhak.org
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--quiet --prefix=${PREFIX}
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--quiet
 MAKE_ARGS=	LOCKFILE=/var/spool/lock/news/fetch.lck \
 		LIBDIR=${PREFIX}/lib/leafnode
 MAN1=		newsq.1

--- /usr/ports.ref/print/lyx/Makefile	Mon Oct 11 23:37:22 1999
+++ print/lyx/Makefile	Mon Oct 11 23:56:44 1999
@@ -25,7 +25,6 @@
 
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 STRIP=
 CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
 MAN1=		lyx.1 reLyX.1

--- /usr/ports.ref/print/teTeX/Makefile	Tue Aug 31 01:37:15 1999
+++ print/teTeX/Makefile	Tue Aug 31 01:55:56 1999
@@ -25,15 +25,14 @@
 EXTRACT_ONLY=	${TETEX_SRC}
 USE_GMAKE=	yes
 GNU_CONFIGURE=  yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --disable-multiplatform \
+CONFIGURE_ARGS= --disable-multiplatform \
 		--without-texinfo --without-dialog \
 		--with-system-ncurses --with-system-zlib \
 		--with-system-wwwlib --with-libwww-libdir=${LIBWWW_PREFIX}/lib \
 		--with-libwww-include=${LIBWWW_PREFIX}/include/w3c-libwww \
 		--with-system-pnglib --with-pnglib-libdir=${LIBPNG_PREFIX}/lib \
 		--with-pnglib-include=${LIBPNG_PREFIX}/include
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}" \
-		INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
+CONFIGURE_ENV=	INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
 INSTALL_TARGET=	install strip
 NOMANCOMPRESS=	yes
 NOMAN1=		MakeTeXPK.1 access.1 afm2tfm.1 allcm.1 allec.1 allneeded.1 \

--- /usr/ports.ref/print/transfig/patches/patch-ac	Mon Jan 25 18:42:34 1999
+++ print/transfig/patches/patch-ac	Sun Sep  5 13:53:33 1999
@@ -1,5 +1,14 @@
 --- fig2dev/Imakefile.orig	Wed Jul  1 08:52:50 1998
 +++ fig2dev/Imakefile	Tue Jan 19 11:14:16 1999
+@@ -31,7 +31,7 @@
+ XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled
+ XCOMM and installed xfig.  This will be made automatic in the future.
+ 
+-XFIGLIBDIR =	/usr/local/lib/X11/xfig
++XFIGLIBDIR =	${PREFIX}/lib/X11/xfig
+ 
+ XCOMM If your system has the strerror() function (doesn't have sys_errlist) then
+ XCOMM comment out NEED_STRERROR with an XCOMM comment.
 @@ -42,7 +42,7 @@
  XCOMM inline functions. With the "INLINE" keyword, you should notice that
  XCOMM the display will be a bit faster in complex figures
--- /usr/ports.ref/print/transfig/pkg/PLIST	Sat Oct  3 14:34:10 1998
+++ print/transfig/pkg/PLIST	Tue Sep 28 00:24:22 1999
@@ -1,7 +1,58 @@
-bin/transfig
 bin/fig2dev
 bin/fig2ps2tex
 bin/fig2ps2tex.sh
 bin/pic2tpic
+bin/transfig
 lib/X11/fig2dev/ja_JP.EUC.ps
+lib/X11/xfig/bitmaps/bricks.bmp
+lib/X11/xfig/bitmaps/circles.bmp
+lib/X11/xfig/bitmaps/crosshatch.bmp
+lib/X11/xfig/bitmaps/crosshatch30.bmp
+lib/X11/xfig/bitmaps/crosshatch45.bmp
+lib/X11/xfig/bitmaps/dash.bmp
+lib/X11/xfig/bitmaps/dashDot.bmp
+lib/X11/xfig/bitmaps/dashDotDot.bmp
+lib/X11/xfig/bitmaps/dashDotDotDot.bmp
+lib/X11/xfig/bitmaps/dot.bmp
+lib/X11/xfig/bitmaps/fishscales.bmp
+lib/X11/xfig/bitmaps/hexagons.bmp
+lib/X11/xfig/bitmaps/horiz_saw.bmp
+lib/X11/xfig/bitmaps/horizontal.bmp
+lib/X11/xfig/bitmaps/left30.bmp
+lib/X11/xfig/bitmaps/left45.bmp
+lib/X11/xfig/bitmaps/leftshingle.bmp
+lib/X11/xfig/bitmaps/octagons.bmp
+lib/X11/xfig/bitmaps/p13.bmp
+lib/X11/xfig/bitmaps/right30.bmp
+lib/X11/xfig/bitmaps/right45.bmp
+lib/X11/xfig/bitmaps/rightshingle.bmp
+lib/X11/xfig/bitmaps/small_fishscales.bmp
+lib/X11/xfig/bitmaps/sp0.bmp
+lib/X11/xfig/bitmaps/sp1.bmp
+lib/X11/xfig/bitmaps/sp10.bmp
+lib/X11/xfig/bitmaps/sp11.bmp
+lib/X11/xfig/bitmaps/sp12.bmp
+lib/X11/xfig/bitmaps/sp13.bmp
+lib/X11/xfig/bitmaps/sp14.bmp
+lib/X11/xfig/bitmaps/sp15.bmp
+lib/X11/xfig/bitmaps/sp16.bmp
+lib/X11/xfig/bitmaps/sp17.bmp
+lib/X11/xfig/bitmaps/sp18.bmp
+lib/X11/xfig/bitmaps/sp19.bmp
+lib/X11/xfig/bitmaps/sp2.bmp
+lib/X11/xfig/bitmaps/sp20.bmp
+lib/X11/xfig/bitmaps/sp3.bmp
+lib/X11/xfig/bitmaps/sp4.bmp
+lib/X11/xfig/bitmaps/sp5.bmp
+lib/X11/xfig/bitmaps/sp6.bmp
+lib/X11/xfig/bitmaps/sp7.bmp
+lib/X11/xfig/bitmaps/sp8.bmp
+lib/X11/xfig/bitmaps/sp9.bmp
+lib/X11/xfig/bitmaps/vert_bricks.bmp
+lib/X11/xfig/bitmaps/vert_leftshingle.bmp
+lib/X11/xfig/bitmaps/vert_rightshingle.bmp
+lib/X11/xfig/bitmaps/vert_saw.bmp
+lib/X11/xfig/bitmaps/vertical.bmp
+@dirrm lib/X11/xfig/bitmaps
+@unexec rmdir %D/lib/X11/xfig 2>/dev/null || true
 @dirrm lib/X11/fig2dev

--- /usr/ports.ref/security/pgp5/Makefile	Tue Aug 31 21:40:57 1999
+++ security/pgp5/Makefile	Tue Aug 31 22:08:31 1999
@@ -20,8 +20,7 @@
 Y2K=		http://www.pgpi.com/faq/pgpi.shtml#Year2000
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+GNU_CONFIGURE=	yes
 RESTRICTED=     "Crypto"
 MAN1=		pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
 MAN5=		pgp.cfg.5

--- /usr/ports.ref/security/ssh2/Makefile	Sat Sep  4 13:14:35 1999
+++ security/ssh2/Makefile	Sat Sep  4 12:58:19 1999
@@ -24,7 +24,7 @@
 
 GNU_CONFIGURE=	YES
 
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc --enable-debug
+CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --enable-debug
 #Uncomment if all your users are in their own group and their homedir
 #is writeable by that group.  Beware the security implications!
 #CONFIGURE_ARGS+= --enable-group-writeability

--- /usr/ports.ref/textproc/word2x/Makefile	Tue Aug 31 21:41:58 1999
+++ textproc/word2x/Makefile	Tue Aug 31 22:09:32 1999
@@ -16,7 +16,6 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 
 MAN1=	word2x.1
 

--- /usr/ports.ref/www/wml/Makefile	Tue Aug 31 01:40:07 1999
+++ www/wml/Makefile	Tue Aug 31 01:58:25 1999
@@ -15,12 +15,9 @@
 
 MAINTAINER=	rse@engelschall.com
 
-.include <bsd.port.pre.mk>
-
 USE_PERL5=	yes
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--with-perl=${PERL5}
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-perl=${PERL5}
 
 CAT1=	wml_aux_linklint.1 wml_aux_txt2html.1 \
 	wml_aux_wwwtable.1 wml_p2_mhc.1 wml_p4_gm4.1
@@ -63,4 +60,4 @@
 .endfor
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

--- /usr/ports.ref/x11-wm/fvwm95-i18n/Makefile	Mon Sep  6 17:12:24 1999
+++ x11-wm/fvwm95-i18n/Makefile	Mon Sep  6 17:40:28 1999
@@ -29,7 +29,7 @@
 EXTRACT_ONLY=	${DISTNAME}.tgz ${PKGNAME}-portKit-19981123.tgz
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --x-includes=${X11BASE}/include \
+CONFIGURE_ARGS=	 --x-includes=${X11BASE}/include \
 		--mandir=${MANPREFIX}/man \
 		--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib
 CONFIGURE_ENV=	INSTALL_MAN="${INSTALL_MAN}"

--- /usr/ports.ref/x11/camltk41/Makefile	Tue Aug 31 01:40:22 1999
+++ x11/camltk41/Makefile	Tue Aug 31 01:58:34 1999
@@ -21,7 +21,7 @@
 WRKSRC=		${WRKDIR}/camltk41
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --tcl-version=7.6${LIBEXT} \
+CONFIGURE_ARGS=	--tcl-version=7.6${LIBEXT} \
 		--tk-version=4.2${LIBEXT} \
 		--x-includes=${X11BASE}/include \
 		--with-config=site.config

--- /usr/ports.ref/x11/libdnd/Makefile	Tue Aug 31 01:40:32 1999
+++ x11/libdnd/Makefile	Tue Aug 31 01:58:43 1999
@@ -17,7 +17,6 @@
 USE_XLIB=	yes
 WRKSRC=		${WRKDIR}/DND/DNDlib
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV+=	CXXFLAGS="${CFLAGS}"
 
 post-install:
 .if !defined(NOPORTDOCS)



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911071000.CAA42374>