aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnu-radius
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix utmpx on CURRENTgahr2010-01-222-0/+47
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-2/+2
| | | | | | | | | | | | | | | | | | -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
* - Extend RUT_IDSIZE from 16 to 32 [1]gahr2009-05-082-3/+14
| | | | | | | - Fix PLIST PR: 134335 [1] Submitted by: Oleg Gawriloff <barzog@telecom.by>
* - Chase lang/guile shlib bumpmiwi2009-01-231-1/+2
|
* - Update 1.6.1tabthorpe2008-12-233-4/+5
| | | | | | PR: ports/129807 Submitted by: GLOTM Approved by: gahr's sabbatical
* - Attempt to fix build on 64-bits platforms (trial #2)gahr2008-12-091-1/+2
| | | | Reported by: QA Tindie
* - Attempt to fix build on 64-bits platformsgahr2008-12-091-0/+1
| | | | Reported by: QA Tindie
* - Update to 1.6gahr2008-12-086-169/+66
| | | | | | | - 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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.gahr2008-02-221-1/+1
| | | | Approved by: miwi (mentor)
* - Unbreakmiwi2008-02-154-130/+37
| | | | | | | | - Update to 1.5 - Pass maintainership to submitter PR: 120666 Submitted by: Pietro Cerutti <gahr@gahr.ch>
* Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk.nobutaka2007-08-041-1/+0
|
* Make EMACS_PORT_NAME overridable.nobutaka2007-07-161-1/+1
|
* BROKEN with gcc 4.2kris2007-05-271-0/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-5/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-1/+1
|
* - Remove directories that are not in mtree filerafan2006-08-151-0/+4
| | | | | | | | | Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. These affected ports are belong to ports@. PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - 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>
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1
| | | | | | back sometime. Hat: portmgr
* Conversion to a single libtool environment.ade2006-02-232-8/+11
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | 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.
* Use libtool13 as libtool15 doesn't work with this port (dynamic modulesvsevolod2005-07-285-20/+91
| | | | | | | | load fails). Do not remove config files, install -dist versions instead. Approved by: perky (mentor) Special thanks to: Anton Yuzhaninov <citrin@citrin.ru>
* Update my email address.vsevolod2005-07-221-1/+1
| | | | Approved by: perky (mentor)
* Fix plist and unmark BROKEN.novel2005-06-262-2/+21
| | | | | PR: 82651 Submitted by: Vsevolod Stakhov (maintainer)
* BROKEN: Incomplete pkg-plistkris2005-06-121-0/+2
|
* - New maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru>sem2005-05-121-1/+1
| | | | Approved by: kris
* - Remove empty filesem2005-05-091-0/+0
|
* - Fix build with PostgreSQL (utilize USE_PGSQL)sem2005-05-091-2/+1
| | | | | PR: ports/80782 Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
* - Fix plist and unbreak.sem2005-05-065-163/+283
| | | | | | | | | - 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
* BROKEN: Broken pkg-plistkris2005-01-021-0/+2
| | | | Approved by: portmgr (self)
* [MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]edwin2004-12-195-13/+73
| | | | | | | | | | - 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>
* - Update to 1.2.95pav2004-11-215-44/+81
| | | | | PR: ports/74108 Submitted by: Andrey Pavlenko <lance@merlin.net.ua> (maintainer)
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* - Fix plist (at least for default build)clement2004-01-252-6/+7
| | | | Noticed by: bento via kris
* - Update to 1.2clement2004-01-083-5/+5
| | | | | | | | | | | | | 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)
* - This really is a 1.1, so update PORTVERSION toopav2003-12-161-2/+2
| | | | | | PR: ports/60275 Submitted by: Scott Lambert <scott@lambertfam.org> Missed by: krion (4 months ago)
* - add CONFLICTSdinoex2003-10-141-0/+1
| | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris
* Update GNU-Radius to 1.1krion2003-07-222-2/+2
| | | | | | PR: 54722 Submitted by: maintainer Approved by: fjoe (mentor)
* create ${WRKDIRPREFIX}${CURDIR} before generate Makefile.incleeym2003-07-212-1/+3
| | | | | PR: 54642 Submitted by: tjs@cdpa.nsysu.edu.tw
* update to GNU Radius 1.0leeym2003-07-175-46/+40
| | | | | PR: 53668 Submitted by: Andrey Pavlenko <lance@merlin.net.ua>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-051-1/+2
|
* Unbreak by updating to gnu-radius 0.96.4 [1]. Fix pkg-plistkris2002-10-273-7/+2
| | | | | Submitted by: Andrey Pavlenko <lance@evitel.net> [1] PR: ports/42317 [1]
* BROKEN: Does not compilekris2002-10-061-0/+2
|
* Upgrade 0.96 --> 0.96.3cy2002-06-163-5/+7
| | | | | | PR: 39208 Submitted by: Scott Lambert <lambert@lambertfam.org> Approved by: MAINTAINER: Andrey Pavlenko <lance@evitel.net>
* BROKEN: Does not package correctlykris2002-05-181-0/+2
|
* Avoid looking up the -1th element of an arraybrian2002-04-271-0/+12
|
* Hand off library & include information from the menu to configure properly.brian2002-04-272-5/+12
| | | | No response from: maintainer
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Correct include and lib pathspat2002-03-143-6/+4
| | | | | PR: 35847 Submitted by: maintainer
* s,/tmp/ap.wrMWIQV,${PORTSDIR},kris2002-03-101-1/+1
| | | | | Submitted by: bento Pointy hat to: kbyanc
* Add gnu-radius 0.96, GNU RADIUS server.kbyanc2002-03-088-0/+211
PR: 33917 Submitted by: lance@evitel.net