summaryrefslogtreecommitdiff
path: root/comms/tkhylafax/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-12-31 02:10:13 +0100
committerRene Ladan <rene@FreeBSD.org>2022-12-31 02:11:35 +0100
commit51c097e06436c0ad91486387238a0d2e75d6a284 (patch)
treefc5a1934475932834f1dd6b5e65d2f7b10f4fd1b /comms/tkhylafax/files
parentgames/scorched3d: Cleanup EXPIRED ports (diff)
cleanup: Remove expired ports:
2022-09-30 comms/hylafax: dead upstream, someone port hylafax+ from sourceforge.net instead 2022-12-31 comms/tkhylafax: Depends on expired comms/hylafax
Diffstat (limited to 'comms/tkhylafax/files')
-rw-r--r--comms/tkhylafax/files/patch-Makefile74
-rw-r--r--comms/tkhylafax/files/patch-faxIt.t35
2 files changed, 0 insertions, 109 deletions
diff --git a/comms/tkhylafax/files/patch-Makefile b/comms/tkhylafax/files/patch-Makefile
deleted file mode 100644
index 2df95abc8771..000000000000
--- a/comms/tkhylafax/files/patch-Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
---- Makefile.orig 1998-03-14 20:57:48.000000000 +0100
-+++ Makefile 2013-10-23 15:12:54.000000000 +0200
-@@ -5,7 +5,7 @@
-
- ### EDIT THE NEXT LINES ONLY ###
-
--PREFIX = /usr/local
-+#PREFIX = /usr/local
-
- # The directory where the tkhylafax library will be installed
- TCLLIB_DEST = $(PREFIX)/lib/tkhylafax-3.2
-@@ -17,13 +17,13 @@
- TCLMAN_DEST = $(PREFIX)/man/man1
-
- # The full path to tclsh
--TCLSH = /usr/bin/tclsh
-+#TCLSH = /usr/bin/tclsh
-
- # The full path to wish.
--WISH = /usr/bin/wish
-+#WISH = /usr/bin/wish
-
- # The full path to your postscript viewer
--GHOSTVIEW = /usr/X11/bin/gv
-+GHOSTVIEW = ${LOCALBASE}/bin/gv
-
- ### DON'T EDIT ANYTHING BELOW THIS LINE ###
-
-@@ -52,11 +52,10 @@
-
- all:
- $(MAKE) build
-- $(MAKE) install
-
- build: Makefile
- @echo "Patching tkhylafax..."
-- sed -e 's|XXX_TKHYLAFAX_XXX|$(TCLLIB_DEST)|g' \
-+ sed -e 's|XXX_TKHYLAFAX_XXX|$(TCLLIB_DEST:S/${STAGEDIR}//)|g' \
- -e 's|XXX_WISH_XXX|$(WISH)|g' \
- -e 's|XXX_GHOSTVIEW_XXX|$(GHOSTVIEW)|g' \
- tkhylafax.unpatched > $(TCLPRG_FILE)
-@@ -66,27 +65,28 @@
-
- $(TCLLIB_DEST):
- if [ ! -d $(TCLLIB_DEST) ]; then mkdir -p $(TCLLIB_DEST); fi
-- chmod 775 $(TCLLIB_DEST)
-+ chmod 755 $(TCLLIB_DEST)
-
- install.lib: $(TCLLIB_DEST)
- @echo "Installing tkhylafax library..."
- -for i in $(TCLLIB_FILES) ; do \
- cp $$i $(TCLLIB_DEST)/$$i ; \
-- chmod 664 $(TCLLIB_DEST)/$$i ; \
-+ chmod 644 $(TCLLIB_DEST)/$$i ; \
- done
- @echo "Done"
-
- $(TCLPRG_DEST):
- if [ ! -d $(TCLPRG_DEST) ]; then mkdir -p $(TCLPRG_DEST); fi
-- chmod 775 $(TCLPRG_DEST)
-+ chmod 755 $(TCLPRG_DEST)
-
- install.tkhylafax: $(TCLPRG_DEST) $(TCLPRG_FILE)
- @echo "Installing tkhylafax command..."
- cp $(TCLPRG_FILE) $(TCLPRG_DEST)/$(TCLPRG_FILE)
-- chmod 775 $(TCLPRG_DEST)/$(TCLPRG_FILE)
-+ chmod 755 $(TCLPRG_DEST)/$(TCLPRG_FILE)
- @echo "Done"
-
- install.man:
-+ if [ ! -d $(TCLMAN_DEST) ]; then mkdir -p $(TCLMAN_DEST); fi
- cp $(TCLMAN_FILE).man $(TCLMAN_DEST)/$(TCLMAN_FILE).1
-
- clean:
diff --git a/comms/tkhylafax/files/patch-faxIt.t b/comms/tkhylafax/files/patch-faxIt.t
deleted file mode 100644
index 792eef2adcf5..000000000000
--- a/comms/tkhylafax/files/patch-faxIt.t
+++ /dev/null
@@ -1,35 +0,0 @@
-*** faxIt.t.org Thu Jan 16 21:08:00 2003
---- faxIt.t Thu Jan 16 21:10:58 2003
-***************
-*** 66,80 ****
- $Th_Info(notifyOnRetry)
-
- if {[string length $Th_Info(name)]} {
-- # This MUST appear.
-- regsub -all {["'$\\]} $Th_Info(name) {\\&} name
-- append options " -d \"$name@$Th_Info(phone)\""
--
- # Make an ID string for later usage
- regsub -all {["'$\\]} $Th_Info(company) {\\&} company
- append options " -i \"$name@$company\""
- } else {
-! # This MUST appear.
- append options " -d $Th_Info(phone)"
- }
-
---- 66,80 ----
- $Th_Info(notifyOnRetry)
-
- if {[string length $Th_Info(name)]} {
- # Make an ID string for later usage
-+ regsub -all {["'$\\]} $Th_Info(name) {\\&} name
- regsub -all {["'$\\]} $Th_Info(company) {\\&} company
- append options " -i \"$name@$company\""
-+
-+ # This MUST appear last.
-+ append options " -d \"$name@$Th_Info(phone)\""
- } else {
-! # This MUST appear last.
- append options " -d $Th_Info(phone)"
- }
-