summaryrefslogtreecommitdiff
path: root/print/gsview/files
diff options
context:
space:
mode:
Diffstat (limited to 'print/gsview/files')
-rw-r--r--print/gsview/files/patch-src_gvcver.mak9
-rw-r--r--print/gsview/files/patch-srcunx_unx.mak50
-rw-r--r--print/gsview/files/pkg-message.in11
3 files changed, 0 insertions, 70 deletions
diff --git a/print/gsview/files/patch-src_gvcver.mak b/print/gsview/files/patch-src_gvcver.mak
deleted file mode 100644
index 20fa0c3ac827..000000000000
--- a/print/gsview/files/patch-src_gvcver.mak
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/gvcver.mak.orig 2008-07-14 09:44:07.759575900 -0400
-+++ src/gvcver.mak 2008-07-14 09:44:49.641971567 -0400
-@@ -32,5 +32,5 @@
- $(ECHOGSV) -a $(OD)gsvver.h -x 23 "define GSVIEW_VERSION " $(GSVIEW_VERSION)
- $(ECHOGSV) -a $(OD)gsvver.h -x 23 "define GSVIEW_DOT_VERSION " -x 22 $(GSVIEW_DOT_VERSION) -x 22
- $(ECHOGSV) -a $(OD)gsvver.h -x 23 "define GSVIEW_DATE " -x 22 $(GSVIEW_DATE) -x 22
-- $(ECHOGSV) -a $(OD)gsvver.h -x 23 "define GSVIEW_DOCPATH " -x 22 $(GSVIEW_DOCPATH) "/gsview-" $(GSVIEW_DOT_VERSION) "/" -x 22
-+ $(ECHOGSV) -a $(OD)gsvver.h -x 23 "define GSVIEW_DOCPATH " -x 22 $(GSVIEW_DOCPATH) "/gsview/" -x 22
- $(ECHOGSV) -a $(OD)gsvver.h -x 23 "define GSVIEW_ETCPATH " -x 22 $(GSVIEW_ETCPATH) "/gsview/" -x 22
diff --git a/print/gsview/files/patch-srcunx_unx.mak b/print/gsview/files/patch-srcunx_unx.mak
deleted file mode 100644
index bf7ac83f7678..000000000000
--- a/print/gsview/files/patch-srcunx_unx.mak
+++ /dev/null
@@ -1,50 +0,0 @@
---- srcunx/unx.mak.orig 2004-11-27 05:51:26 UTC
-+++ srcunx/unx.mak
-@@ -19,8 +19,8 @@
- #
- # WARNING: Doesn't install pstotext
-
--prefix=
--GSVIEW_ROOT=/usr/local
-+prefix=${PREFIX}
-+GSVIEW_ROOT=
- GSVIEW_BASE=$(prefix)$(GSVIEW_ROOT)
-
-
-@@ -38,8 +38,6 @@ GSVIEW_DOCPATH=$(GSVIEW_BASE)/share/doc
- # GSview printer.ini and system wide gsview.ini
- GSVIEW_ETCPATH=$(prefix)/etc
-
--MAKE=make
--CC=gcc
- OBJ=o
- INSTALL=install -m 644
- INSTALL_EXE=install -m 755
-@@ -51,7 +49,7 @@ LDEBUG=
- # Linux
- XINCLUDE=
- PFLAGS=-DMULTITHREAD
--PLINK=-lpthread -lrt
-+PLINK=-lpthread
-
- # SunOS 5.7
- #XINCLUDE=-I/usr/openwin/share/lib
-@@ -77,7 +75,8 @@ PLINK=-lpthread -lrt
-
- # Other possible options are -Wtraditional
- # Compiler flags for C and C++ files.
--CFLAGS=-O -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
-+#CFLAGS=-O -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
-+CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
-
- # Linker flags
- LFLAGS=$(LDEBUG) $(PLINK) `gtk-config --libs`
-@@ -152,7 +151,7 @@ OBJS=$(OBJCOM1) $(OBJCOM2) $(OBJPLAT1)
- #all: gsview html pstotext
- all: $(BD)gsview$(EXE) html
-
--GSVIEW_DOCDIR=$(GSVIEW_DOCPATH)/gsview-$(GSVIEW_DOT_VERSION)
-+GSVIEW_DOCDIR=$(GSVIEW_DOCPATH)/gsview
-
- $(BD)gsview$(EXE): $(OBJS)
- $(COMP) $(CFLAGS) $(FO)$(BD)gsview$(EXE) $(OBJS) $(LFLAGS)
diff --git a/print/gsview/files/pkg-message.in b/print/gsview/files/pkg-message.in
deleted file mode 100644
index c09d9b11e921..000000000000
--- a/print/gsview/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-=========================================================
-For html help access, edit %%PREFIX%%/bin/gsview-help
-to start your browser of choice with appropriate options.
-Some configuration of Ghostscript options may be
-necessary through the Options->Advanced Configure...
-menu. Consider installing graphics/pstoedit to take
-full advantage of the Edit->Convert to vector format...
-feature. (This feature, while useful, occasionally causes
-coredumps.)
-=========================================================