ports/173580: [PATCH] comms/conserver-com: OPTIONSNG & trim Makefile header
Charlie &
edward at rdtan.net
Mon Nov 12 15:20:00 UTC 2012
>Number: 173580
>Category: ports
>Synopsis: [PATCH] comms/conserver-com: OPTIONSNG & trim Makefile header
>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: Mon Nov 12 15:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Edward
>Release: FreeBSD 8.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD optionsng 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC
>Description:
- Update to use OPTIONSNG
- Trim Makefile header
Port maintainer (kuriyama at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
begin 644 conserver-com-8.1.18.patch
--- Makefile.original 2012-11-12 23:08:00.000000000 +0800
+++ Makefile 2012-11-12 23:10:00.000000000 +0800
@@ -1,8 +1,6 @@
-# New ports collection makefile for: conserver.com
-# Date created: 9 December 2001
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
+# Created by: Jun Kuriyama <kuriyama at FreeBSD.org>
#
-# $FreeBSD: ports/comms/conserver-com/Makefile,v 1.38 2012/08/05 23:19:36 dougb Exp $
+# $FreeBSD$
#
PORTNAME= conserver
@@ -24,14 +22,16 @@
MAN5= conserver.cf.5 conserver.passwd.5
MAN8= conserver.8
-OPTIONS= UDS "Use Unix domain sockets for client/server" off
+OPTIONS_DEFINE= UDS
+
+UDS_DESC= Use Unix domain sockets for client/server
DEFAULTPORT?= 782
DEFAULTHOST?= localhost
.include <bsd.port.pre.mk>
-.if defined(WITH_UDS)
+.if ${PORT_OPTIONS:MUDS}
CONFIGURE_ARGS+= --with-uds
.endif
end
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list