pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Disable X11 support/detection in libgtop2, which was c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/65f9ecf057b7
branches: trunk
changeset: 472185:65f9ecf057b7
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Apr 06 09:24:56 2004 +0000
description:
Disable X11 support/detection in libgtop2, which was causing trouble on
systems where there is not libXau.so; Bump PKGREVISION.
diffstat:
doc/CHANGES | 3 ++-
sysutils/libgtop2/Makefile | 7 ++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (54 lines):
diff -r 59e3bf2506cd -r 65f9ecf057b7 doc/CHANGES
--- a/doc/CHANGES Tue Apr 06 09:19:47 2004 +0000
+++ b/doc/CHANGES Tue Apr 06 09:24:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5458 2004/04/06 09:19:47 adam Exp $
+$NetBSD: CHANGES,v 1.5459 2004/04/06 09:24:56 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1796,3 +1796,4 @@
Updated metamail to 2.7nb5 [xtraeme 2004-04-06]
Updated glib2 to 2.4.0nb1 [jmmv 2004-04-06]
Updated mng to 1.0.7 [adam 2004-04-06]
+ Updated libgtop2 to 2.5.2nb1 [xtraeme 2004-04-06]
diff -r 59e3bf2506cd -r 65f9ecf057b7 sysutils/libgtop2/Makefile
--- a/sysutils/libgtop2/Makefile Tue Apr 06 09:19:47 2004 +0000
+++ b/sysutils/libgtop2/Makefile Tue Apr 06 09:24:56 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/02 12:09:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/06 09:24:56 xtraeme Exp $
DISTNAME= libgtop-2.5.2
PKGNAME= ${DISTNAME:S/-/2-/}
+PKGREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtop/2.5/}
EXTRACT_SUFX= .tar.bz2
@@ -35,7 +36,6 @@
USE_PERL5= build
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
-USE_X11= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libgtop-2.0.pc.in
@@ -53,16 +53,17 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-glib-prefix=${BUILDLINK_PREFIX.glib2}
CONFIGURE_ARGS+= --with-catgets --with-libgtop-guile=no
+CONFIGURE_ARGS+= --without-x
CONFIGURE_ENV+= AWK="${AWK}" LN_S="${LN} -s" PERL="${PERL5}"
.if ${OPSYS} == "Linux"
PLIST_SUBST+= LIBGTOP_SERVER="@comment "
.else
PLIST_SUBST+= LIBGTOP_SERVER=""
+.endif
post-install:
@${CHMOD} g+s ${PREFIX}/bin/libgtop_server2
-.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index