pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doc++ Update to 3.4.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a9abb2166c3
branches:  trunk
changeset: 480407:0a9abb2166c3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 08 14:32:34 2004 +0000

description:
Update to 3.4.10:
FEATURES:
- added crufty XML DocBook support
PORTABILITY FIXES:
- fixed a g++ 3.0 compilation problem

diffstat:

 devel/doc++/Makefile         |   8 ++++++--
 devel/doc++/distinfo         |   7 ++++---
 devel/doc++/patches/patch-aa |  12 ++++++++++++
 3 files changed, 22 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r f2c6885b26ce -r 0a9abb2166c3 devel/doc++/Makefile
--- a/devel/doc++/Makefile      Wed Sep 08 14:30:00 2004 +0000
+++ b/devel/doc++/Makefile      Wed Sep 08 14:32:34 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2004/04/25 04:06:14 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/08 14:32:34 wiz Exp $
 
-DISTNAME=              doc++-3.4.9
+DISTNAME=              doc++-3.4.10
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=docpp/}
 
@@ -13,8 +13,12 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+#post-extract:
+#      ${RM} ${WRKSRC}/src/getopt.h
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/doc++
        ${INSTALL_DATA} ${WRKSRC}/doc/manual/html/* ${PREFIX}/share/doc/doc++
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f2c6885b26ce -r 0a9abb2166c3 devel/doc++/distinfo
--- a/devel/doc++/distinfo      Wed Sep 08 14:30:00 2004 +0000
+++ b/devel/doc++/distinfo      Wed Sep 08 14:32:34 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/06/04 16:24:54 yyamano Exp $
+$NetBSD: distinfo,v 1.4 2004/09/08 14:32:34 wiz Exp $
 
-SHA1 (doc++-3.4.9.tar.gz) = 962e34a801290cbebc23784bb7e69047b9d58e3e
-Size (doc++-3.4.9.tar.gz) = 306331 bytes
+SHA1 (doc++-3.4.10.tar.gz) = 2102e99152ab91d80d7977fa5e13dd6f6043b2c8
+Size (doc++-3.4.10.tar.gz) = 408887 bytes
+SHA1 (patch-aa) = d71fd3064b9795ed1c82044c2b42f34f166f0061
diff -r f2c6885b26ce -r 0a9abb2166c3 devel/doc++/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/doc++/patches/patch-aa      Wed Sep 08 14:32:34 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/09/08 14:32:35 wiz Exp $
+
+--- src/getopt.h.orig  1997-01-22 01:31:23.000000000 +0100
++++ src/getopt.h
+@@ -105,7 +105,6 @@ struct option
+    errors, only prototype getopt for the GNU C library.  */
+ extern int getopt (int argc, char *const *argv, const char *shortopts);
+ #else /* not __GNU_LIBRARY__ */
+-extern int getopt ();
+ #endif /* __GNU_LIBRARY__ */
+ extern int getopt_long (int argc, char *const *argv, const char *shortopts,
+                       const struct option *longopts, int *longind);



Home | Main Index | Thread Index | Old Index