aboutsummaryrefslogtreecommitdiff
path: root/mail/vqadmin/files
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-04-18 12:24:35 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-04-18 12:24:35 +0000
commit357abde4615e46138d6957b7b39668eab8c84623 (patch)
tree9cb4adc648a0d1aff01e07a254f330f814ed63c2 /mail/vqadmin/files
parent4c4640f6540b1f1a5a697727596058c1b49771f1 (diff)
downloadports-357abde4615e46138d6957b7b39668eab8c84623.tar.gz
ports-357abde4615e46138d6957b7b39668eab8c84623.zip
Notes
Diffstat (limited to 'mail/vqadmin/files')
-rw-r--r--mail/vqadmin/files/patch-Makefile.in10
-rw-r--r--mail/vqadmin/files/patch-config.h.in21
-rw-r--r--mail/vqadmin/files/patch-configure28
3 files changed, 40 insertions, 19 deletions
diff --git a/mail/vqadmin/files/patch-Makefile.in b/mail/vqadmin/files/patch-Makefile.in
index b176820633d2..734cd2117e71 100644
--- a/mail/vqadmin/files/patch-Makefile.in
+++ b/mail/vqadmin/files/patch-Makefile.in
@@ -1,11 +1,11 @@
--- Makefile.in.orig Sat Jan 18 12:25:01 2003
+++ Makefile.in Sat Jan 18 12:26:45 2003
-@@ -96,7 +96,7 @@
-
+@@ -120,7 +120,7 @@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = -L%%LOCALBASE%%/lib -lgetline @LIBS@
- vqadmin_OBJECTS = vqadmin.o cgi.o template.o global.o acl.o misc.o \
- domain.o lang.o user.o cedit.o
- vqadmin_DEPENDENCIES =
+ depcomp =
+ am__depfiles_maybe =
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
diff --git a/mail/vqadmin/files/patch-config.h.in b/mail/vqadmin/files/patch-config.h.in
new file mode 100644
index 000000000000..861d3791060e
--- /dev/null
+++ b/mail/vqadmin/files/patch-config.h.in
@@ -0,0 +1,21 @@
+--- config.h.in.orig Sun Apr 18 13:58:25 2004
++++ config.h.in Sun Apr 18 13:58:49 2004
+@@ -61,18 +61,6 @@
+ /* Define to the address where bug reports for this package should be sent. */
+ #undef PACKAGE_BUGREPORT
+
+-/* Define to the full name of this package. */
+-#undef PACKAGE_NAME
+-
+-/* Define to the full name and version of this package. */
+-#undef PACKAGE_STRING
+-
+-/* Define to the one symbol short name of this package. */
+-#undef PACKAGE_TARNAME
+-
+-/* Define to the version of this package. */
+-#undef PACKAGE_VERSION
+-
+ /* Define to 1 if you have the ANSI C header files. */
+ #undef STDC_HEADERS
+
diff --git a/mail/vqadmin/files/patch-configure b/mail/vqadmin/files/patch-configure
index d2d4f823f804..5cbe4776d914 100644
--- a/mail/vqadmin/files/patch-configure
+++ b/mail/vqadmin/files/patch-configure
@@ -1,30 +1,30 @@
---- configure.orig Fri Feb 21 18:40:17 2003
-+++ configure Fri Feb 21 18:43:08 2003
-@@ -1389,19 +1389,17 @@
+--- configure.orig Wed Sep 17 23:21:39 2003
++++ configure Sun Apr 18 13:50:48 2004
+@@ -3355,19 +3355,15 @@
cgibindir=""
wwwroot=""
-for f in /home/httpd /usr/local/apache /usr/local/www /var/lib/httpd /var/www /usr/local/www /var/www
-do
- if test -d $f/html
-- then
+- then
- wwwroot=$f/html
- fi
-+if test "${enable_htmldir+set}" = set; then
-+ enableval="$enable_htmldir"
-+ wwwroot="$enableval"
-+else
-
+-
- if test -d $f/cgi-bin
- then
- cgibindir=$f/cgi-bin
- fi
-done
-+ if test "$wwwroot" = ""
-+ then
-+ { echo "configure: error: Unable to find your html directory, specify --enable-htmldir." 1>&2; exit 1; }
-+ fi
-
+-
++if test "${enable_htmldir+set}" = set; then
++ enableval="$enable_htmldir"
++ wwwroot="$enableval"
++else
++ if test "$wwwroot" = ""
++ then
++ { echo "configure: error: Unable to find your html directory, specify --enable-htmldir." 1>&2; exit 1; }
++ fi
+fi