Upgrade to 961015 version

This commit is contained in:
James FitzGibbon 1996-10-18 11:50:16 +00:00
parent be2fba57ef
commit 4c8b5a5f58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4032
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (rad0919.tar.gz) = 7b7de79fdc80088c27a023d1f4ef038a
MD5 (radius-961015.tar.gz) = 3b9ba79aa3b859e44c61672f2c19a274

View File

@ -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)