mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Attempt to fix INDEX by upgrading PostgreSQL dependency to 8.4
Mark databases/postgresql-tcltk as broken, it does not work with PostgreSQL 8.X [1] Remove obsolete conflicts line from databases/postgresql-tcltk Submitted by: pav [1] Approved by: pav
This commit is contained in:
parent
77d8313cbd
commit
e76676bc95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272220
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ COMMENT= The PostgreSQL documentation set
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
|
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
|
||||||
|
|
||||||
DEFAULT_PGSQL_VER?=81
|
DEFAULT_PGSQL_VER?=84
|
||||||
|
|
||||||
# can't include <bsd.port.pre.mk> in a slave port
|
# can't include <bsd.port.pre.mk> in a slave port
|
||||||
# so set these instead:
|
# so set these instead:
|
||||||
|
|
|
@ -18,9 +18,9 @@ TKPORTDIR?= ${PORTSDIR}/x11-toolkits/tk
|
||||||
LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${TCLPORTDIR}${TCLVERSION:C/[^0-9]//g}
|
LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${TCLPORTDIR}${TCLVERSION:C/[^0-9]//g}
|
||||||
|
|
||||||
USE_PGSQL= yes
|
USE_PGSQL= yes
|
||||||
MASTERDIR= ${.CURDIR}/../../databases/postgresql74-server
|
MASTERDIR= ${.CURDIR}/../../databases/postgresql84-server
|
||||||
|
|
||||||
CONFLICTS= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-3]*
|
BROKEN= Does not work with PostgreSQL 8.X
|
||||||
|
|
||||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue