aboutsummaryrefslogtreecommitdiffstats
path: root/print/pcal/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-15 06:42:27 +0800
committerpav <pav@FreeBSD.org>2005-01-15 06:42:27 +0800
commita8eca6c73ebb4ace4bfd0d3776f8804ddac743bb (patch)
tree651c395d9aac05f83e5e461cdf1634cd6a4a7541 /print/pcal/files
parent0292feca1312f2bd5b57c8bf568b99348d75072f (diff)
downloadfreebsd-ports-gnome-a8eca6c73ebb4ace4bfd0d3776f8804ddac743bb.tar.gz
freebsd-ports-gnome-a8eca6c73ebb4ace4bfd0d3776f8804ddac743bb.tar.zst
freebsd-ports-gnome-a8eca6c73ebb4ace4bfd0d3776f8804ddac743bb.zip
- Update to 4.8.0
- Undeprecate - Assign maintainership PR: ports/76220 Submitted by: Matthew West <mwest@uct.ac.za>
Diffstat (limited to 'print/pcal/files')
-rw-r--r--print/pcal/files/patch-aa38
-rw-r--r--print/pcal/files/patch-ab8
-rw-r--r--print/pcal/files/patch-ac15
-rw-r--r--print/pcal/files/patch-ad14
-rw-r--r--print/pcal/files/patch-ae19
5 files changed, 29 insertions, 65 deletions
diff --git a/print/pcal/files/patch-aa b/print/pcal/files/patch-aa
index 0c8072602ac0..542785257e16 100644
--- a/print/pcal/files/patch-aa
+++ b/print/pcal/files/patch-aa
@@ -1,20 +1,20 @@
---- Makefile.orig Tue Jan 7 10:29:28 2003
-+++ Makefile Sat May 24 15:40:57 2003
-@@ -21,8 +21,8 @@
-
- # Set the configuration variables below to taste.
-
--PCALINIT_CC = /usr/bin/gcc # native compiler
--CC = /usr/bin/gcc # cross-compiler (if target != host)
-+PCALINIT_CC = ${CC} # native compiler
-+CC = ${HOST_CC} # cross-compiler (if target != host)
-
- # Set COMPRESS to your preferred compression utility (compress, gzip, etc.),
- # Z to the file suffix that it generates (.Z, .gz, etc.), and UUC to the file
-@@ -58,9 +58,9 @@
- # PACK = pack
-
- # directories for installing executable and man page(s)
+--- Makefile.orig Thu Dec 16 00:54:16 2004
++++ Makefile Thu Jan 13 17:28:01 2005
+@@ -73,8 +73,8 @@
+ D_BUILD_ENV = -DBUILD_ENV_UNIX
+ PCAL = pcal
+ PCALINIT = pcalinit
+- CC = /usr/bin/gcc
+- PCALINIT_CC = /usr/bin/gcc
++ CC = ${HOST_CC}
++ PCALINIT_CC = ${CC}
+ PACK = compress
+ # PACK = pack
+ # PACK = gzip
+@@ -101,9 +101,9 @@
+ OBJDIR = obj
+ EXECDIR = exec
+ DOCDIR = doc
-BINDIR = /usr/local/bin
-MANDIR = /usr/man/man1
-CATDIR = /usr/man/cat1
@@ -22,5 +22,5 @@
+MANDIR = ${PREFIX}/man/man1
+CATDIR = ${PREFIX}/cat1
- OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
-
+ #
+ # Compiling for DOS/DJGPP requires different directories for the installed
diff --git a/print/pcal/files/patch-ab b/print/pcal/files/patch-ab
index 30f608219a49..0b8e4293be25 100644
--- a/print/pcal/files/patch-ab
+++ b/print/pcal/files/patch-ab
@@ -1,6 +1,6 @@
---- pcal.cgi.orig Wed Dec 20 15:43:36 2000
-+++ pcal.cgi Wed Dec 20 15:45:35 2000
-@@ -27,8 +27,8 @@
+--- html/pcal.cgi.orig Thu Dec 16 01:18:24 2004
++++ html/pcal.cgi Thu Jan 13 17:29:50 2005
+@@ -29,8 +29,8 @@
# common calendar file on your system (note that the user can't use his/her
# own calendar file since most servers will execute pcal.cgi as 'nobody')
@@ -10,4 +10,4 @@
+file=@@PREFIX@@/share/misc/calendar
# set DEBUG=1 to echo debugging output as HTML text
- DEBUG=0
+ # DEBUG=0
diff --git a/print/pcal/files/patch-ac b/print/pcal/files/patch-ac
index 2290dff70a02..3eb99805523d 100644
--- a/print/pcal/files/patch-ac
+++ b/print/pcal/files/patch-ac
@@ -1,15 +1,6 @@
---- pcal.html.orig Wed Feb 9 18:06:23 2000
-+++ pcal.html Sat May 24 15:42:13 2003
-@@ -12,7 +12,7 @@
-
- -->
- <HEAD>
--<TITLE>pcal v4.6</TITLE>
-+<TITLE>pcal v4.7.1</TITLE>
- </HEAD>
-
- <BODY>
-@@ -21,7 +21,7 @@
+--- html/pcal.html.orig Thu Dec 16 01:18:24 2004
++++ html/pcal.html Thu Jan 13 17:31:10 2005
+@@ -20,7 +20,7 @@
<!-- start of form -->
diff --git a/print/pcal/files/patch-ad b/print/pcal/files/patch-ad
index fd9ccb32877e..0432f65d43c5 100644
--- a/print/pcal/files/patch-ad
+++ b/print/pcal/files/patch-ad
@@ -1,14 +1,6 @@
---- pcalw.html.orig Wed Feb 9 18:06:23 2000
-+++ pcalw.html Sat May 24 15:42:43 2003
-@@ -12,14 +12,14 @@
-
- -->
- <HEAD>
--<TITLE>pcal v4.6 (single-year mode)</TITLE>
-+<TITLE>pcal v4.7.1 (single-year mode)</TITLE>
- </HEAD>
- <BODY>
- <H2 ALIGN=CENTER>Generate single-page PostScript calendar for entire year</H2>
+--- html/pcalw.html.orig Thu Dec 16 01:18:24 2004
++++ html/pcalw.html Thu Jan 13 17:31:55 2005
+@@ -20,7 +20,7 @@
<!-- start of form -->
diff --git a/print/pcal/files/patch-ae b/print/pcal/files/patch-ae
deleted file mode 100644
index 031ba3350c8a..000000000000
--- a/print/pcal/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- pcal.man.orig Wed Feb 9 18:06:23 2000
-+++ pcal.man Sat May 24 15:37:18 2003
-@@ -443,14 +443,14 @@
- `&#NNN;' (NNN = any three decimal digits) are also supported. These will
- be propagated intact (be sure to escape the `#' in `&#NNN;') if the output
- is specified as HTML (see the
--.B -\H
-+.B \-H
- flag); otherwise they will be converted to their ASCII equivalents. This
- allows a common date file to be used regardless of whether the desired
- output format is HTML, PostScript, or
- Un*x
- .I "calendar(1)"
- (see the
--.B -\c
-+.B \-c
- flag) input.
- .PP
- Lines in the