pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Support 8.1 and 8.2 for Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f373f5cf61a2
branches:  trunk
changeset: 522828:f373f5cf61a2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 26 18:42:44 2006 +0000

description:
Support 8.1 and 8.2 for Darwin

diffstat:

 mk/pgsql.buildlink3.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r e91f64e83502 -r f373f5cf61a2 mk/pgsql.buildlink3.mk
--- a/mk/pgsql.buildlink3.mk    Tue Dec 26 18:04:28 2006 +0000
+++ b/mk/pgsql.buildlink3.mk    Tue Dec 26 18:42:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.18 2006/12/09 16:18:55 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.19 2006/12/26 18:42:44 adam Exp $
 #
 # User-settable variables:
 #
@@ -36,6 +36,12 @@
 
 # check what is installed
 .if ${OPSYS} == "Darwin"
+.if exists(${LOCALBASE}/lib/libecpg.5.0.2.dylib)
+_PGSQL_VERSION_82_INSTALLED=   yes
+.endif
+.if exists(${LOCALBASE}/lib/libecpg.5.0.1.dylib)
+_PGSQL_VERSION_81_INSTALLED=   yes
+.endif
 .if exists(${LOCALBASE}/lib/libecpg.5.0.dylib)
 _PGSQL_VERSION_80_INSTALLED=   yes
 .endif



Home | Main Index | Thread Index | Old Index