summaryrefslogtreecommitdiff
path: root/devel/doc++
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-08 14:32:34 +0000
committerwiz <wiz@pkgsrc.org>2004-09-08 14:32:34 +0000
commit38e6dbc45b0879c166c9510e68029da03c576be6 (patch)
treedffdb3a03897b17269965e6122d38e0644023ce3 /devel/doc++
parent5c18b7d77d1d18cc015e9816ec07db7b35680b87 (diff)
downloadpkgsrc-38e6dbc45b0879c166c9510e68029da03c576be6.tar.gz
Update to 3.4.10:
FEATURES: - added crufty XML DocBook support PORTABILITY FIXES: - fixed a g++ 3.0 compilation problem
Diffstat (limited to 'devel/doc++')
-rw-r--r--devel/doc++/Makefile8
-rw-r--r--devel/doc++/distinfo7
-rw-r--r--devel/doc++/patches/patch-aa12
3 files changed, 22 insertions, 5 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile
index daff7572fdd..cdc35d50323 100644
--- a/devel/doc++/Makefile
+++ b/devel/doc++/Makefile
@@ -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_BUILDLINK3= yes
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 --git a/devel/doc++/distinfo b/devel/doc++/distinfo
index a12e7af5a78..ab600a65426 100644
--- a/devel/doc++/distinfo
+++ b/devel/doc++/distinfo
@@ -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 --git a/devel/doc++/patches/patch-aa b/devel/doc++/patches/patch-aa
new file mode 100644
index 00000000000..bb724215960
--- /dev/null
+++ b/devel/doc++/patches/patch-aa
@@ -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);