ports/172426: [PATCH] security/libpreludedb: Converting port to new options framework

Eitan Adler lists at eitanadler.com
Sun Oct 7 04:50:13 UTC 2012


The following reply was made to PR ports/172426; it has been noted by GNATS.

From: Eitan Adler <lists at eitanadler.com>
To: Michael Gmelin <freebsd at grem.de>
Cc: bug-followup at freebsd.org
Subject: Re: ports/172426: [PATCH] security/libpreludedb: Converting port to
 new options framework
Date: Sun, 7 Oct 2012 00:46:28 -0400

 On 7 October 2012 00:15, Michael Gmelin <freebsd at grem.de> wrote:
 > patch -p0 -E </path/to/patchfile
 
 For some reason this shows up as a 'reversed patch' for me. I use svn
 apply patch
 
 > +OPTIONS_DEFINE=        DOCS MYSQL PERL PGSQL PYTHON SQLITE
 > +OPTIONS_DEFAULT=MYSQL
 > +PERL_DESC=     Include Perl bindings
 > +PYTHON_DESC=   Include Python bindings
 > +MYSQL_DESC=    Use MySQL backend
 > +PGSQL_DESC=    Use PostgreSQL backend
 > +SQLITE_DESC=   Use SQLite backend
 
 None of these were needed as they were in Mk/bsd.options.desc.mk
 easy way to test:  try 'make showconfig' before setting them
 
 >  post-install:
 > -.if !defined(NOPORTDOCS)
 
 missed one of these.
 
 committed though, thanks!
 
 -- 
 Eitan Adler



More information about the freebsd-ports-bugs mailing list