diff options
author | andreas <andreas@FreeBSD.org> | 1999-10-15 04:26:00 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-10-15 04:26:00 +0800 |
commit | ab8514b324da8c6f386e70a5af232c50f744dc14 (patch) | |
tree | bea75142f51444158a90c7855adda49b2f16ae77 /net/tac_plus4/files/patch-aa | |
parent | 161ebe247a52a817fc6c0987b0e1bf7a278da958 (diff) | |
download | freebsd-ports-gnome-ab8514b324da8c6f386e70a5af232c50f744dc14.tar.gz freebsd-ports-gnome-ab8514b324da8c6f386e70a5af232c50f744dc14.tar.zst freebsd-ports-gnome-ab8514b324da8c6f386e70a5af232c50f744dc14.zip |
Bring it back again.
Port was o.k. to get tacacs up and running using a Cisco router and
I really missed it.
- Added me as maintainer of the port
- Moved sources to my homepage download area
- Compressed sources using bzip2
- Removed some not needed variables in Makefile
- Committed with new nd5 checksum
Diffstat (limited to 'net/tac_plus4/files/patch-aa')
-rw-r--r-- | net/tac_plus4/files/patch-aa | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/net/tac_plus4/files/patch-aa b/net/tac_plus4/files/patch-aa new file mode 100644 index 000000000000..3171aeea68aa --- /dev/null +++ b/net/tac_plus4/files/patch-aa @@ -0,0 +1,43 @@ +--- Makefile.orig Sat Jul 29 00:49:20 1995 ++++ Makefile Thu Oct 14 22:12:44 1999 +@@ -22,9 +22,9 @@ + # OSLIBS=-lsocket -lnsl + + # For FreeBSD +-# OS=-DFREEBSD ++OS=-DFREEBSD + # You may also need to add +-# OSLIBS=-lcrypt ++OSLIBS=-lcrypt + + # For LINUX + # OS=-DLINUX +@@ -40,23 +40,23 @@ + # FLAGS = -DTAC_PLUS_USERID=$(USERID) -DTAC_PLUS_GROUPID=$(GROUPID) + + # Definitions for SKEY functionality +-# DEFINES = -DSKEY +-# LIBS = ../crimelab/skey/src/libskey.a ++DEFINES = -DSKEY ++LIBS = -lskey -lmd + # INCLUDES = -I../crimelab/skey/src + +-DEBUG = -g ++#DEBUG = -g + + # On startup, tac_plus creates the file /etc/tac_plus.pid (if + # possible), containing its process id. Uncomment and modify the + # following line to change this filename + +-# PIDFILE = -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\" ++PIDFILE = -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\" + + # + # End of customisable section of Makefile + # + +-CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) $(FLAGS) $(OS) $(PIDFILE) ++CFLAGS += $(DEBUG) $(DEFINES) $(INCLUDES) $(FLAGS) $(OS) $(PIDFILE) + + SRCS = acct.c authen.c author.c choose_authen.c config.c do_acct.c \ + do_author.c dump.c encrypt.c expire.c md5.c \ |