ports/77868: netUstad 0.3.1 Port Revision
ozkan at enderunix.org
ozkan at enderunix.org
Mon Feb 21 17:20:33 UTC 2005
>Number: 77868
>Category: ports
>Synopsis: netUstad 0.3.1 Port Revision
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 21 17:20:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Ozkan KIRIK
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
EnderUNIX SDT @ Turkey
>Environment:
System: FreeBSD 5.1-RELEASE
>Description:
Problems about OPTIONS menu in Makefile fixed.
>How-To-Repeat:
updating port files
>Fix:
--- netustad.diff begins here ---
diff -ruN netustad_old/Makefile netustad/Makefile
--- netustad_old/Makefile Thu Feb 10 00:11:39 2005
+++ netustad/Makefile Thu Feb 10 00:36:25 2005
@@ -7,6 +7,7 @@
PORTNAME= netustad
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://www.enderunix.org/netustad/
@@ -20,6 +21,14 @@
USE_GETTEXT= yes
GNU_CONFIGURE= yes
OPTIONS= SSL "Use netUstad with SSL support" on
+
+PORT_DBDIR?= /var/db/ports
+LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
+OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
+
+.if exists(${OPTIONSFILE})
+.include "${OPTIONSFILE}"
+.endif
.if defined(WITH_SSL)
USE_OPENSSL= yes
--- netustad.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list