aboutsummaryrefslogtreecommitdiffstats
path: root/devel/uds/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-04-02 20:32:05 +0800
committerijliao <ijliao@FreeBSD.org>2001-04-02 20:32:05 +0800
commitd042bb0304d50fb5961cc63699e3c23809f4a61b (patch)
treee9be2b8a13743c6dfdc51bec78a8f24124f049fe /devel/uds/files
parentcc0e57ab3a14d7fd1ecb7264d3e8fb67f338ea21 (diff)
downloadfreebsd-ports-gnome-d042bb0304d50fb5961cc63699e3c23809f4a61b.tar.gz
freebsd-ports-gnome-d042bb0304d50fb5961cc63699e3c23809f4a61b.tar.zst
freebsd-ports-gnome-d042bb0304d50fb5961cc63699e3c23809f4a61b.zip
upgrade to 0.9.4
sort plist
Diffstat (limited to 'devel/uds/files')
-rw-r--r--devel/uds/files/patch-Makefile.am15
-rw-r--r--devel/uds/files/patch-Makefile.in15
-rw-r--r--devel/uds/files/patch-configure.in11
3 files changed, 26 insertions, 15 deletions
diff --git a/devel/uds/files/patch-Makefile.am b/devel/uds/files/patch-Makefile.am
new file mode 100644
index 000000000000..d307972c3d50
--- /dev/null
+++ b/devel/uds/files/patch-Makefile.am
@@ -0,0 +1,15 @@
+--- Makefile.am.orig Mon Apr 2 20:06:43 2001
++++ Makefile.am Mon Apr 2 20:07:20 2001
+@@ -12,9 +12,9 @@
+
+
+ install-data-hook:
+- rm -Rf $(prefix)/doc/uds
+- mkdir -p $(prefix)/doc/uds
+- cp $(srcdir)/doc/*.html $(prefix)/doc/uds
++ rm -Rf $(prefix)/share/doc/uds
++ mkdir -p $(prefix)/share/doc/uds
++ cp $(srcdir)/doc/*.html $(prefix)/share/doc/uds
+
+ uninstall-local:
+ rm -Rf /usr/doc/uds
diff --git a/devel/uds/files/patch-Makefile.in b/devel/uds/files/patch-Makefile.in
deleted file mode 100644
index 3b2bedadf1bb..000000000000
--- a/devel/uds/files/patch-Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.in.orig Tue Feb 27 14:29:36 2001
-+++ Makefile.in Tue Feb 27 14:30:46 2001
-@@ -377,9 +377,9 @@
- cp `find $(srcdir)/test/ -type f -maxdepth 1` $(top_distdir)/test
-
- install-data-hook:
-- rm -Rf $(prefix)/doc/uds
-- mkdir -p $(prefix)/doc/uds
-- cp $(srcdir)/doc/*.html $(prefix)/doc/uds
-+ rm -Rf $(prefix)/share/uds/doc
-+ mkdir -p $(prefix)/share/uds/doc
-+ cp $(srcdir)/doc/*.html $(prefix)/share/uds/doc
-
- uninstall-local:
- rm -Rf /usr/doc/uds
diff --git a/devel/uds/files/patch-configure.in b/devel/uds/files/patch-configure.in
new file mode 100644
index 000000000000..a44be528acf1
--- /dev/null
+++ b/devel/uds/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig Mon Apr 2 20:09:38 2001
++++ configure.in Mon Apr 2 20:09:49 2001
+@@ -23,7 +23,7 @@
+ AC_LANG_CPLUSPLUS
+
+ dnl Checks for libraries.
+-AC_CHECK_LIB(pthread, main, thread_dir=thread, thread_dir=)
++AC_CHECK_LIB(c_r, main, thread_dir=thread, thread_dir=)
+ AC_SUBST(thread_dir)
+
+ dnl Checks for header files.