pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libsigc++2 According to the README, gcc < 3.2 is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e63bc80c0b0c
branches:  trunk
changeset: 504832:e63bc80c0b0c
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Dec 23 19:27:50 2005 +0000

description:
According to the README, gcc < 3.2 is not supported. This fixes build
problems on NetBSD 1.6.2
Using nbpax allows extracting the archive correctly on NetBSD 1.6.2 (tar
in the base system has problems with long file names) and should not
concern other platforms since nbpax is part of the bootstrap.

diffstat:

 devel/libsigc++2/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 576d1cc8ca1b -r e63bc80c0b0c devel/libsigc++2/Makefile
--- a/devel/libsigc++2/Makefile Fri Dec 23 18:33:11 2005 +0000
+++ b/devel/libsigc++2/Makefile Fri Dec 23 19:27:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/08/10 11:45:38 adam Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/23 19:27:50 heinz Exp $
 
 DISTNAME=      libsigc++-2.0.16
 PKGNAME=       libsigc++2-2.0.16
@@ -15,6 +15,11 @@
 USE_TOOLS+=            gm4 gmake
 GNU_CONFIGURE=         yes
 
+# supported according to the file README
+GCC_REQD+=             3.2
+# use something that can extract long filenames in GNU format on NetBSD 1.6.x
+EXTRACT_USING=         nbpax
+
 PKGCONFIG_OVERRIDE=    sigc++-2.0.pc.in
 
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index