From 357abde4615e46138d6957b7b39668eab8c84623 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 18 Apr 2004 12:24:35 +0000 Subject: update to 2.3.6 --- mail/vqadmin/files/patch-Makefile.in | 10 +++++----- mail/vqadmin/files/patch-config.h.in | 21 +++++++++++++++++++++ mail/vqadmin/files/patch-configure | 28 ++++++++++++++-------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 mail/vqadmin/files/patch-config.h.in (limited to 'mail/vqadmin/files') 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 -- cgit v1.2.3