aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cppunit/files
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2008-07-26 03:41:29 +0800
committerwxs <wxs@FreeBSD.org>2008-07-26 03:41:29 +0800
commitd5956ec76589d883a09a30087326c8ede454a655 (patch)
tree60453dd87e45e00fb599ede2e830dee59b5a336a /devel/cppunit/files
parentf7c43eabc511bb6f19e36a79fdf00971b3afd272 (diff)
downloadfreebsd-ports-gnome-d5956ec76589d883a09a30087326c8ede454a655.tar.gz
freebsd-ports-gnome-d5956ec76589d883a09a30087326c8ede454a655.tar.zst
freebsd-ports-gnome-d5956ec76589d883a09a30087326c8ede454a655.zip
- Update to 1.21.1.
PR: ports/125506 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout
Diffstat (limited to 'devel/cppunit/files')
-rw-r--r--devel/cppunit/files/patch-config::ltmain.sh6
-rw-r--r--devel/cppunit/files/patch-doc::Makefile.in37
2 files changed, 34 insertions, 9 deletions
diff --git a/devel/cppunit/files/patch-config::ltmain.sh b/devel/cppunit/files/patch-config::ltmain.sh
index f376def9cb9d..3f7106f94a09 100644
--- a/devel/cppunit/files/patch-config::ltmain.sh
+++ b/devel/cppunit/files/patch-config::ltmain.sh
@@ -1,6 +1,6 @@
---- config/ltmain.sh.orig Wed Jul 7 16:52:56 2004
-+++ config/ltmain.sh Wed Jul 7 16:53:13 2004
-@@ -5425,10 +5425,12 @@
+--- config/ltmain.sh.orig 2008-07-11 18:31:19.000000000 +0800
++++ config/ltmain.sh 2008-07-11 18:32:49.000000000 +0800
+@@ -6092,10 +6092,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/cppunit/files/patch-doc::Makefile.in b/devel/cppunit/files/patch-doc::Makefile.in
index 0b740c8dd919..1b4a4017e60e 100644
--- a/devel/cppunit/files/patch-doc::Makefile.in
+++ b/devel/cppunit/files/patch-doc::Makefile.in
@@ -1,11 +1,36 @@
---- doc/Makefile.in.orig Wed Jul 7 16:33:12 2004
-+++ doc/Makefile.in Wed Jul 7 16:34:27 2004
-@@ -161,7 +161,7 @@
+--- doc/Makefile.in.orig 2008-02-20 00:59:51.000000000 -0500
++++ doc/Makefile.in 2008-07-13 18:52:35.000000000 -0400
+@@ -179,7 +179,7 @@
# and an extra copy or two in the install-data-hook.
# However, the manpages do not appear to be tremendously useful, so
# let's not bother.
-@DOC_TRUE@htmldir = $(pkgdatadir)/html
+@DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit
- @DOC_TRUE@html_DATA = $(static_pages) html/index.html
- subdir = doc
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ htmldir = @htmldir@
+ includedir = @includedir@
+ infodir = @infodir@
+@@ -248,6 +248,7 @@
+ -rm -rf .libs _libs
+ install-htmlDATA: $(html_DATA)
+ @$(NORMAL_INSTALL)
++.if !defined(NOPORTDOCS)
+ test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
+ @list='$(html_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+@@ -255,6 +256,7 @@
+ echo " $(htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
+ $(htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
+ done
++.endif
+
+ uninstall-htmlDATA:
+ @$(NORMAL_UNINSTALL)
+@@ -398,7 +400,7 @@
+
+
+ @DOC_TRUE@install-data-hook:
+-@DOC_TRUE@ cp -pR html/* $(DESTDIR)$(htmldir)
++@DOC_TRUE@ cp -pR html/ $(DESTDIR)$(htmldir)
+
+ # Automake's "distcheck" is sensitive to having files left over
+ # after "make uninstall", so we have to clean up the install hook.