diff options
author | 2012-04-23 18:29:28 +0000 | |
---|---|---|
committer | 2012-04-23 18:29:28 +0000 | |
commit | 6eb4be0178e5637aa420822220ec367ff8165546 (patch) | |
tree | 191d0091aba967099aeb6b44d6310ae91b15f6c4 /dev-db/ingres/files | |
parent | Package removal. (diff) | |
download | historical-6eb4be0178e5637aa420822220ec367ff8165546.tar.gz historical-6eb4be0178e5637aa420822220ec367ff8165546.tar.bz2 historical-6eb4be0178e5637aa420822220ec367ff8165546.zip |
Package removal.
Diffstat (limited to 'dev-db/ingres/files')
-rw-r--r-- | dev-db/ingres/files/10.0-Jamdefs.patch | 11 | ||||
-rw-r--r-- | dev-db/ingres/files/10.0-bldenv.patch | 22 | ||||
-rw-r--r-- | dev-db/ingres/files/10.0-mksecret.patch | 22 | ||||
-rw-r--r-- | dev-db/ingres/files/10.0-sharelib.patch | 14 | ||||
-rw-r--r-- | dev-db/ingres/files/9.3-Jamdefs.patch | 11 | ||||
-rw-r--r-- | dev-db/ingres/files/9.3-bldenv.patch | 22 | ||||
-rw-r--r-- | dev-db/ingres/files/9.3-sharelib.patch | 15 | ||||
-rw-r--r-- | dev-db/ingres/files/ingres-initd | 60 | ||||
-rw-r--r-- | dev-db/ingres/files/sql.patch | 8 |
9 files changed, 0 insertions, 185 deletions
diff --git a/dev-db/ingres/files/10.0-Jamdefs.patch b/dev-db/ingres/files/10.0-Jamdefs.patch deleted file mode 100644 index 29e56cf17798..000000000000 --- a/dev-db/ingres/files/10.0-Jamdefs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tools/port/jam/Jamdefs 2008-10-28 14:07:42.000000000 +0100 -+++ src/tools/port/jam/Jamdefs 2008-10-30 11:23:47.000000000 +0100 -@@ -2069,7 +2069,7 @@ - } - else - { -- XERCESCLIB = libxerces-c.$(SLSFX).$(XERCVERS).0 ; -+ XERCESCLIB ?= libxerces-c.$(SLSFX).$(XERCVERS).0 ; - } - } - else diff --git a/dev-db/ingres/files/10.0-bldenv.patch b/dev-db/ingres/files/10.0-bldenv.patch deleted file mode 100644 index 044e1543d7e7..000000000000 --- a/dev-db/ingres/files/10.0-bldenv.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tools/port/jam/bldenv 2009-10-13 09:15:23.000000000 +0200 -+++ src/tools/port/jam/bldenv 2009-10-13 09:16:37.000000000 +0200 -@@ -285,6 +285,19 @@ - gtk_need=false - deb=true - instcmd="apt-get install" -+ elif [ -f /etc/gentoo-release ] ; then -+ export OSVER=GENTOO -+ gtk_need=false -+ rpm_need=false -+ export XERCESCROOT=/usr/include/xercesc -+ if [ -f /usr/lib/libxerces-c.so ]; then -+ export XERCESLOC=/usr/lib -+ fi -+ XERCESCLIB=`readlink -n ${XERCESLOC}/libxerces-c.so` -+ if [ -z "$XERCESCLIB" ]; then -+ XERCESCLIB=libxerces-c.so -+ fi -+ export XERCESCLIB - elif [ -r /etc/redhat-release ] ; then - os=`cat /etc/redhat-release | cut -d' ' -f1` - if [ "$os" = "Fedora" ] ; then diff --git a/dev-db/ingres/files/10.0-mksecret.patch b/dev-db/ingres/files/10.0-mksecret.patch deleted file mode 100644 index 839fc3273974..000000000000 --- a/dev-db/ingres/files/10.0-mksecret.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tools/port/shell_unix/mksecret.sh 2009-10-13 10:59:58.000000000 +0200 -+++ src/tools/port/shell_unix/mksecret.sh 2009-10-13 11:00:23.000000000 +0200 -@@ -1679,19 +1679,10 @@ - [ -r /usr/include/sys/file.h ] && - echo "# define xCL_007_FILE_H_EXISTS" - --if [ "$vers" = "int_lnx" ] || [ "$vers" = "ibm_lnx" ] || \ -- [ "$vers" = "axp_lnx" ] || [ "$vers" = "i64_lnx" ] || \ -- [ "$vers" = "a64_lnx" ] || [ "$vers" = "int_rpl" ] || \ -- [ "$vers" = "ppc_lnx" ] --then -- grep fd_set /usr/include/linux/types.h > /dev/null && -- echo "# define xCL_014_FD_SET_TYPE_EXISTS" --else - grep fd_set /usr/include/sys/types.h > /dev/null || \ - grep fd_set /usr/include/sys/select.h > /dev/null || \ - grep fd_set /usr/include/sys/time.h > /dev/null && - echo "# define xCL_014_FD_SET_TYPE_EXISTS" --fi - - if [ "$vers" != "ds3_ulx" ] - then diff --git a/dev-db/ingres/files/10.0-sharelib.patch b/dev-db/ingres/files/10.0-sharelib.patch deleted file mode 100644 index a800aebfc2ca..000000000000 --- a/dev-db/ingres/files/10.0-sharelib.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/front/st/specials_unix_vms/sharelib.ccpp 2009-10-13 09:24:32.000000000 +0200 -+++ src/front/st/specials_unix_vms/sharelib.ccpp 2009-10-13 09:25:34.000000000 +0200 -@@ -145,9 +145,8 @@ - LINK $XERCLIB$SLSFX.$XERCVERS - LINK $XERCLIB$SLSFX - # else -- EXECUTABLE libxerces-c.$SLSFX.$XERCVERS.0 -- LINK libxerces-c.$SLSFX.$XERCVERS -- LINK libxerces-c.$SLSFX -+ EXECUTABLE $XERCESCLIB -+ LINK $XERCESCLIB - # endif - # endif /* xerces */ - PERMISSION s:re,o:rwed,g:re,w:re diff --git a/dev-db/ingres/files/9.3-Jamdefs.patch b/dev-db/ingres/files/9.3-Jamdefs.patch deleted file mode 100644 index 29e56cf17798..000000000000 --- a/dev-db/ingres/files/9.3-Jamdefs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tools/port/jam/Jamdefs 2008-10-28 14:07:42.000000000 +0100 -+++ src/tools/port/jam/Jamdefs 2008-10-30 11:23:47.000000000 +0100 -@@ -2069,7 +2069,7 @@ - } - else - { -- XERCESCLIB = libxerces-c.$(SLSFX).$(XERCVERS).0 ; -+ XERCESCLIB ?= libxerces-c.$(SLSFX).$(XERCVERS).0 ; - } - } - else diff --git a/dev-db/ingres/files/9.3-bldenv.patch b/dev-db/ingres/files/9.3-bldenv.patch deleted file mode 100644 index b7818114db22..000000000000 --- a/dev-db/ingres/files/9.3-bldenv.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/tools/port/jam/bldenv 2009-01-07 06:46:06.000000000 +0100 -+++ src/tools/port/jam/bldenv 2009-01-07 07:04:25.000000000 +0100 -@@ -274,6 +274,19 @@ - gtk_need=false - deb=true - instcmd="apt-get install" -+ elif [ -f /etc/gentoo-release ] ; then -+ export OSVER=GENTOO -+ gtk_need=false -+ rpm_need=false -+ export XERCESCROOT=/usr/include/xercesc -+ if [ -f /usr/lib/libxerces-c.so ]; then -+ export XERCESLOC=/usr/lib -+ fi -+ XERCESCLIB=`readlink -n ${XERCESLOC}/libxerces-c.so` -+ if [ -z "$XERCESCLIB" ]; then -+ XERCESCLIB=libxerces-c.so -+ fi -+ export XERCESCLIB - elif [ -x /usr/bin/yum ] ; then - OSVER=FEDORA - if [ -r /etc/redhat-release ] && (grep -q 9 /etc/redhat-release) diff --git a/dev-db/ingres/files/9.3-sharelib.patch b/dev-db/ingres/files/9.3-sharelib.patch deleted file mode 100644 index 1d8b3c57000a..000000000000 --- a/dev-db/ingres/files/9.3-sharelib.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/front/st/specials_unix_vms/sharelib.ccpp 2008-10-01 15:06:20.000000000 +0200 -+++ src/front/st/specials_unix_vms/sharelib.ccpp 2008-10-30 11:26:05.000000000 +0100 -@@ -136,10 +136,9 @@ - # elif defined(OSX) - EXECUTABLE libxerces-c.$XERCVERS.$SLSFX - # else -- EXECUTABLE libxerces-c.$SLSFX.$XERCVERS.0 -+ EXECUTABLE $XERCESCLIB - # endif /* rs4_us5 */ -- LINK libxerces-c.$SLSFX.$XERCVERS -- LINK libxerces-c.$SLSFX -+ LINK $XERCESCLIB - # endif - PERMISSION s:re,o:rwed,g:re,w:re - } diff --git a/dev-db/ingres/files/ingres-initd b/dev-db/ingres/files/ingres-initd deleted file mode 100644 index 43e131e43595..000000000000 --- a/dev-db/ingres/files/ingres-initd +++ /dev/null @@ -1,60 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ingres/files/ingres-initd,v 1.1 2009/10/04 00:08:23 patrick Exp $ - -depend() { - use net -} - -II_INSTALLATION=${SVCNAME:6:2} -export II_SYSTEM="/var/lib/ingres/Ingres${II_INSTALLATION}" - -checkIngres() { - - if [ ! -d "${II_SYSTEM}" ]; then - eerror "Ingres instance ${II_INSTALLATION} not found in ${II_SYSTEM}" - return 1 - fi -} - -start() { - - checkIngres || return 1 - - ebegin "Starting Ingres Instance ${II_INSTALLATION}" - - su ingres -c " - . ${II_SYSTEM}/.ing${II_INSTALLATION}bash - ingstart > /dev/null" - RET=$? - eend $RET - - if [ ! $RET ]; then - eerror "Startup failed" - eerror "You may find information in ${II_SYSTEM}/ingres/files/errlog.log" - return 1 - fi - -} - -stop() { - ebegin "Stopping Ingres Instance ${II_INSTALLATION}" - - checkIngres || return 1 - - su ingres -c " - . ${II_SYSTEM}/.ing${II_INSTALLATION}bash - ingstop > /dev/null" - - RET=$? - eend $RET - - if [ ! $RET ]; then - eerror "Stopping failed" - eerror "You may try to run ingstop -f as user ingres" - return 1 - fi - -} - diff --git a/dev-db/ingres/files/sql.patch b/dev-db/ingres/files/sql.patch deleted file mode 100644 index aa2e3f6b064c..000000000000 --- a/dev-db/ingres/files/sql.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- src/front/frontcl/shell_unix/sql.sh 2008-10-08 12:03:32.000000000 +0200 -+++ src/front/frontcl/shell_unix/sql.sh 2008-10-08 12:05:48.000000000 +0200 -@@ -16,4 +16,4 @@ - # PROGRAM = (PROG0PRFX)sql - # ----------------------------------------------------------------- - --exec (PROG0PRFX)tm -qSQL "$@" -+exec (PROG0PRFX)tm -qSQL "$@" -history_recall |