From 42ce6f0421ea48b1a5752a8a36a150c1ae165071 Mon Sep 17 00:00:00 2001 From: Renat Lumpau Date: Mon, 1 May 2006 13:42:15 +0000 Subject: Bye bye webapp.eclass: should fix #28049 , #107062 , #110528 , #125136 ; also see #120830. Added https patch ( bug #52613 ). Misc housekeeping. Package-Manager: portage-2.1_pre9-r5 --- www-misc/htdig/files/CONFIG.in | 93 ----------------------------- www-misc/htdig/files/htdig-3.2.0-fpic.patch | 20 ------- 2 files changed, 113 deletions(-) delete mode 100644 www-misc/htdig/files/CONFIG.in delete mode 100644 www-misc/htdig/files/htdig-3.2.0-fpic.patch (limited to 'www-misc/htdig/files') diff --git a/www-misc/htdig/files/CONFIG.in b/www-misc/htdig/files/CONFIG.in deleted file mode 100644 index 20f455a756aa..000000000000 --- a/www-misc/htdig/files/CONFIG.in +++ /dev/null @@ -1,93 +0,0 @@ -## -## CONFIG -## -## This file is part of ht://Dig -## - -# -# These variables are set by configure -# -# This specifies the root of the directory tree to be used by ht://Dig -prefix= $(DESTDIR)@prefix@ - -# This specifies the root of the directory tree to be used for programs -# installed by ht://Dig -exec_prefix= $(DESTDIR)@exec_prefix@ - -# -# Please modify the variables below to reflect your preferences. -# - -# -# DEST -# -# This specifies the root of the directory tree to be used by ht://Dig -# -DEST= $(prefix) - -# -# BIN_DIR -# Set this macro to where you want the binaries to be installed. -# -BIN_DIR= $(exec_prefix)/bin - -# -# CONFIG_DIR -# This is the directory that contains ht://Dig configuration files -# -CONFIG_DIR= $(DESTDIR)/etc/httpd/ - -# -# COMMON_DIR -# This is the directory for files that can be shared between different -# databases. -# -COMMON_DIR= $(DESTDIR)/usr/lib/htdig/common - -# -# DATABASE_DIR -# The default directory where the search databases will reside. -# -DATABASE_DIR= $(DESTDIR)/var/htdig/db - -# -# DEFAULT_CONFIG_FILE -# This macro defines where the various programs will look for a configuration -# file. -# -DEFAULT_CONFIG_FILE= $(CONFIG_DIR)/htdig.conf - -# -# CGIBIN_DIR -# The directory where your HTTP server looks for CGI programs. This is where -# htsearch will get installed. -# -CGIBIN_DIR= @CGIBIN_DIR@ - -# -# IMAGE_DIR -# Define this to be a place that can be accessed by your web server. This is -# where a couple of images will be placed. -# -IMAGE_DIR= @IMAGE_DIR@ - -# -# IMAGE_URL_PREFIX -# This is the URL to prefix the images placed in IMAGE_DIR. -# -IMAGE_URL_PREFIX= /images/htdig - -# -# SEARCH_DIR -# Set this to the absolute path where you want the sample search form to -# be installed. -# -SEARCH_DIR= @SEARCH_DIR@ - -# -# SEARCH_FORM -# Set this to the name you want to give to the search form. This form -# will be located in the SEARCH_DIR directory. -# -SEARCH_FORM= search.html - diff --git a/www-misc/htdig/files/htdig-3.2.0-fpic.patch b/www-misc/htdig/files/htdig-3.2.0-fpic.patch deleted file mode 100644 index ed95a72bd63f..000000000000 --- a/www-misc/htdig/files/htdig-3.2.0-fpic.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- db/Makefile.am.orig 2005-07-10 01:27:24.000000000 +0200 -+++ db/Makefile.am 2005-07-10 01:27:58.000000000 +0200 -@@ -137,6 +137,7 @@ - xa_db.c \ - xa_map.c - -+libhtdb_la_CFLAGS = -fPIC -DPIC - libhtdb_la_LDFLAGS = -release $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION) - - pkginclude_HEADERS = \ ---- htlib/Makefile.am.orig 2005-07-10 02:21:10.000000000 +0200 -+++ htlib/Makefile.am 2005-07-10 02:21:29.000000000 +0200 -@@ -20,6 +20,7 @@ - libht_la_LIBADD=@LTLIBOBJS@ - # this includes regex.c - -+libht_la_CFLAGS = -fPIC -DPIC - libht_la_LDFLAGS = -release $(HTDIG_MAJOR_VERSION).$(HTDIG_MINOR_VERSION).$(HTDIG_MICRO_VERSION) ${extra_ldflags} - - pkginclude_HEADERS = \ -- cgit v1.2.3-65-gdbad