aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-15 02:35:10 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-09-15 02:35:10 +0000
commit03397654022fd8c1cf33f2f38714448166c54015 (patch)
tree66865631d09f32e9c867de8ee4ad93054e133c37
parent4f90e3e429dd5833e56d52f95019eb085e4c22da (diff)
downloadports-03397654022fd8c1cf33f2f38714448166c54015.tar.gz
ports-03397654022fd8c1cf33f2f38714448166c54015.zip
Notes
-rw-r--r--databases/tkgnats/files/patch-aa131
1 files changed, 120 insertions, 11 deletions
diff --git a/databases/tkgnats/files/patch-aa b/databases/tkgnats/files/patch-aa
index 6977697e28a4..260cf84d0233 100644
--- a/databases/tkgnats/files/patch-aa
+++ b/databases/tkgnats/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Jun 20 16:21:31 1999
-+++ Makefile Sun Jun 20 16:22:52 1999
+--- Makefile.orig Tue Mar 16 09:03:58 1999
++++ Makefile Thu Sep 14 18:30:28 2000
@@ -5,7 +5,7 @@
#################################################
@@ -18,14 +18,123 @@
########## tkgnats executable location
BINDIR = $(prefix)/bin
---- tkgnats.config Sun Jun 20 16:21:47 1999
-+++ tkgnats.config Sun Jun 20 16:23:06 1999
-@@ -95,7 +95,7 @@
- set TkGnats(psPreviewer) "ghostview %s"
- # PostScript previewer for printed reports
+@@ -231,70 +231,70 @@
+ install_man:
+ -$(MAKEPATH) $(MANDIR)
+ -$(MAKEPATH) $(MANDIR)/man1
+- @chmod 664 $(manfiles)
++ @chmod 644 $(manfiles)
+ for f in $(manfiles); do \
+ cp -p $$f $(MANDIR)/man1/$$f; \
+ done
--set TkGnats(Mailer) "/usr/lib/sendmail -em -oi -t"
-+set TkGnats(Mailer) "/usr/sbin/sendmail -em -oi -t"
- # Mailer to use for send prs, etc..
- # Like GNATS, it must read headers from file.
+ $(T_BIN)/tkgnats: tkgnats Makefile
+ $(SED) $(WISH_SED) $(TKGNATSLIB_SED) <tkgnats >$@
+- @chmod 775 $@
++ @chmod 755 $@
+ $(T_LIB)/CHANGES: CHANGES
+ cp -p CHANGES $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/VERSION: VERSION
+ cp -p VERSION $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkeditpr.tcl: tkeditpr.tcl Makefile
+ cp -p tkeditpr.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkviewpr.tcl: tkviewpr.tcl Makefile
+ cp -p tkviewpr.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tksendpr.tcl: tksendpr.tcl Makefile
+ cp -p tksendpr.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkquerypr.tcl: tkquerypr.tcl Makefile
+ cp -p tkquerypr.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkprdatesel.tcl: tkprdatesel.tcl Makefile
+ cp -p tkprdatesel.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkprfolder.tcl: tkprfolder.tcl Makefile
+ cp -p tkprfolder.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkprfont.tcl: tkprfont.tcl Makefile
+ cp -p tkprfont.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkpr_library.tcl: tkpr_library.tcl Makefile
+ cp -p tkpr_library.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkprprint.tcl: tkprprint.tcl Makefile
+ cp -p tkprprint.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkprsort.tcl: tkprsort.tcl Makefile
+ cp -p tkprsort.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkprhelp.tcl: tkprhelp.tcl Makefile
+ cp -p tkprhelp.tcl $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkgnats.doc: tkgnats.doc Makefile
+ cp -p tkgnats.doc $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ # Again, the following ugliness is intentional and works on Linux, Solaris 2.5 and IRIX64 6.2.
+
+@@ -325,7 +325,7 @@
+ echo cp -p tkgnats.config $@; \
+ cp -p tkgnats.config $@; \
+ fi;
+- @chmod 664 $@
++ @chmod 644 $@
+
+ # The following was OK on my Linux system but failed on Solaris and IRIX64.
+
+@@ -339,19 +339,19 @@
+
+ $(T_LIB)/tkgnats.xbm: tkgnats.xbm Makefile
+ cp -p tkgnats.xbm $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkquerypr.xbm: tkquerypr.xbm Makefile
+ cp -p tkquerypr.xbm $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tksendpr.xbm: tksendpr.xbm Makefile
+ cp -p tksendpr.xbm $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ $(T_LIB)/tkeditpr.xbm: tkeditpr.xbm Makefile
+ cp -p tkeditpr.xbm $@
+- @chmod 664 $@
++ @chmod 644 $@
+
+ package: clean
+ rm -f VERSION