Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2006 08:28:05 -0500
From:      "Frank J. Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103224: [UPDATE]: print/pcal: Update to version 4.10.0
Message-ID:  <E1GNUmb-000Jba-PJ@main.vonostingroup.com>
Resent-Message-ID: <200609131330.k8DDUIw1087635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103224
>Category:       ports
>Synopsis:       [UPDATE]: print/pcal: Update to version 4.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 13 13:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.4-RELEASE-p17 amd64
>Organization:
>Environment:
System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p17 FreeBSD 5.4-RELEASE-p17 #1: Wed Sep 6 12:07:19 CDT 2006 laszlof@main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN amd64


	
>Description:
	This patch will update print/pcal to version 4.10.0. This version adds the following features and bug fixes:

	*   Fixed the bugs described in the 'Bugs/Problems in (now-obsolete) Pcal 4.9.1' section (see the link in 
	    the 'Notes On Obsolete Releases of Pcal' section, below).
	*   Added Polish language support, thanks to a patch from Dominik 'Chiron' Derlatka.
	*   Added Dutch language support, thanks to a patch from Ewald Beekman.
	*   Added Romanian language support, thanks to a patch from Claudiu Costin.
	*   Added Danish language support, thanks to a patch from Kenneth Geisshirt.
	*   Eliminated certain compile-time warnings that occurred in a GCC 3.4.2 + Solaris build
	    environment, thanks to a report from David Mathog. 
>How-To-Repeat:
	
>Fix:

	

--- pcal-4.10.0.diff begins here ---
diff -NrU3 pcal.orig/Makefile pcal/Makefile
--- pcal.orig/Makefile	Wed Sep 13 07:56:56 2006
+++ pcal/Makefile	Wed Sep 13 07:58:16 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pcal
-PORTVERSION=	4.9.1
+PORTVERSION=	4.10.0
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -NrU3 pcal.orig/distinfo pcal/distinfo
--- pcal.orig/distinfo	Wed Sep 13 07:56:56 2006
+++ pcal/distinfo	Wed Sep 13 07:58:22 2006
@@ -1,3 +1,3 @@
-MD5 (pcal-4.9.1.tgz) = 7646ae0b539466696484f311d79b2b02
-SHA256 (pcal-4.9.1.tgz) = 9115ca1ac9db3e9f5639b0786c9184d346638e206ec413d2bf4be0ff8742fd18
-SIZE (pcal-4.9.1.tgz) = 218977
+MD5 (pcal-4.10.0.tgz) = 8d423d5ae202278a6b6d655244bd6e39
+SHA256 (pcal-4.10.0.tgz) = 6c0518155c08ba526690d8f07037fb741a9fd89310d9cc9e171a7b0d228ab09e
+SIZE (pcal-4.10.0.tgz) = 287562
diff -NrU3 pcal.orig/files/patch-aa pcal/files/patch-aa
--- pcal.orig/files/patch-aa	Wed Sep 13 07:56:56 2006
+++ pcal/files/patch-aa	Wed Sep 13 08:11:15 2006
@@ -1,26 +1,26 @@
---- 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
-+BINDIR	= ${PREFIX}/bin
-+MANDIR	= ${PREFIX}/man/man1
-+CATDIR	= ${PREFIX}/cat1
+--- Makefile.orig	Wed Sep 13 07:59:12 2006
++++ Makefile	Wed Sep 13 08:09:36 2006
+@@ -113,8 +113,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
+@@ -144,9 +144,9 @@
+ 	MANDIR = $(DJDIR)/man/man1
+ 	CATDIR = $(DJDIR)/man/cat1
+ else   # Unix
+-	BINDIR = /usr/local/bin
+-	MANDIR = /usr/man/man1
+-	CATDIR = /usr/man/cat1
++	BINDIR = ${PREFIX}/bin
++	MANDIR = ${PREFIX}/man/man1
++	CATDIR = ${PREFIX}/cat1
+ endif
  
- # 
- # Compiling for DOS/DJGPP requires different directories for the installed
+ OBJECTS = $(OBJDIR)/pcal.o \
diff -NrU3 pcal.orig/pkg-plist pcal/pkg-plist
--- pcal.orig/pkg-plist	Wed Sep 13 07:56:56 2006
+++ pcal/pkg-plist	Wed Sep 13 08:12:22 2006
@@ -8,6 +8,7 @@
 %%EXAMPLESDIR%%/calendar_fr.txt
 %%EXAMPLESDIR%%/calendar_gr.txt
 %%EXAMPLESDIR%%/calendar_hu.txt
+%%EXAMPLESDIR%%/calendar_nl.txt
 %%EXAMPLESDIR%%/calendar_no.txt
 %%EXAMPLESDIR%%/calendar_nz.txt
 %%EXAMPLESDIR%%/calendar_uk.txt
--- pcal-4.10.0.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GNUmb-000Jba-PJ>