ports/173819: [PATCH] astro/sextractor optionsng
Chris Petrik
c.petrik.sosa at gmail.com
Wed Nov 21 23:30:01 UTC 2012
>Number: 173819
>Category: ports
>Synopsis: [PATCH] astro/sextractor optionsng
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 21 23:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release:
>Organization:
na
>Environment:
>Description:
Options NG Changes
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: sextractor/Makefile
===================================================================
--- sextractor/Makefile (revision 305494)
+++ sextractor/Makefile (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sextractor
-# Date created: 22 April 2008
-# Whom: Mathias Monnerville <mathias at monnerville.com>
-#
-## $FreeBSD$
-#
+# Created by: Mathias Monnerville <mathias at monnerville.com>
+# $FreeBSD$
PORTNAME= sextractor
PORTVERSION= 2.5.0
@@ -20,11 +16,14 @@
MAN1= sex.1
MANX= sex.x
-OPTIONS= STATIC "Use static linking" on
+OPTIONS_DEFINE= STATIC
+OPTIONS_DEFAULT= STATIC
+STATIC_DESC= Use static linking
+
.include <bsd.port.pre.mk>
-.if defined(WITH_STATIC)
+.if ${PORT_OPTIONS:MSTATIC)
CONFIGURE_ARGS+= --enable-static
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list