Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2008 04:35:56 -0600
From:      "User1001" <supraexpress@globaleyes.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/119380: print/pcal has been updated from 4.10.0 to 4.11.0
Message-ID:  <1199615756.5561@FreeBSD2.LocalNET10>
Resent-Message-ID: <200801061040.m06Ae1dH010538@freefall.freebsd.org>

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

>Number:         119380
>Category:       ports
>Synopsis:       print/pcal has been updated from 4.10.0 to 4.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 06 10:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     User1001
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.3-PRERELEASE #9: Sat Dec 15 16:09:01 CST 2007



>Description:


Source for pcal updated from 4.10.0 to 4.11.0

Modified Makefile and patch-aa. Patches attached.


>How-To-Repeat:





>Fix:


--- Makefile.diffs begins here ---
--- Makefile.orig	2006-11-28 21:57:54.000000000 -0600
+++ Makefile	2008-01-06 03:58:12.000000000 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pcal
-PORTVERSION=	4.10.0
+PORTVERSION=	4.11.0
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
--- Makefile.diffs ends here ---


--- patch-aa begins here ---
--- Makefile.orig	2007-12-18 13:30:00.000000000 -0600
+++ Makefile	2008-01-06 04:06:34.000000000 -0600
@@ -117,7 +117,7 @@
 	OS_NAME = "Unix"
 	D_BUILD_ENV	= -DBUILD_ENV_UNIX
 	PCAL		= pcal
-	CC		= /usr/bin/gcc
+	CC		= ${HOST_CC}
 	PACK		= compress
 	# PACK		= pack
 	# PACK		= gzip
@@ -147,9 +147,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}/man/cat1
 endif
 
 OBJECTS = $(OBJDIR)/pcal.o \
--- patch-aa ends here ---



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



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