[Lunar-commits]
CVS: moonbase/mail/drac BUILD, 1.1.1.1, 1.2 DETAILS,
1.2, 1.3 drac.patch, 1.1.1.1, 1.2
Moritz Heiber
moe at lunar-linux.org
Tue Jan 25 14:28:21 UTC 2005
Update of /var/cvs/lunar/moonbase/mail/drac
In directory espresso.foo-projects.org:/tmp/cvs-serv23075
Modified Files:
BUILD DETAILS drac.patch
Log Message:
Fixing drac to compile properly and bump it to 1.12
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/drac/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:20 -0000 1.1.1.1
+++ BUILD 25 Jan 2005 14:28:19 -0000 1.2
@@ -1,6 +1,6 @@
(
- patch < $SCRIPT_DIRECTORY/drac.patch &&
+ patch_it $SCRIPT_DIRECTORY/drac.patch 0 &&
make &&
prepare_install &&
make install &&
@@ -14,8 +14,8 @@
(
- if [ -f /etc/mail/dracd.allow ]; then
- cp $SCRIPT_DIRECTORY/dracd.allow /etc/mail
+ if [ ! -f /etc/mail/dracd.allow ]; then
+ cp $SCRIPT_DIRECTORY/dracd.allow /etc/mail/
fi
)
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/drac/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:30:11 -0000 1.2
+++ DETAILS 25 Jan 2005 14:28:19 -0000 1.3
@@ -1,11 +1,10 @@
MODULE=drac
- VERSION=1.11
+ VERSION=1.12
SOURCE=$MODULE.tar.Z
SOURCE_URL[0]=ftp://ftp.cc.umanitoba.ca/src/
WEB_SITE=http://mail.cc.umanitoba.ca/drac/index.html
ENTERED=20011212
- UPDATED=20011212
- MAINTAINER=kongar at tsrsb.org.tr
+ UPDATED=20050125
SHORT="DRAC is a daemon dynamically updates a relay authorization map for SMTP program"
cat << EOF
Index: drac.patch
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/drac/drac.patch,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- drac.patch 21 Aug 2002 00:55:20 -0000 1.1.1.1
+++ drac.patch 25 Jan 2005 14:28:19 -0000 1.2
@@ -1,6 +1,5 @@
-diff -u Makefile Makefile
---- Makefile Wed Dec 12 10:04:08 2001
-+++ Makefile Wed Dec 12 10:15:19 2001
+--- Makefile.orig 2005-01-25 15:19:02.932092463 +0100
++++ Makefile 2005-01-25 15:21:14.305686082 +0100
@@ -5,9 +5,9 @@
# Paths
@@ -14,7 +13,7 @@
# OS-Dependant settings
-@@ -33,24 +33,24 @@
+@@ -33,26 +33,26 @@
# -DCIDR_KEY # keys in CIDR format
# -DTERM_KD # keys and data nul-terminated
@@ -24,12 +23,14 @@
# Compiler flags
CC = cc
RANLIB = :
--CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-3.1.17/build_unix
+-CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-4.1.25/build_unix
+CFLAGS = $(DEFS) -g
+ #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-3.1.17/build_unix
#CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-2.4.14/Unix
#CFLAGS = $(DEFS) -g -I/usr/local/src/db/db.1.85/PORT/sunos.5.2/include
--LDLIBS = -L/usr/local/src/db/db-3.1.17/build_unix -lnsl -ldb
+-LDLIBS = -L/usr/local/src/db/db-4.1.25/build_unix -lnsl -ldb-4.1
+LDLIBS = -ldb
+ #LDLIBS = -L/usr/local/src/db/db-3.1.17/build_unix -lnsl -ldb
#LDLIBS = -L/usr/local/src/db/db-2.4.14/Unix -lnsl -ldb
#LDLIBS = -L/usr/local/src/db/db.1.85/PORT/sunos.5.2 -lnsl -ldb
-TSTLIBS = -L. -ldrac -lnsl
More information about the Lunar-commits
mailing list