pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Work around a file timestamp issue at in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b5002ae5ad0
branches:  trunk
changeset: 520750:2b5002ae5ad0
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sat Oct 28 03:18:58 2006 +0000

description:
Work around a file timestamp issue at installation time, where the order
cp -r copied files was critical to a successful installation.  Fixes
installation under Solaris 9.

diffstat:

 devel/doxygen/distinfo         |   4 ++--
 devel/doxygen/patches/patch-ab |  19 ++++++++++++++++---
 2 files changed, 18 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r f457f18d11f2 -r 2b5002ae5ad0 devel/doxygen/distinfo
--- a/devel/doxygen/distinfo    Sat Oct 28 03:02:44 2006 +0000
+++ b/devel/doxygen/distinfo    Sat Oct 28 03:18:58 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.24 2006/06/14 10:24:53 adam Exp $
+$NetBSD: distinfo,v 1.25 2006/10/28 03:18:58 dsainty Exp $
 
 SHA1 (doxygen-1.4.7.src.tar.gz) = 42a33d676fbd471165d02f531bfe98f433ecb432
 RMD160 (doxygen-1.4.7.src.tar.gz) = 4de02b866cef53a7fd6f54e0ba90111814a9d77a
 Size (doxygen-1.4.7.src.tar.gz) = 2928354 bytes
 SHA1 (patch-aa) = dd970fa86865ee1eca0d41a86366a608e19b582a
-SHA1 (patch-ab) = 099083824e1b6201e9562dc220a58b2dfd2f9f6c
+SHA1 (patch-ab) = 13d2c5b2110765005e9022a970a947db874fc9d4
 SHA1 (patch-ac) = 5523e5b146436a50b008f963a0b809379a9e4974
 SHA1 (patch-af) = b52845ca3d4d58a876538e8b4780a19419aabe75
 SHA1 (patch-ag) = a7cf7cd0b510e9a8293e5f8a43517cfc80a60d15
diff -r f457f18d11f2 -r 2b5002ae5ad0 devel/doxygen/patches/patch-ab
--- a/devel/doxygen/patches/patch-ab    Sat Oct 28 03:02:44 2006 +0000
+++ b/devel/doxygen/patches/patch-ab    Sat Oct 28 03:18:58 2006 +0000
@@ -1,7 +1,11 @@
-$NetBSD: patch-ab,v 1.6 2005/08/03 21:41:30 recht Exp $
+$NetBSD: patch-ab,v 1.7 2006/10/28 03:18:58 dsainty Exp $
 
---- Makefile.in.orig   2005-05-18 20:41:27.000000000 +0200
-+++ Makefile.in        2005-08-03 23:00:07.000000000 +0200
+The "cp -r doc" may by chance copy language.doc with an older
+modification timestamp than some of its dependencies.  Use
+gmake's --assume-new to avoid this being a problem.
+
+--- Makefile.in.orig   2005-11-21 07:05:07.000000000 +1300
++++ Makefile.in        2006-10-27 12:35:47.484445000 +1300
 @@ -50,8 +50,8 @@
  
  install: doxywizard_install 
@@ -13,3 +17,12 @@
        $(INSTTOOL) -d $(INSTALL)/$(MAN1DIR)
        cat doc/doxygen.1    | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxygen.1 ; \
        cat doc/doxytag.1    | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxytag.1 ; \
+@@ -67,7 +67,7 @@
+       echo "PERL     = $(PERL)"    >> $(DOCDIR)/doc/Makefile
+       cat doc/Makefile.in          >> $(DOCDIR)/doc/Makefile
+       cd $(DOCDIR)/examples ; $(MAKE)
+-      cd $(DOCDIR)/doc ; $(MAKE)
++      cd $(DOCDIR)/doc ; $(MAKE) --assume-new=language.doc
+       rm -rf $(DOCDIR)/doc
+       cd $(DOCDIR)/latex ; $(MAKE)
+       cp $(DOCDIR)/latex/doxygen_manual.pdf $(DOCDIR)



Home | Main Index | Thread Index | Old Index