summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-12 23:03:39 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-12 23:03:39 +0000
commit4a9b2ad461486e9d7e866abfe5416b158408ed89 (patch)
tree0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /devel
parentb9e6923ab2b0e0c347c6a557e663bf1865726117 (diff)
downloadpkgsrc-4a9b2ad461486e9d7e866abfe5416b158408ed89.tar.gz
Fix some more pkglint nits.
Diffstat (limited to 'devel')
-rw-r--r--devel/bcc/Makefile6
-rw-r--r--devel/boehm-gc/Makefile8
-rw-r--r--devel/libg++/Makefile9
-rw-r--r--devel/libgtop/pkg/DESCR1
4 files changed, 12 insertions, 12 deletions
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.
-