diff options
author | asami <asami@FreeBSD.org> | 1996-05-04 01:42:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-04 01:42:32 +0000 |
commit | 7c039dd2f2645b225fdf446ff2620ef0e9f3a08b (patch) | |
tree | 6f2d701eef85602b0d68b338c8f33155ef6162d9 /graphics/xpdf/files | |
parent | 01e0fdc6e3b5075d79002abd65953d8604825177 (diff) | |
download | FreeBSD-ports-7c039dd2f2645b225fdf446ff2620ef0e9f3a08b.zip FreeBSD-ports-7c039dd2f2645b225fdf446ff2620ef0e9f3a08b.tar.gz |
Upgrade, 0.3 -> 0.4.
Submitted by: chuckr@Glue.umd.edu
Diffstat (limited to 'graphics/xpdf/files')
-rw-r--r-- | graphics/xpdf/files/patch-aa | 19 | ||||
-rw-r--r-- | graphics/xpdf/files/patch-ab | 55 |
2 files changed, 42 insertions, 32 deletions
diff --git a/graphics/xpdf/files/patch-aa b/graphics/xpdf/files/patch-aa index 6ce212c..c22dbae 100644 --- a/graphics/xpdf/files/patch-aa +++ b/graphics/xpdf/files/patch-aa @@ -1,12 +1,13 @@ ---- Makefile.orig Sat Jan 13 11:11:55 1996 -+++ Makefile Mon Feb 5 18:06:05 1996 -@@ -11,6 +11,9 @@ - cd ltk; make depend; make - cd xpdf; make depend; make +--- Makefile.orig Wed May 1 17:52:04 1996 ++++ Makefile Wed May 1 17:53:14 1996 +@@ -21,8 +21,8 @@ + cd xpdf; make pdftops + + install: +- install -c xpdf/xpdf $(PREFIX)/bin +- install -c xpdf/pdftops $(PREFIX)/bin ++ install -c xpdf/xpdf $(X11BASE)/bin ++ install -c xpdf/pdftops $(X11BASE)/bin -+install: -+ install -c xpdf/xpdf ${PREFIX}/bin -+ clean: cd goo; make clean - cd ltk; make clean diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab index e13e77f..ebc827d 100644 --- a/graphics/xpdf/files/patch-ab +++ b/graphics/xpdf/files/patch-ab @@ -1,25 +1,34 @@ ---- Makefile.config.orig Sat Jan 13 11:11:45 1996 -+++ Makefile.config Mon Feb 5 17:44:39 1996 -@@ -15,18 +15,19 @@ - # Extra flags for C compiler - # This can include things like -I and -L if your include files or - # libraries are in non-standard places. -+# For FreeBSD, need -DHAVE_PARAM_H +--- Makefile.config.orig Wed May 1 17:36:22 1996 ++++ Makefile.config Wed May 1 17:37:41 1996 +@@ -74,13 +74,13 @@ #CFLAGS2 = + + # If you're using g++ 2.7.x, you'll want to use -Wno-unused: -CFLAGS2 = -Wno-unused -+CFLAGS2 = -Wno-unused -DHAVE_PARAM_H -I${X11BASE}/include - - # Extra flags for C++ compiler - # This can include things like -I and -L if your include files or - # libraries are in non-standard places. - #CXXFLAGS2 = --CXXFLAGS2 = -Wno-unused -+CXXFLAGS2 = -Wno-unused -I${X11BASE}/include - - # Any flags necessary to link in libX11. - #XLIBS = -lX11 --XLIBS = -L/usr/X11/lib -lX11 -+XLIBS = -L${X11BASE}/lib -lX11 - #XLIBS = -lX11-mit - - # Different versions of make have different C++ rules. ++#CFLAGS2 = -Wno-unused + + # For Linux systems using XFree86: + #CFLAGS2 = -I/usr/X11/include -Wno-unused + + # For FreeBSD systems using XFree86: +-#CFLAGS2 = -I$(X11BASE)/include -Wno-unused ++CFLAGS2 = -I$(X11BASE)/include -Wno-unused + + # For Solaris: + #CFLAGS2 = -I/usr/openwin/include +@@ -97,13 +97,13 @@ + #------------------------------------------------------------------------ + + # For most systems, just grab the X library: +-XLIBS = -lX11 ++#XLIBS = -lX11 + + # For Linux systems using XFree86: + #XLIBS = -L/usr/X11/lib -lX11 + + # For FreeBSD systems using XFree86: +-#XLIBS = -L$(X11BASE)/lib -lX11 ++XLIBS = -L$(X11BASE)/lib -lX11 + + # For Solaris: + #XLIBS = -L/usr/openwin/lib -lX11 -lnsl -lsocket |