Date: Mon, 20 Feb 2012 21:47:54 GMT From: Chris Rees <crees@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165339: Fix port: www/thundersnarf should not be so fussy about pgsql versions Message-ID: <201202202147.q1KLlslB003933@pegasus.bayofrum.net> Resent-Message-ID: <201202202150.q1KLoBLj099815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165339 >Category: ports >Synopsis: Fix port: www/thundersnarf should not be so fussy about pgsql versions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 20 21:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Jan 28 15:45:27 GMT 2012 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: Since the default version of postgresql is going up to 9.0, this port breaks; the ports it depends on also depend on pgsql90. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9-exp.20120218105723/thundersnarf-1.3_1,1.log This forces minimum version of 8.4, rather than forcing 8.4 exactly. >How-To-Repeat: >Fix: --- patch.txt begins here --- ? patch.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/thundersnarf/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 20 Aug 2011 17:27:52 -0000 1.6 +++ Makefile 20 Feb 2012 21:42:50 -0000 @@ -7,7 +7,7 @@ PORTNAME= thundersnarf PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.tracanelli.com.br/l/dev/thunder/ \ @@ -33,7 +33,7 @@ .if defined (WITH_PGSQL) USE_PGSQL= yes -WANT_PGSQL_VER= 84 +IGNORE_WITH_PGSQL= 82 83 RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server .endif --- patch.txt ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202202147.q1KLlslB003933>