summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-13 17:30:07 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-13 17:30:07 +0000
commit486b92b5093353c3f6b50bb8c092e58ffbc7611a (patch)
tree7916bfa051d3ae60ea765a76331e4551be03dd32 /databases/pgadmin3/patches
parent9f4a2649abd0c382b7e9b598061e98f624161629 (diff)
downloadpkgsrc-486b92b5093353c3f6b50bb8c092e58ffbc7611a.tar.gz
Kill pgadmin3, it has been marked broken for ages.
Diffstat (limited to 'databases/pgadmin3/patches')
-rw-r--r--databases/pgadmin3/patches/patch-aa82
-rw-r--r--databases/pgadmin3/patches/patch-ab16
2 files changed, 0 insertions, 98 deletions
diff --git a/databases/pgadmin3/patches/patch-aa b/databases/pgadmin3/patches/patch-aa
deleted file mode 100644
index ae1549dffbc..00000000000
--- a/databases/pgadmin3/patches/patch-aa
+++ /dev/null
@@ -1,82 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/04/06 13:30:47 adam Exp $
-
---- configure.orig 2005-12-10 15:25:16.000000000 +0100
-+++ configure
-@@ -4921,7 +4921,7 @@ echo $ECHO_N "checking the wxWidgets ver
- # Check whether --with-wx-version or --without-wx-version was given.
- if test "${with_wx_version+set}" = set; then
- withval="$with_wx_version"
-- if test "$withval" == yes; then
-+ if test "$withval" = yes; then
- echo "$as_me:$LINENO: result: unspecified" >&5
- echo "${ECHO_T}unspecified" >&6
- { { echo "$as_me:$LINENO: error: you must specify a version number when using --with-wx-version=<version number>" >&5
-@@ -5540,20 +5540,20 @@ echo "$as_me: error: Could not find wx-c
- WX_OLD_LDFLAGS="$LDFLAGS"
- WX_OLD_CPPFLAGS="$CPPFLAGS"
-
-- if test "$pg_debug_build" == yes
-+ if test "$pg_debug_build" = yes
- then
-- WX_NEW_CPPFLAGS=`${WX_CONFIG} --cppflags --unicode=yes --debug=yes --version=${wx_version}`
-+ WX_NEW_CPPFLAGS=`${WX_CONFIG} --cppflags --unicode=no --debug=yes --version=${wx_version}`
- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -g -O0"
-
-- WX_NEW_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs --unicode=yes --debug=yes --version=${wx_version}`
-- WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs stc,ogl --unicode=yes --debug=yes --version=${wx_version}`
-+ WX_NEW_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs --unicode=no --debug=yes --version=${wx_version}`
-+ WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs stc,ogl --unicode=no --debug=yes --version=${wx_version}`
- LIBS="$LIBS $WX_NEW_LIBS $WX_NEW_CONTRIB_LIBS"
- else
-- WX_NEW_CPPFLAGS=`${WX_CONFIG} --cppflags --unicode=yes --debug=no --version=${wx_version}`
-+ WX_NEW_CPPFLAGS=`${WX_CONFIG} --cppflags --unicode=no --debug=no --version=${wx_version}`
- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -O2"
-
-- WX_NEW_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs --unicode=yes --debug=no --version=${wx_version}`
-- WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs stc,ogl --unicode=yes --debug=no --version=${wx_version}`
-+ WX_NEW_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs --unicode=no --debug=no --version=${wx_version}`
-+ WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs stc,ogl --unicode=no --debug=no --version=${wx_version}`
- LIBS="$LIBS $WX_NEW_LIBS $WX_NEW_CONTRIB_LIBS"
- fi
-
-@@ -5579,19 +5579,19 @@ fi
- # Print a configuration summary
- echo
- echo "Using wxWidgets version: $wx_version"
--if test "$pg_debug_build" == yes
-+if test "$pg_debug_build" = yes
- then
- echo "Building a debug version of pgAdmin: Yes"
- else
- echo "Building a debug version of pgAdmin: No"
- fi
--if test "$pg_static_build" == yes
-+if test "$pg_static_build" = yes
- then
- echo "Statically linking pgAdmin: Yes"
- else
- echo "Statically linking pgAdmin: No"
- fi
--if test "$pg_appbundle" == yes
-+if test "$pg_appbundle" = yes
- then
- echo "Building a Mac OS X appbundle: Yes"
- else
-@@ -5600,8 +5600,6 @@ fi
- echo
-
- # CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them.
--CFLAGS=""
--CXXFLAGS=""
-
-
-
-@@ -6099,6 +6097,8 @@ do
- _ACEOF
- cat >>$CONFIG_STATUS <<\_ACEOF
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+ # Avoid regenerating for rechecks on pkgsrc
-+ exit 0
- ac_cs_recheck=: ;;
- --version | --vers* | -V )
- echo "$ac_cs_version"; exit 0 ;;
diff --git a/databases/pgadmin3/patches/patch-ab b/databases/pgadmin3/patches/patch-ab
deleted file mode 100644
index 091ac3c124a..00000000000
--- a/databases/pgadmin3/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/04/06 13:30:47 adam Exp $
-
---- src/utils/utffile.cpp.orig 2005-02-24 11:20:01.000000000 +0100
-+++ src/utils/utffile.cpp
-@@ -16,9 +16,11 @@ wxMBConvUTF16LE wxConvUTF16LE;
- extern wxMBConvUTF32BE wxConvUTF32BE;
- extern wxMBConvUTF32LE wxConvUTF32LE;
-
-+#if 0
- #if !wxUSE_UNICODE
- #error utffile.cpp is implemented for unicode only.
- #endif
-+#endif
-
-
- // these are the magic characters identifying an Unicode file