diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-18 11:50:16 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-18 11:50:16 +0000 |
commit | 4c8b5a5f58a07b4e6eb0e83a75df64114b2cb3f1 (patch) | |
tree | 1e7c57d483d4905b4fbc7e5cb498b6321f1c7b08 /net/ascend-radius | |
parent | be2fba57ef7d0d7bcaada243a180fb20b350fd1f (diff) | |
download | ports-4c8b5a5f58a07b4e6eb0e83a75df64114b2cb3f1.tar.gz ports-4c8b5a5f58a07b4e6eb0e83a75df64114b2cb3f1.zip |
Upgrade to 961015 version
Notes
Notes:
svn path=/head/; revision=4032
Diffstat (limited to 'net/ascend-radius')
-rw-r--r-- | net/ascend-radius/Makefile | 10 | ||||
-rw-r--r-- | net/ascend-radius/distinfo | 2 | ||||
-rw-r--r-- | net/ascend-radius/files/patch-aa | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/ascend-radius/Makefile b/net/ascend-radius/Makefile index 0b10a5b0c14f..41d5aa8411cd 100644 --- a/net/ascend-radius/Makefile +++ b/net/ascend-radius/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: ascend-radius -# Version required: 960919 (v1.16) +# Version required: 961015 (v1.16) # Date created: August 28th 96 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/09/25 05:12:44 asami Exp $ +# $Id: Makefile,v 1.3 1996/10/18 11:44:20 jfitz Exp $ # -DISTNAME= rad0919 -PKGNAME= ascend-radius-960919 +DISTNAME= radius-961015 +PKGNAME= ascend-radius-961015 CATEGORIES+= net MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ \ ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/ MAINTAINER= jfitz@FreeBSD.ORG -WRKPREFIX= radius-960919/radius-1.16-ascend +WRKPREFIX= radius-961015/radius-1.16-ascend WRKSRC= ${WRKDIR}/${WRKPREFIX}/ascendd ALL_TARGET= all dbm diff --git a/net/ascend-radius/distinfo b/net/ascend-radius/distinfo index b3bbb5fdcb2a..85c118ce8d4f 100644 --- a/net/ascend-radius/distinfo +++ b/net/ascend-radius/distinfo @@ -1 +1 @@ -MD5 (rad0919.tar.gz) = 7b7de79fdc80088c27a023d1f4ef038a +MD5 (radius-961015.tar.gz) = 3b9ba79aa3b859e44c61672f2c19a274 diff --git a/net/ascend-radius/files/patch-aa b/net/ascend-radius/files/patch-aa index 8ea076596d39..5e4433fba0cc 100644 --- a/net/ascend-radius/files/patch-aa +++ b/net/ascend-radius/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Sep 19 20:20:38 1996 -+++ Makefile Mon Sep 23 21:37:19 1996 +--- Makefile.orig Tue Oct 15 19:42:16 1996 ++++ Makefile Fri Oct 18 07:45:10 1996 @@ -108,8 +108,8 @@ # Pick your compiler # @@ -22,7 +22,7 @@ # use this for Solaris 2.5 #CFLAGS= -O -Dsys5 -DSOLARIS -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) # use this for Linux - #CFLAGS= -O -Dsys5 -DNOSHADOW -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) + #CFLAGS= -g -Dsys5 -DNOSHADOW -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) +# use this for FreeBSD +CFLAGS= -O -DNOSHADOW -D_HAVE_PARAM_H -DUSE_NDBM -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS) |