Date: Wed, 21 Nov 2012 23:28:23 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173819: [PATCH] astro/sextractor optionsng Message-ID: <201211212328.qALNSNCG078680@red.freebsd.org> Resent-Message-ID: <201211212330.qALNU1Kr045229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@monnerville.com> -# -## $FreeBSD$ -# +# Created by: Mathias Monnerville <mathias@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212328.qALNSNCG078680>