pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel The GNOME Project hasn't suddenly started using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba83c2a50eae
branches:  trunk
changeset: 468614:ba83c2a50eae
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 15 13:43:41 2004 +0000

description:
The GNOME Project hasn't suddenly started using C++.  These packages only
seemed to need the C++ compiler because the libtool configuration required
it.  This has been fixed in pkgsrc/mk.

diffstat:

 devel/glib2/Makefile |  3 +--
 devel/pango/Makefile |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r f76a1d4a69ca -r ba83c2a50eae devel/glib2/Makefile
--- a/devel/glib2/Makefile      Sun Feb 15 13:34:59 2004 +0000
+++ b/devel/glib2/Makefile      Sun Feb 15 13:43:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2004/02/15 13:43:41 jlam Exp $
 
 DISTNAME=              glib-2.2.3
 PKGNAME=               ${DISTNAME:S/glib/glib2/}
@@ -18,7 +18,6 @@
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_GNU_TOOLS+=                make
-USE_LANGUAGES=         c c++
 USE_PERL5=             yes
 USE_LIBTOOL=           yes
 
diff -r f76a1d4a69ca -r ba83c2a50eae devel/pango/Makefile
--- a/devel/pango/Makefile      Sun Feb 15 13:34:59 2004 +0000
+++ b/devel/pango/Makefile      Sun Feb 15 13:43:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/02/14 20:43:47 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2004/02/15 13:43:41 jlam Exp $
 #
 
 DISTNAME=              pango-1.2.5
@@ -17,7 +17,6 @@
 USE_PKGINSTALL=                yes
 USE_GNU_TOOLS+=                make
 USE_X11=               yes
-USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index