diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-17 15:50:37 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-17 15:50:37 +0000 |
commit | 9f91925f02c3f99a143e4455120e37db9fe10f5c (patch) | |
tree | 99172e168e4eaf08f2714ba3abac5febf51cdfa8 /databases/pgadmin3 | |
parent | 0764605c92e43cb296d8691d2dcdd051d3aab18a (diff) | |
download | ports-9f91925f02c3f99a143e4455120e37db9fe10f5c.tar.gz ports-9f91925f02c3f99a143e4455120e37db9fe10f5c.zip |
Notes
Diffstat (limited to 'databases/pgadmin3')
-rw-r--r-- | databases/pgadmin3/Makefile | 2 | ||||
-rw-r--r-- | databases/pgadmin3/files/patch-configure | 30 |
2 files changed, 23 insertions, 9 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 5c28ed60ae70..8c6c4dd3a9af 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgadmin3 PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src diff --git a/databases/pgadmin3/files/patch-configure b/databases/pgadmin3/files/patch-configure index 18af8abfe59d..0a8db47b2dfe 100644 --- a/databases/pgadmin3/files/patch-configure +++ b/databases/pgadmin3/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig Tue Nov 30 02:09:55 2004 -+++ configure Fri May 6 00:59:54 2005 ++++ configure Tue May 17 22:46:56 2005 @@ -4996,6 +4996,9 @@ # Which version of wxWindows is this? WX_VERSION=`${WX_CONFIG} --version` @@ -10,14 +10,28 @@ 2.5*) WX_VERSION="2.5" ;; -@@ -5173,6 +5176,10 @@ - ;; - *wx_gtk2u_core*) +@@ -5175,6 +5178,10 @@ LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}" -+ LIBS="$LIBS $WX_NEW_LDFLAGS" -+ ;; -+ *wx_gtk2_core*) -+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}" LIBS="$LIBS $WX_NEW_LDFLAGS" ;; ++ *wx_gtk2_core*) ++ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}" ++ LIBS="$LIBS $WX_NEW_LDFLAGS" ++ ;; *wx_gtkud-*) + LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}" + LIBS="$LIBS $WX_NEW_LDFLAGS" +@@ -5214,11 +5221,11 @@ + ;; + esac + wx_wx_h="yes" +- if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h" ++ if test ! -f "${WX_HOME}/include/wx-${WX_VERSION}/wx/version.h" + then + wx_wx_h="no" + fi +- if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h" ++ if test ! -f "${WX_HOME}/include/wx-${WX_VERSION}/wx/stc/stc.h" + then + { { echo "$as_me:$LINENO: error: you need to install the stc package from wxWindows/contrib/src/stc" >&5 + echo "$as_me: error: you need to install the stc package from wxWindows/contrib/src/stc" >&2;} |