Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2005 19:22:00 +0200 (EET)
From:      ozkan@enderunix.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/77868: netUstad 0.3.1 Port Revision
Message-ID:  <20050221172200.83CE9453D0@mail.mersin.edu.tr>
Resent-Message-ID: <200502211720.j1LHKXYL088463@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050221172200.83CE9453D0>