mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update postgresql93-client to properly depend on pkgconfig
Reported by: Ports-QAT
This commit is contained in:
parent
6ef0d4f59c
commit
45704cebea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317978
@ -181,7 +181,7 @@ CONFIGURE_ARGS+=--disable-integer-datetimes
|
||||
. if ${PORT_OPTIONS:MNLS}
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
PLIST_SUB+= GETTEXT=""
|
||||
USES= gettext
|
||||
USES+= gettext
|
||||
. else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= GETTEXT="@comment "
|
||||
|
@ -1,13 +1,11 @@
|
||||
# New ports collection makefile for: PostgreSQL-client
|
||||
# Date created: 2009-07-08
|
||||
# Whom: Palle Girgensohn <girgen@FreeBSD.org>
|
||||
#
|
||||
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
# To depend on postgresql-client, set USE_PGSQL=yes.
|
||||
# See Mk/bsd.databases.mk for more info
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -client
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
@ -21,5 +19,6 @@ INSTALL_DIRS= ${BUILD_DIRS}
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pkgconfig
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -601,7 +601,6 @@ lib/libecpg.so.6
|
||||
lib/libecpg_compat.a
|
||||
lib/libecpg_compat.so
|
||||
lib/libecpg_compat.so.3
|
||||
@comment lib/libpgcommon.a
|
||||
lib/libpgport.a
|
||||
lib/libpgtypes.a
|
||||
lib/libpgtypes.so
|
||||
@ -613,6 +612,7 @@ lib/pkgconfig/libecpg.pc
|
||||
lib/pkgconfig/libecpg_compat.pc
|
||||
lib/pkgconfig/libpgtypes.pc
|
||||
lib/pkgconfig/libpq.pc
|
||||
@dirrmtry lib/pkgconfig
|
||||
lib/postgresql/pgxs/config/install-sh
|
||||
lib/postgresql/pgxs/src/makefiles/pgxs.mk
|
||||
lib/postgresql/pgxs/src/Makefile.global
|
||||
|
Loading…
Reference in New Issue
Block a user