diff options
-rw-r--r-- | audio/mikmod/Makefile | 5 | ||||
-rw-r--r-- | corba/ORBit/Makefile | 4 | ||||
-rw-r--r-- | corba/ORBit/pkg/PLIST | 4 | ||||
-rw-r--r-- | devel/bcc/Makefile | 6 | ||||
-rw-r--r-- | devel/boehm-gc/Makefile | 8 | ||||
-rw-r--r-- | devel/libg++/Makefile | 9 | ||||
-rw-r--r-- | devel/libgtop/pkg/DESCR | 1 | ||||
-rw-r--r-- | editors/joe/Makefile | 6 | ||||
-rw-r--r-- | editors/ne/Makefile | 5 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 6 | ||||
-rw-r--r-- | emulators/bochs/Makefile | 6 | ||||
-rw-r--r-- | emulators/bochs/pkg/PLIST | 3 | ||||
-rw-r--r-- | net/ORBit/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit/pkg/PLIST | 4 |
14 files changed, 40 insertions, 31 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index fd03ffb2b66..6abbe7e764a 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:39 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/11/12 23:03:39 frueauf Exp $ # DISTNAME= mikmod-3.0.3 @@ -10,9 +10,10 @@ MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://www.freenet.tlh.fl.us/~amstpi/mikmod.html +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + CONFLICTS= mikmod-2.14 -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses USE_GMAKE= yes .include "../../mk/bsd.prefs.mk" diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index 8e92bdac2d9..252927abaa2 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/11/12 16:20:33 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/11/12 23:03:39 frueauf Exp $ # DISTNAME= ORBit-0.3.0 @@ -13,6 +13,8 @@ DEPENDS+= gindent-1.9.1:../../devel/gindent GNU_CONFIGURE= yes USE_LIBTOOL= yes + LIBTOOL_FLAGS= --install-la +INFO_FILES= libIDL.info .include "../../mk/bsd.pkg.mk" diff --git a/corba/ORBit/pkg/PLIST b/corba/ORBit/pkg/PLIST index f2dd34a3924..e846e9d999e 100644 --- a/corba/ORBit/pkg/PLIST +++ b/corba/ORBit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/10/05 14:02:07 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/11/12 23:03:39 frueauf Exp $ lib/libIDL.so.5.0 lib/libIDL.la lib/libIDL.a @@ -64,7 +64,9 @@ include/orb/orbit_object.h include/orb/orbit_object_type.h include/orb/orbit_poa.h include/orb/orbit_poa_type.h +@unexec %D/bin/install-info --delete %D/info/libIDL.info %D/info/dir info/libIDL.info +@exec %D/bin/install-info %D/info/libIDL.info %D/info/libIDL.info @dirrm include/libIDL @dirrm include/ORBitutil @dirrm include/IIOP diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index b4b905cda2c..bb4238e6582 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:35 garbled Exp $ +# $NetBSD: Makefile,v 1.4 1998/11/12 23:03:39 frueauf Exp $ # FreeBSD Id: Makefile,v 1.6 1996/11/18 11:22:35 asami Exp # @@ -6,10 +6,10 @@ DISTNAME= bcc PKGNAME= bcc-95.3.12 CATEGORIES= devel -NOT_FOR_ARCHS= alpha #Severe LP64 problems - MAINTAINER= tsarna@netbsd.org +NOT_FOR_ARCHS= alpha #Severe LP64 problems + .include "../../mk/bsd.prefs.mk" .ifdef MANZ diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 63dcb96bb14..43ebcff8d7f 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.10 1998/11/12 23:03:40 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1 1996/11/16 01:51:25 jdp Exp # @@ -7,12 +7,12 @@ PKGNAME= boehm-gc-4.12 CATEGORIES= devel MASTER_SITES= http://reality.sgi.com/employees/boehm_mti/gc_source/ -NOT_FOR_ARCHS+= sparc # SEGV in "./test_cpp 1" in build: target -NOT_FOR_ARCHS+= alpha # needs dlopen, ELF, still SEGV's - MAINTAINER= packages@netbsd.org HOMEPAGE= http://reality.sgi.com/employees/boehm_mti/gc.html +NOT_FOR_ARCHS+= sparc # SEGV in "./test_cpp 1" in build: target +NOT_FOR_ARCHS+= alpha # needs dlopen, ELF, still SEGV's + WRKSRC= ${WRKDIR}/gc ALL_TARGET= BSD-pkg-all INSTALL_TARGET= BSD-pkg-install diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index fc023905be0..93d8450c10e 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.7 1998/05/18 14:05:44 tv Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/12 23:03:40 frueauf Exp $ # -BROKEN= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" - -GXXVERSION= 2.8.1.1a # used by internal Makefile DISTNAME= libg++-${GXXVERSION} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -12,6 +9,10 @@ MAINTAINER= tv@netbsd.org LIB_DEPENDS= stdc++.1.: # only from NetBSD's source tree +BROKEN= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" + +GXXVERSION= 2.8.1.1a # used by internal Makefile + MAKE_ENV+= GXXVERSION="${GXXVERSION}" PLIST_SRC= ${WRKSRC}/.PLIST diff --git a/devel/libgtop/pkg/DESCR b/devel/libgtop/pkg/DESCR index bc4b37d8c7d..55f3012d616 100644 --- a/devel/libgtop/pkg/DESCR +++ b/devel/libgtop/pkg/DESCR @@ -2,4 +2,3 @@ libgtop is a library that fetches system information about the running system such as cpu and memory usage, active processes etc. It provides a setgid server that fetches the information and a client-side library that talks to this server. - diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 774c8a51879..da93c4b6812 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/12 23:03:40 frueauf Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -8,10 +8,10 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z -NOT_FOR_ARCHS= alpha #gcc lossage - MAINTAINER= explorer@netbsd.org +NOT_FOR_ARCHS= alpha #gcc lossage + ALL_TARGET= joe WRKSRC= ${WRKDIR}/joe diff --git a/editors/ne/Makefile b/editors/ne/Makefile index b1b59e0854d..e65c64e5b81 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/14 22:14:40 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/11/12 23:03:40 frueauf Exp $ DISTNAME= ne PKGNAME= ne-1.25 @@ -6,10 +6,11 @@ WRKSRC= ${WRKDIR}/src CATEGORIES= editors MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/NE/ DISTFILES= ne.tar.gz ne.manpage.1 NE.spec.ascii NE.changes.spec -DIST_SUBDIR= ne MAINTAINER= bjh@mail.dotcom.fr +DIST_SUBDIR= ne + EXTRACT_ONLY= ne.tar.gz post-extract: diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 92eb7fc060c..9347cab99fb 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.36 1998/11/12 23:03:40 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -14,8 +14,6 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/ \ ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.4/ DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-info.tar.gz -NOT_FOR_ARCHS= alpha #fails purespace dumping - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xemacs.org/ @@ -27,6 +25,8 @@ DEPENDS+= gdbm-1.7.3:../../databases/gdbm CONFLICTS+= xemacs-20.3 +NOT_FOR_ARCHS= alpha #fails purespace dumping + HAS_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 585f4e4a0e8..0dd3e73f358 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1998/11/12 23:03:40 frueauf Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ -NOT_FOR_ARCHS= alpha #runs, SEGV. - MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ +NOT_FOR_ARCHS= alpha #runs, SEGV. + LICENSE= shareware WRKSRC= ${WRKDIR}/bochs-980707 USE_GMAKE= yes diff --git a/emulators/bochs/pkg/PLIST b/emulators/bochs/pkg/PLIST index ec9fb441db2..a34fdd89e51 100644 --- a/emulators/bochs/pkg/PLIST +++ b/emulators/bochs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/09/06 06:51:05 garbled Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/11/12 23:03:40 frueauf Exp $ bin/bochs lib/X11/fonts/misc/fonts.dir lib/X11/fonts/misc/hercules.bdf @@ -37,4 +37,3 @@ share/bochs/bochsrc @dirrm share/doc/bochs @dirrm share/bochs/bios @dirrm share/bochs - diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 8e92bdac2d9..252927abaa2 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/11/12 16:20:33 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/11/12 23:03:39 frueauf Exp $ # DISTNAME= ORBit-0.3.0 @@ -13,6 +13,8 @@ DEPENDS+= gindent-1.9.1:../../devel/gindent GNU_CONFIGURE= yes USE_LIBTOOL= yes + LIBTOOL_FLAGS= --install-la +INFO_FILES= libIDL.info .include "../../mk/bsd.pkg.mk" diff --git a/net/ORBit/pkg/PLIST b/net/ORBit/pkg/PLIST index f2dd34a3924..e846e9d999e 100644 --- a/net/ORBit/pkg/PLIST +++ b/net/ORBit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/10/05 14:02:07 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/11/12 23:03:39 frueauf Exp $ lib/libIDL.so.5.0 lib/libIDL.la lib/libIDL.a @@ -64,7 +64,9 @@ include/orb/orbit_object.h include/orb/orbit_object_type.h include/orb/orbit_poa.h include/orb/orbit_poa_type.h +@unexec %D/bin/install-info --delete %D/info/libIDL.info %D/info/dir info/libIDL.info +@exec %D/bin/install-info %D/info/libIDL.info %D/info/libIDL.info @dirrm include/libIDL @dirrm include/ORBitutil @dirrm include/IIOP |