From 401ceb58a1b754da246a582b9ee69c40e49796ee Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Thu, 4 Jan 2007 23:22:30 +0000 Subject: Move bacula-server-devel into bacula-server, now that 2.0.0 has been released. Split the documentation into a new port, sysutils/bacula-docs. You must run the database upgrade script after upgrading to Bacula 2.0.0 Many new features here. See http://www.bacula.org/?page=presskits for an overview, and ReleaseNotes for full details. PR: ports/107535 Submitted by: Dan Langille (maintainer) --- sysutils/bacula-server/files/patch-configure | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sysutils/bacula-server/files/patch-configure (limited to 'sysutils/bacula-server/files/patch-configure') diff --git a/sysutils/bacula-server/files/patch-configure b/sysutils/bacula-server/files/patch-configure deleted file mode 100644 index f370488bbc48..000000000000 --- a/sysutils/bacula-server/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ -*** configure.org Sun Mar 6 16:46:54 2005 ---- configure Sun Mar 6 16:49:20 2005 -*************** -*** 29490,29497 **** - DISTVER=`uname -a |awk '{print $3}'` - VER=`echo $DISTVER | cut -c 1` - if test x$VER = x4 ; then -! PTHREAD_LIB="-pthread" -! CFLAGS="${CFLAGS} -pthread" - fi - lld="qd" - llu="qu" ---- 21037,21044 ---- - DISTVER=`uname -a |awk '{print $3}'` - VER=`echo $DISTVER | cut -c 1` - if test x$VER = x4 ; then -! PTHREAD_LIB="${PTHREAD_LIBS}" -! CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" - fi - lld="qd" - llu="qu" -- cgit v1.2.3