Upgrade to 961015 version
This commit is contained in:
parent
be2fba57ef
commit
4c8b5a5f58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4032
@ -1,20 +1,20 @@
|
|||||||
# New ports collection makefile for: ascend-radius
|
# New ports collection makefile for: ascend-radius
|
||||||
# Version required: 960919 (v1.16)
|
# Version required: 961015 (v1.16)
|
||||||
# Date created: August 28th 96
|
# Date created: August 28th 96
|
||||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
# 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
|
DISTNAME= radius-961015
|
||||||
PKGNAME= ascend-radius-960919
|
PKGNAME= ascend-radius-961015
|
||||||
CATEGORIES+= net
|
CATEGORIES+= net
|
||||||
MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ \
|
MASTER_SITES= ftp://ftp.ascend.com/pub/Software-Releases/Radius/Current/ \
|
||||||
ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/
|
ftp://ftp.ascend.com/pub/Software-Releases/Radius/Archive/
|
||||||
|
|
||||||
MAINTAINER= jfitz@FreeBSD.ORG
|
MAINTAINER= jfitz@FreeBSD.ORG
|
||||||
|
|
||||||
WRKPREFIX= radius-960919/radius-1.16-ascend
|
WRKPREFIX= radius-961015/radius-1.16-ascend
|
||||||
WRKSRC= ${WRKDIR}/${WRKPREFIX}/ascendd
|
WRKSRC= ${WRKDIR}/${WRKPREFIX}/ascendd
|
||||||
|
|
||||||
ALL_TARGET= all dbm
|
ALL_TARGET= all dbm
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (rad0919.tar.gz) = 7b7de79fdc80088c27a023d1f4ef038a
|
MD5 (radius-961015.tar.gz) = 3b9ba79aa3b859e44c61672f2c19a274
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- Makefile.orig Thu Sep 19 20:20:38 1996
|
--- Makefile.orig Tue Oct 15 19:42:16 1996
|
||||||
+++ Makefile Mon Sep 23 21:37:19 1996
|
+++ Makefile Fri Oct 18 07:45:10 1996
|
||||||
@@ -108,8 +108,8 @@
|
@@ -108,8 +108,8 @@
|
||||||
# Pick your compiler
|
# Pick your compiler
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@
|
|||||||
# use this for Solaris 2.5
|
# use this for Solaris 2.5
|
||||||
#CFLAGS= -O -Dsys5 -DSOLARIS -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS)
|
#CFLAGS= -O -Dsys5 -DSOLARIS -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS)
|
||||||
# use this for Linux
|
# 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
|
+# use this for FreeBSD
|
||||||
+CFLAGS= -O -DNOSHADOW -D_HAVE_PARAM_H -DUSE_NDBM -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS)
|
+CFLAGS= -O -DNOSHADOW -D_HAVE_PARAM_H -DUSE_NDBM -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGOUT $(AUTH_SERVERS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user