ports/67122: [PATCH] devel/doc++: [incorrect dependency]

Sam Lawrance boris at brooknet.com.au
Mon May 24 13:10:37 UTC 2004


>Number:         67122
>Category:       ports
>Synopsis:       [PATCH] devel/doc++: [incorrect dependency]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 06:10:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Tue May 11 19:56:34 EST 2004
>Description:
The patch I submitted in ports/65903 introduced an incorrect
dependency. One of the options should have been ghostscript-gnu,
but they were both set to ghostscript-afpl.

Patch below fixes the error and bumps portrevision.

>How-To-Repeat:
N/A
>Fix:

--- doc++-3.4.10_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/devel/doc++/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	9 May 2004 10:18:50 -0000	1.22
+++ Makefile	24 May 2004 12:53:52 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	doc++
 PORTVERSION=	3.4.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	docpp
@@ -21,7 +21,7 @@
 .if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
 RUN_DEPENDS+=	gs:${PORTSDIR}/print/ghostscript-afpl
 .else
-RUN_DEPENDS+=	gs:${PORTSDIR}/print/ghostscript-afpl
+RUN_DEPENDS+=	gs:${PORTSDIR}/print/ghostscript-gnu
 .endif
 
 GNU_CONFIGURE=	yes
--- doc++-3.4.10_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list