summaryrefslogtreecommitdiff
path: root/print/xdvik/files
diff options
context:
space:
mode:
Diffstat (limited to 'print/xdvik/files')
-rw-r--r--print/xdvik/files/patch-aa48
-rw-r--r--print/xdvik/files/patch-ab12
-rw-r--r--print/xdvik/files/patch-texk::make::common.mk11
3 files changed, 11 insertions, 60 deletions
diff --git a/print/xdvik/files/patch-aa b/print/xdvik/files/patch-aa
deleted file mode 100644
index 081533cf9331..000000000000
--- a/print/xdvik/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -ru ../xdvik-20a.orig/configure ./configure
---- ../xdvik-20a.orig/configure Tue Feb 4 04:22:07 1997
-+++ ./configure Tue Feb 24 23:12:05 1998
-@@ -890,6 +890,7 @@
- fi
- fi
- echo "$ac_t""$INSTALL" 1>&6
-+ac_given_INSTALL=${INSTALL}
-
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
-diff -ru ../xdvik-20a.orig/kpathsea/configure ./kpathsea/configure
---- ../xdvik-20a.orig/kpathsea/configure Tue Feb 4 04:27:18 1997
-+++ ./kpathsea/configure Tue Feb 24 23:13:09 1998
-@@ -774,6 +774,7 @@
- fi
- fi
- echo "$ac_t""$INSTALL" 1>&6
-+ac_given_INSTALL=${INSTALL}
-
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
-diff -ru ../xdvik-20a.orig/xdvik/configure ./xdvik/configure
---- ../xdvik-20a.orig/xdvik/configure Tue Feb 24 23:09:22 1998
-+++ ./xdvik/configure Tue Feb 24 23:15:44 1998
-@@ -786,6 +786,7 @@
- fi
- fi
- echo "$ac_t""$INSTALL" 1>&6
-+ac_given_INSTALL=${INSTALL}
-
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
-diff -ru ../xdvik-20a.orig/klibtool ./klibtool
---- ../xdvik-20a.orig/klibtool Sat Dec 28 07:50:27 1996
-+++ ./klibtool Fri Feb 27 23:54:11 1998
-@@ -251,6 +251,11 @@
-
- # Override defaults for this system.
- case $host_type in
-+ *-*-freebsd*)
-+ shared_support=true
-+ SHARED_postinstall='ldconfig -m $libdir'
-+ ;;
-+
- *-*-linux*)
- shared_support=true
- SHARED_postinstall='ldconfig $libdir'
diff --git a/print/xdvik/files/patch-ab b/print/xdvik/files/patch-ab
deleted file mode 100644
index 828e6c47088d..000000000000
--- a/print/xdvik/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- xdvik/Makefile.in.orig Mon Oct 12 22:28:09 1998
-+++ xdvik/Makefile.in Mon Oct 12 22:46:32 1998
-@@ -9,6 +9,9 @@
- # This matches web2c (needed only for Metafont).
- x_cppflags = @X_CFLAGS@
- x_ldflags = @X_LIBS@
-+ifeq ($(PORTOBJFORMAT),elf)
-+x_ldflags += -Wl,-rpath,$(X11BASE)/lib
-+endif
- x_pre_libs = @X_PRE_LIBS@
- x_extra_libs = @X_EXTRA_LIBS@
- x_tool_libs = @x_tool_libs@
diff --git a/print/xdvik/files/patch-texk::make::common.mk b/print/xdvik/files/patch-texk::make::common.mk
new file mode 100644
index 000000000000..fdd9f4925e4b
--- /dev/null
+++ b/print/xdvik/files/patch-texk::make::common.mk
@@ -0,0 +1,11 @@
+--- texk/make/common.mk.orig Mon Feb 9 19:09:33 2004
++++ texk/make/common.mk Mon Feb 9 19:09:53 2004
+@@ -49,7 +49,7 @@
+ # Installation.
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_SCRIPT = $(INSTALL_PROGRAM)
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_LIBTOOL_LIBS = INSTALL_DATA='$(INSTALL_DATA)' $(LIBTOOL) install-lib
+ INSTALL_LIBTOOL_PROG = INSTALL_PROGRAM='$(INSTALL_PROGRAM)' $(LIBTOOL) install-prog