ports/142779: Small error in gmsh port

Stephen Montgomery-Smith stephen at missouri.edu
Wed Jan 13 13:50:02 UTC 2010


>Number:         142779
>Category:       ports
>Synopsis:       Small error in gmsh port
>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 Jan 13 13:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Jan 9 19:36:19 CST 2010 stephen at cauchy:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

The port is meant to pull in taucs as a dependency in its default mode.  The option WITHOUT_TAUCS is misprogrammed in Makefile.

>How-To-Repeat:
	
>Fix:

diff -ur /usr/ports/cad/gmsh/Makefile gmsh/Makefile
--- /usr/ports/cad/gmsh/Makefile	2010-01-13 07:23:58.000000000 -0600
+++ gmsh/Makefile	2010-01-13 07:39:08.000000000 -0600
@@ -79,7 +79,7 @@
 PLIST_SUB+=	METIS="@comment "
 .endif
 
-.if defined(WITH_TAUCS)
+.if !defined(WITHOUT_TAUCS)
 LIB_DEPENDS+=	taucs.1:${PORTSDIR}/math/taucs
 CMAKE_ARGS+=	-DENABLE_TAUCS=ON
 .else


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



More information about the freebsd-ports-bugs mailing list