aboutsummaryrefslogtreecommitdiff
path: root/net/gnu-radius
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-1/+1
| | | | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 Notes: svn path=/head/; revision=569232
* net/gnu-radius: unbreak after r565322Dima Panov2021-02-171-2/+2
| | | | | | | | | | point to lang/guile1 due to lang/guile was updated to 3.x branch Pointyhat to: bofh for missed exp-run Noticed by: poudriere Notes: svn path=/head/; revision=565468
* Fix build with -fno-commonStefan Eßer2020-09-222-1/+9
| | | | Notes: svn path=/head/; revision=549623
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966 Notes: svn path=/head/; revision=544763
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517643
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-1/+1
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 Notes: svn path=/head/; revision=460621
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/gnu-radius: Modernize portMark Felder2016-03-188-95/+42
| | | | | | | | | | | | | | | - OptionsNG - LICENSE - Whitespace cleanup - EXAMPLE rewrite - Remove @unexec - radiusd.in modification - files/patch-dbm -> files/patch-radiusd_builddbm.c move and fix PR: 206457 Notes: svn path=/head/; revision=411356
* - Drop @dirrm* from plistDmitry Marakasov2015-10-231-12/+3
| | | | | | | | - Add empty directories to plist - Comment out not installed file in plist Notes: svn path=/head/; revision=400056
* Drop 8 support.Mathieu Arnold2015-10-152-4/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* net/gnu-radius: add CPE informationBartek Rutkowski2015-03-271-1/+3
| | | | | | | | | PR: 198838 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: kwm (blanket) Notes: svn path=/head/; revision=382396
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* lang/guile:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366777
* - Convert to USES=libtoolTijl Coosemans2014-07-143-43/+21
| | | | | | | | - Add INSTALL_TARGET=install-strip - Use @sample Notes: svn path=/head/; revision=361813
* - STAGE-cleanPietro Cerutti2014-02-142-12/+16
| | | | Notes: svn path=/head/; revision=344190
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to OptionsNGPietro Cerutti2012-10-031-25/+19
| | | | | | | Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG Notes: svn path=/head/; revision=305191
* Remove vestiges of manual installation of rc scripts.Chris Rees2012-09-032-3/+1
| | | | | | | | | While here, use @stopdaemon. Approved by: gahr (maintainer, implicit) Notes: svn path=/head/; revision=303611
* Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILESDoug Barton2012-08-211-1/+0
| | | | | | | I caught most of these, but missed this one, apologies Notes: svn path=/head/; revision=302895
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-3/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - fix installation issue: always install -dist config filesPietro Cerutti2012-03-061-0/+1
| | | | | | | | PR: 165709 Reported by: Tomek Cedro <cederom@tlen.pl> Notes: svn path=/head/; revision=292813
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Chase guile shared lib bumpJulien Laffaye2011-07-311-1/+1
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=278635
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix utmpx on CURRENTPietro Cerutti2010-01-212-0/+47
| | | | Notes: svn path=/head/; revision=248322
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Extend RUT_IDSIZE from 16 to 32 [1]Pietro Cerutti2009-05-072-3/+14
| | | | | | | | | | - Fix PLIST PR: 134335 [1] Submitted by: Oleg Gawriloff <barzog@telecom.by> Notes: svn path=/head/; revision=233393
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-1/+2
| | | | Notes: svn path=/head/; revision=226679
* - Update 1.6.1Thomas Abthorpe2008-12-223-4/+5
| | | | | | | | | PR: ports/129807 Submitted by: GLOTM Approved by: gahr's sabbatical Notes: svn path=/head/; revision=224584
* - Attempt to fix build on 64-bits platforms (trial #2)Pietro Cerutti2008-12-081-1/+2
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=223995
* - Attempt to fix build on 64-bits platformsPietro Cerutti2008-12-081-0/+1
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=223994
* - Update to 1.6Pietro Cerutti2008-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 Notes: svn path=/head/; revision=223993
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.Pietro Cerutti2008-02-211-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=207731