pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feab2140e32d
branches:  trunk
changeset: 508782:feab2140e32d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 25 13:33:43 2006 +0000

description:
Fix pkglint warning.

diffstat:

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

diffs (36 lines):

diff -r 12faa4e34534 -r feab2140e32d devel/glib2/Makefile
--- a/devel/glib2/Makefile      Sat Feb 25 13:33:10 2006 +0000
+++ b/devel/glib2/Makefile      Sat Feb 25 13:33:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2006/02/25 13:31:03 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2006/02/25 13:34:01 wiz Exp $
 
 DISTNAME=              glib-2.10.0
 PKGNAME=               ${DISTNAME:S/glib/glib2/}
@@ -65,7 +65,7 @@
 .  else
 SUBST_SED.thr=         -e "s|@G_THREAD_LIBS_FOR_GTHREAD@|-Wc,-lc_r|g"
 .  endif
-SUBST_MESSAGE.thr=     "Fixing libgthread."
+SUBST_MESSAGE.thr=     Fixing libgthread.
 
 .endif
 
diff -r 12faa4e34534 -r feab2140e32d x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Sat Feb 25 13:33:10 2006 +0000
+++ b/x11/gtk2/Makefile Sat Feb 25 13:33:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2006/02/25 13:32:10 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2006/02/25 13:33:43 wiz Exp $
 #
 
 DISTNAME=              gtk+-2.8.13
@@ -59,7 +59,7 @@
 
 SUBST_CLASSES+=                pthread
 SUBST_STAGE.pthread=   pre-configure
-SUBST_MESSAGE.pthread= "Fixing pthread flags."
+SUBST_MESSAGE.pthread= Fixing pthread flags.
 SUBST_SED.pthread=     -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g'
 SUBST_FILES.pthread=   gdk-pixbuf/Makefile.in
 



Home | Main Index | Thread Index | Old Index