ports/127766: [PATCH] science/cdcl: fix typo in the port

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Oct 1 11:40:02 UTC 2008


>Number:         127766
>Category:       ports
>Synopsis:       [PATCH] science/cdcl: fix typo in the port
>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:   Wed Oct 01 11:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008
>Description:
There's typo in the Makefile, so CONFIGURE_ARGS may be incorrect which may lead to hidden depends (if the configure picks up installed gtk).

Port maintainer (murashin at gfd-dennou.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cdcl-5.3.3_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/science/cdcl/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	26 Sep 2008 09:08:12 -0000	1.12
+++ Makefile	1 Oct 2008 11:33:56 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	cdcl
 PORTVERSION=	5.3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.gfd-dennou.org/arch/dcl/ \
 		http://dennou-h.gfd-dennou.org/arch/dcl/ \
@@ -26,7 +26,7 @@
 CONFIGURE_ARGS=	--prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x
 
 .if defined(WITHOUT_GTK)
-CUNFIGURE_ARGS+=	--disable-gtk --disable-gtk2
+CONFIGURE_ARGS+=	--disable-gtk --disable-gtk2
 .endif
 
 PLIST_SUB=	DCL_VERSION=${PORTVERSION:S/.//g}
--- cdcl-5.3.3_3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list