Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 04:50:13 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/172426: [PATCH] security/libpreludedb: Converting port to new options framework
Message-ID:  <201210070450.q974oDwI068287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/172426; it has been noted by GNATS.

From: Eitan Adler <lists@eitanadler.com>
To: Michael Gmelin <freebsd@grem.de>
Cc: bug-followup@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@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



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