Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net/gnu-radius/Makefile

[BACK] Up to [FreeBSD] / ports / net / gnu-radius

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jul 31 15:07:06 2011 UTC (6 months, 1 week ago) by jlaffaye
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- Chase guile shared lib bump
- Add an entry to UPDATING

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Mar 19 13:15:26 2011 UTC (10 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Bump PORTREVISION for ports linking to default libmysqlclient.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:53 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon May 31 02:00:17 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jan 21 21:51:49 2010 UTC (2 years ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -0 lines
- Fix utmpx on CURRENT

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:57 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:04:10 2009 UTC (3 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
- Chase lang/guile shlib bump

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Dec 22 20:36:09 2008 UTC (3 years, 1 month ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
- Update 1.6.1

PR:		ports/129807
Submitted by:	GLOTM
Approved by:	gahr's sabbatical

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Dec 8 16:32:44 2008 UTC (3 years, 2 months ago) by gahr
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
- Attempt to fix build on 64-bits platforms (trial #2)

Reported by:	QA Tindie

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Dec 8 16:09:10 2008 UTC (3 years, 2 months ago) by gahr
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
- Attempt to fix build on 64-bits platforms

Reported by:	QA Tindie

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 8 15:48:47 2008 UTC (3 years, 2 months ago) by gahr
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +22 -28 lines
- Update to 1.6
- Remove NOTIFY and NLS options (deprecated and bad style, respectively)
- Add optional PAM support
- Fix NOPORTDOCS and PORTEXAMPLES
- Refactor Makefile and pkg-plist a little bit

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:50 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:50:02 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Feb 21 21:20:00 2008 UTC (3 years, 11 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.

Approved by:	miwi (mentor)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Feb 15 14:09:48 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +21 -12 lines
- Unbreak
- Update to 1.5
- Pass maintainership to submitter

PR:		120666
Submitted by:	Pietro Cerutti <gahr@gahr.ch>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Aug 4 10:21:28 2007 UTC (4 years, 6 months ago) by nobutaka
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -1 lines
Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 16 10:34:58 2007 UTC (4 years, 6 months ago) by nobutaka
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Make EMACS_PORT_NAME overridable.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun May 27 02:42:41 2007 UTC (4 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -0 lines
BROKEN with gcc 4.2

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat May 19 20:18:29 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:50 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 15 00:56:16 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 14 18:14:55 2006 UTC (5 years, 9 months ago) by linimon
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:		portmgr

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:20 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jan 28 02:11:32 2006 UTC (6 years ago) by linimon
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
 - Fix possibility of "infinite make fork" when "Registering install for ..."
   EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:26 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jul 28 06:40:01 2005 UTC (6 years, 6 months ago) by vsevolod
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +19 -5 lines
Use libtool13 as libtool15 doesn't work with this port (dynamic modules
load fails).
Do not remove config files, install -dist versions instead.

Approved by:		perky (mentor)
Special thanks to:	Anton Yuzhaninov <citrin@citrin.ru>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jul 22 09:33:33 2005 UTC (6 years, 6 months ago) by vsevolod
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Update my email address.

Approved by:	perky (mentor)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jun 26 03:09:23 2005 UTC (6 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
Fix plist and unmark BROKEN.

PR:		82651
Submitted by:	Vsevolod Stakhov (maintainer)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jun 11 23:43:14 2005 UTC (6 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 lines
BROKEN: Incomplete pkg-plist

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu May 12 11:10:04 2005 UTC (6 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- New maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru>

Approved by:	kris

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 9 07:05:00 2005 UTC (6 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
- Fix build with PostgreSQL (utilize USE_PGSQL)

PR:		ports/80782
Submitted by:	Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 5 20:33:27 2005 UTC (6 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +67 -14 lines
- Fix plist and unbreak.
- Remake port infrastructure. Add new knobs.
- Fix locale.alias and charset.alias issue.

PR:		ports/80558
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:	maintainer

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 2 01:06:52 2005 UTC (7 years, 1 month ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -0 lines
BROKEN: Broken pkg-plist

Approved by:	portmgr (self)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:41:35 2004 UTC (7 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -0 lines
Forced commit because of copy+pasting from wrong PR:

GNU-Radius new version

	GNU-Radius 1.3 has released.
	Another changes in gnu-radius port.

PR:		ports/74851
Submitted by:	Andrey Pavlenko <lance@merlin.net.ua>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:19:17 2004 UTC (7 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
[MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]

	- Remove duplicate and inactive mirror from MASTER_SITES
	- Add new official mirrors to MASTER_SITES
	- Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS
	- Use DATADIR in pkg-plist

PR:		ports/75082
Submitted by:	Michael Ranner <mranner@inode.at>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 21 04:40:57 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -10 lines
- Update to 1.2.95

PR:		ports/74108
Submitted by:	Andrey Pavlenko <lance@merlin.net.ua> (maintainer)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:06 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 25 15:52:41 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
- Fix plist (at least for default build)

Noticed by:     bento via kris

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 8 11:09:21 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- Update to 1.2

While I'm here:
    - use USE_MYSQL
    - switch postgresql7 dependency to postgresql-client

Note to -CURRENT users:
    All options which depend on guile are broken.

PR:             60496
Submitted by:   Andrey Pavlenko <lance@merlin.net.ua> (maintainer)
Approved by:    erwin (mentor) (implicitly)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 15 20:10:23 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- This really is a 1.1, so update PORTVERSION too

PR:		ports/60275
Submitted by:	Scott Lambert <scott@lambertfam.org>
Missed by:	krion (4 months ago)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 14 15:47:27 2003 UTC (8 years, 3 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
Approved by:    kris

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 22 10:58:40 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Update GNU-Radius to 1.1

PR:		54722
Submitted by:	maintainer
Approved by:	fjoe (mentor)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jul 20 16:21:15 2003 UTC (8 years, 6 months ago) by leeym
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
create ${WRKDIRPREFIX}${CURDIR} before generate Makefile.inc

PR:		54642
Submitted by:	tjs@cdpa.nsysu.edu.tw

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 17 14:26:59 2003 UTC (8 years, 6 months ago) by leeym
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
update to GNU Radius 1.0

PR:		53668
Submitted by:	Andrey Pavlenko <lance@merlin.net.ua>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:14:42 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
De-pkg-comment.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 27 02:41:09 2002 UTC (9 years, 3 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3 lines
Unbreak by updating to gnu-radius 0.96.4 [1].  Fix pkg-plist

Submitted by:	Andrey Pavlenko <lance@evitel.net> [1]
PR:		ports/42317 [1]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 5 21:39:19 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
BROKEN: Does not compile

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jun 16 14:31:04 2002 UTC (9 years, 7 months ago) by cy
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3 lines
Upgrade 0.96 --> 0.96.3

PR:		39208
Submitted by:	Scott Lambert <lambert@lambertfam.org>
Approved by:	MAINTAINER:  Andrey Pavlenko <lance@evitel.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 18 03:24:19 2002 UTC (9 years, 8 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
BROKEN: Does not package correctly

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 27 15:03:33 2002 UTC (9 years, 9 months ago) by brian
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
Hand off library & include information from the menu to configure properly.

No response from: maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 25 09:19:19 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Add USE_SUBMAKE, where it might be necessary.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 14 06:19:41 2002 UTC (9 years, 11 months ago) by pat
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Correct include and lib paths

PR:		35847
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 8 03:11:04 2002 UTC (9 years, 11 months ago) by kbyanc
Branches: MAIN
Add gnu-radius 0.96, GNU RADIUS server.

PR:		33917
Submitted by:	lance@evitel.net

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options