pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Latest release installs a debugging vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/873cd62b0499
branches:  trunk
changeset: 495356:873cd62b0499
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jun 07 14:14:48 2005 +0000

description:
Latest release installs a debugging version of doxytag rather than the
release version.  Touch the doxytag.l file to cause regeneration of the
release version.  Bump PKGREVISION.

OK'ed by wiz.

diffstat:

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

diffs (32 lines):

diff -r fd39e10e4154 -r 873cd62b0499 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Tue Jun 07 14:10:00 2005 +0000
+++ b/devel/doxygen/Makefile    Tue Jun 07 14:14:48 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2005/05/31 18:38:27 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/06/07 14:14:48 markd Exp $
 
 DISTNAME=      doxygen-1.4.3.src
 PKGNAME=       doxygen-1.4.3
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.stack.nl/pub/users/dimitri/
 
@@ -12,7 +13,7 @@
 DEPENDS+=      teTeX-[0-9]*:../../print/teTeX
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+=            gmake perl
+USE_TOOLS+=            gmake perl flex
 USE_LANGUAGES=         c c++
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --make ${GMAKE}
@@ -28,6 +29,9 @@
 SUBST_FILES.pybin=     doc/Makefile.in
 SUBST_SED.pybin=       -e "s|@PYTHONBIN@|${PYTHONBIN}|g"
 
+post-patch:
+       ${TOUCH} ${WRKSRC}/src/doxytag.l
+
 post-install:
        cd ${WRKSRC} && ${GMAKE} install_docs
 



Home | Main Index | Thread Index | Old Index