diff options
Diffstat (limited to 'databases/hk_classes/files')
-rw-r--r-- | databases/hk_classes/files/hk_classes.sh | 15 | ||||
-rw-r--r-- | databases/hk_classes/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/hk_classes/files/patch-hk_classes_hk_database.h | 10 | ||||
-rw-r--r-- | databases/hk_classes/files/patch-utilities_Makefile.in | 33 |
4 files changed, 0 insertions, 69 deletions
diff --git a/databases/hk_classes/files/hk_classes.sh b/databases/hk_classes/files/hk_classes.sh deleted file mode 100644 index 708f8e699cea..000000000000 --- a/databases/hk_classes/files/hk_classes.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/hk_classes - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/databases/hk_classes/files/patch-configure b/databases/hk_classes/files/patch-configure deleted file mode 100644 index 0bf44059a194..000000000000 --- a/databases/hk_classes/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2006-12-17 15:27:45.000000000 +0100 -+++ configure 2012-02-19 20:23:04.014494956 +0100 -@@ -20681,7 +20681,7 @@ - py_version=`$PYTHON -c "from distutils.sysconfig import *; \ - from string import join; \ - print join(get_config_vars('VERSION'))"` -- if test "$py_version" == "None"; then -+ if test "$py_version" = "None"; then - if test -n "$PYTHON_VERSION"; then - py_version=$PYTHON_VERSION - else diff --git a/databases/hk_classes/files/patch-hk_classes_hk_database.h b/databases/hk_classes/files/patch-hk_classes_hk_database.h deleted file mode 100644 index cd537d133b9b..000000000000 --- a/databases/hk_classes/files/patch-hk_classes_hk_database.h +++ /dev/null @@ -1,10 +0,0 @@ ---- hk_classes/hk_database.h.orig Thu Jul 15 22:02:22 2004 -+++ hk_classes/hk_database.h Thu Jul 15 22:02:36 2004 -@@ -14,6 +14,7 @@ - #include <list> - #include <vector> - #include <algorithm> -+#include <sstream> - #include "hk_presentation.h" - using namespace std; - diff --git a/databases/hk_classes/files/patch-utilities_Makefile.in b/databases/hk_classes/files/patch-utilities_Makefile.in deleted file mode 100644 index 2c77b7e8d89d..000000000000 --- a/databases/hk_classes/files/patch-utilities_Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ ---- utilities/Makefile.in.orig 2006-12-17 15:27:52.000000000 +0100 -+++ utilities/Makefile.in 2012-02-19 19:21:04.761495232 +0100 -@@ -248,22 +248,22 @@ - target_alias = @target_alias@ - INCLUDES = -I../hk_classes - AM_CXXFLAGS = -Wall -W -Wconversion -Wshadow -Wcast-qual -Wwrite-strings -I@XMLINCLUDE@ @BITARCHITECTURE@ --hk_report_LDADD = ../hk_classes/libhk_classes.la -ldl -+hk_report_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - hk_report_SOURCES = hk_reportutility.cpp - --#hk_webform_LDADD = ../hk_classes/libhk_classes.la -ldl -+#hk_webform_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - #hk_webform_SOURCES = hk_webformutility.cpp --hk_actionquery_LDADD = ../hk_classes/libhk_classes.la -ldl -+hk_actionquery_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - hk_actionquery_SOURCES = hk_actionqueryutility.cpp --hk_exportxml_LDADD = ../hk_classes/libhk_classes.la -ldl -+hk_exportxml_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - hk_exportxml_SOURCES = hk_exportxmlutility.cpp --hk_exportcsv_LDADD = ../hk_classes/libhk_classes.la -ldl -+hk_exportcsv_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - hk_exportcsv_SOURCES = hk_exportcsvutility.cpp --hk_exporthtml_LDADD = ../hk_classes/libhk_classes.la -ldl -+hk_exporthtml_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - hk_exporthtml_SOURCES = hk_exporthtmlutility.cpp --hk_importcsv_LDADD = ../hk_classes/libhk_classes.la -ldl -+hk_importcsv_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} - hk_importcsv_SOURCES = hk_importcsvutility.cpp --hk_dbcopy_LDFLAGS = -lhk_classes -ldl -L../hk_classes -+hk_dbcopy_LDFLAGS = -lhk_classes -largp ${LIBPTHREAD} -L../hk_classes - hk_dbcopy_SOURCES = hk_dbcopyutility.cpp - man_MANS = hk_report.1man hk_actionquery.1man hk_dbcopy.1man hk_exportxml.1man \ - hk_exporthtml.1man hk_exportcsv.1man hk_importcsv.1man |