Bug 177689

Summary: /usr/ports/www/gallery2 missing Postgres in build options dialog
Product: Ports & Packages Reporter: reko.turja
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description reko.turja 2013-04-07 12:50:00 UTC
Even though port Makefile has Postgres listed as an option for Mysql, Postgres isnt shown in the config dialog list of options, and the port defaults trying to install MySQL.

Could the option be enabled again, mucking around with port building infrastructure isn't really my forte.

How-To-Repeat: cd /usr/ports/www/gallery2
make config

gallery2-2.3.2_1
[ ] DCRAW        dcraw (raw image converter) support
[ ] FFMPEG       FFmpeg support (WMA, AIFF, AC3, APE...)
[x] GD           GD graphics library support
[ ] GRAPHMAGICK  GraphicsMagick support
[x] IMAGEMAGICK  ImageMagick support
[x] JHEAD        jhead EXIF manipulator support
[ ] NETPBM       Netpbm graphics toolkit support
[x] NLS          Native Language Support
[x] UNZIP        UnZip compression support
<  OK  >            <Cancel>

No Postgres in dialog above...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-07 12:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 mjl 2013-06-09 23:49:22 UTC
This is a multi-part message in MIME format.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-13 07:56:38 UTC
Author: sunpoet
Date: Sat Jul 13 06:56:30 2013
New Revision: 322899
URL: http://svnweb.freebsd.org/changeset/ports/322899

Log:
  - Add missing OPTIONS_DEFINE
  
  PR:		ports/177689
  Submitted by:	Reko Turja <reko.turja@liukuma.net>

Modified:
  head/www/gallery2/Makefile

Modified: head/www/gallery2/Makefile
==============================================================================
--- head/www/gallery2/Makefile	Sat Jul 13 06:54:18 2013	(r322898)
+++ head/www/gallery2/Makefile	Sat Jul 13 06:56:30 2013	(r322899)
@@ -25,7 +25,7 @@ NO_BUILD=	yes
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=		DCRAW FFMPEG GD GRAPHMAGICK IMAGEMAGICK JHEAD \
-			NETPBM NLS UNZIP
+			NETPBM NLS PGSQL UNZIP
 OPTIONS_DEFAULT=	IMAGEMAGICK JHEAD UNZIP
 
 .include <bsd.port.options.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-07-13 07:56:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!