Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 21:40:32 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178107: [PATCH] databases/ruby-bdb: Fix options dialog problem.
Message-ID:  <20130424124033.043484E632@eastasia.home.utahime.org>
Resent-Message-ID: <201304241250.r3OCo1Jc099444@freefall.freebsd.org>

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

>Number:         178107
>Category:       ports
>Synopsis:       [PATCH] databases/ruby-bdb: Fix options dialog problem.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 24 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #0 r249030: Wed Apr 3 08:10:01 JST 2013 xxxx amd64


	
>Description:
	- Fix problem that options dialog is popd up even if there is already
	  saved file.
	- Remove CONFLICTS because it matches databases/ruby-bdb itself
	  (Spotted by portlint).

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ruby-bdb begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 316424)
+++ Makefile	(working copy)
@@ -18,9 +18,8 @@
 USE_BDB=	yes
 USE_BZIP2=	yes
 
-CONFLICTS=	${PKGNAMEPREFIX}${PORTNAME}[2-4]*
-
 OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONSFILE=	${PORT_DBDIR}/ruby-${PORTNAME}/options
 
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes
--- patch-ruby-bdb ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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