Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.9 01 Jul 2017 22:09:34 |
rene |
Remove expired ports:
2017-06-30 net/freeradius2: EoL, use net/freeradius3 instead
net/abills: unmaintained and depends on expired net/freeradius2
net-mgmt/ezradius: unmaintained and depends on expired net/freeradius2 |
2.2.9 01 Jun 2017 13:53:37 |
zi |
- Mark as deprecated and add an expiration date. No longer supported by
upstream |
2.2.9 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
2.2.9 07 Mar 2017 19:14:12 |
rene |
net/freeradius2: remove expired optional dependency on databases/oracle8-client |
2.2.9 05 Feb 2017 21:20:24 |
tijl |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.9 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.2.9 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.2.9 10 Jan 2016 16:31:34 |
bapt |
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird |
2.2.9 23 Dec 2015 20:47:09 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop unneded @dir's from plist
Approved by: portmgr blanket |
2.2.9 11 Oct 2015 01:39:50 |
zi |
- Update to 2.2.9 |
2.2.8 13 Jul 2015 03:07:56 |
zi |
- Update to 2.2.8 |
2.2.7 28 Apr 2015 15:02:20 |
garga |
Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
on base and can confuses ports system not installing security/krb5. No bump on
PORTREVISION since it's disabled by default
Approved by: zi@
Sponsored by: Netgate |
2.2.7 23 Apr 2015 13:01:16 |
zi |
- Update to 2.2.7 |
2.2.6_3 18 Apr 2015 15:14:58 |
tijl |
Convert to USES=autoreconf |
2.2.6_3 13 Jan 2015 16:24:07 |
zi |
- Ensure we don't get stuck in a loop
- Bump PORTREVISION
Reported by: des@ |
2.2.6_2 16 Dec 2014 22:23:31 |
zi |
- Remove SMB option
- Bump PORTREVISION |
2.2.6_1 11 Dec 2014 23:48:38 |
zi |
- Bump PORTREVISION to try to quiet pkg-fallout |
2.2.6 10 Dec 2014 13:03:04 |
zi |
- Don't run STRIP_CMD on scripts
Reported by: mat |
2.2.6 09 Dec 2014 16:05:32 |
zi |
- Update to 2.2.6 |
2.2.5_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
2.2.5_3 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
2.2.5_3 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
2.2.5_3 16 Aug 2014 20:19:30 |
zi |
- Do not fail to start if there is a mismatch between libssl compile/runtime
versions. We will still print the error, but it will not be fatal. This is to
workaround an issue with pkg where pkg will only reinstall dependant ports if
the .so version changes.
- Bump PORTREVISION
PR: 192661
Submitted by: mat@ |
2.2.5_2 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.2.5_1 15 Jul 2014 16:36:19 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.2.5_1 14 Jul 2014 21:47:30 |
tijl |
- Convert to USES=libtool
- Add USE_AUTOTOOLS=libtoolize (and aclocal) because the bundled libtool
is too old to work with devel/libltdl
- Move several variable definitions before inclusion of bsd.port.options.mk
- Remove use of UNIQUENAME |
2.2.5 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.2.5 29 Apr 2014 22:19:07 |
zi |
- Update to 2.2.5 |
2.2.4_2 21 Apr 2014 01:14:54 |
bdrewery |
- Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
incorrectly advise in the check-stagedir.sh script, fixed in
r351587
With hat: portmgr |
2.2.4_1 09 Apr 2014 12:35:20 |
zi |
- Mark ruby support as broken, per FreeRADIUS authors |
2.2.4_1 09 Apr 2014 03:22:58 |
bdrewery |
- Support stage
- Switch CONFLICTS to CONFLICTS_INSTALL
- Use USES=tar
PR: ports/188090
Submitted by: ohauer
Approved by: zi (maintainer) |
2.2.4_1 02 Apr 2014 22:19:50 |
zi |
- Fix build when devel/libexecinfo is present
- Bump PORTREVISION
PR: ports/188089
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, feld@,
Konstantin Belousov <kostikbel@gmail.com> |
2.2.4 29 Mar 2014 15:26:34 |
zi |
- Update to 2.2.4 |
2.2.3_1 22 Jan 2014 22:36:13 |
zi |
- Ensure we CONFLICT with the net/freeradius3 port
- Bump PORTREVISION |
2.2.3 29 Dec 2013 21:23:14 |
zi |
- Update to 2.2.3 |
2.2.2 23 Dec 2013 21:36:47 |
antoine |
Fix PYTHON option after getting rid of implicit lang/python dependency |
2.2.2 01 Nov 2013 23:48:38 |
zi |
- Update to 2.2.2 |
2.2.1 14 Oct 2013 21:00:29 |
zi |
- Add OPTION to build against security/openssl
- Do not bump PORTREVISION
PR: ports/182836
Submitted by: Mark Felder <feld@FreeBSD.org> |
2.2.1 14 Oct 2013 00:31:41 |
zi |
- Remove invalid mirrors |
2.2.1 14 Oct 2013 00:17:25 |
zi |
- Revert previous commit--not required/correct |
2.2.1 09 Oct 2013 15:49:58 |
zi |
Note CONFLICT with upcoming net/freeradius3 port |
2.2.1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.2.1 19 Sep 2013 13:01:18 |
zi |
- Update to 2.2.1
- Convert to new 'created by' header |
2.2.0 15 Sep 2013 14:54:36 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.2.0 19 Dec 2012 17:52:42 |
zi |
- Unbreak after pkg-deinstall removal |
2.2.0 15 Dec 2012 13:43:45 |
zi |
- Fix typo in FIREBIRD logic
- Remove unnecessary pkg-deinstall.in message
- Remove duplicate plist entry |
2.2.0 07 Dec 2012 14:44:18 |
zi |
- Add Novell eDirectory support
- Do not bump PORTREVISION
Submitted by: Guy Antony Halse <G.halse@ru.ac.za>
Feature safe: yes |
2.2.0 13 Oct 2012 01:18:27 |
zi |
- Update to 2.2.0
- Convert to OptionsNG
Feature safe: yes |
2.1.12_2 11 Sep 2012 11:33:51 |
zi |
- Add patch for CVE-2012-3547
- Bump PORTREVISION
Submitted by: rea@
Obtained from: Upstream git repo
Security: 3bbbe3aa-fbeb-11e1-8bd8-0022156e8794 |
2.1.12_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.1.12_1 30 Jul 2012 12:10:39 |
zi |
- Fix grant statement when using PgSQL [1]
- Pacify portlint
PR: ports/170253 [1]
Submitted by: ohauer [1] |
2.1.12_1 30 Apr 2012 01:35:46 |
zi |
- Fix logic error/plist issue when using EXPERIMENTAL OPTIONS
- Pacify portlint(1)
- Do not bump PORTREVISION |
2.1.12_1 23 Mar 2012 14:27:51 |
zi |
- Update mirror URL on my ports
Feature safe: yes |
2.1.12_1 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
2.1.12 30 Jan 2012 18:51:34 |
zi |
- Add OPTION to use Kerberos from the base system instead of requiring the port
- Add OPTION to apply a patch that allows one to specify the keytab location/SPN
when using rlm_krb5
- Do not bump PORTREVISION |
2.1.12 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
2.1.12 05 Oct 2011 00:49:30 |
zi |
- Update to 2.1.12
- Remove previously backported patches from upstream |
2.1.11_3 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
2.1.11_2 11 Aug 2011 13:00:31 |
zi |
Remove event.c patch
Bump PORTREVISION
Approved by: wxs (mentor) |
2.1.11_1 10 Aug 2011 14:08:03 |
zi |
Resolve memleak in rlm_detail
Resolve OSCP certificate validation issue
Resolve crash triggered by event.c issue
Bump PORTREVISION
Pacify portlint(1)
Approved by: wxs (mentor)
Obtained from: freeradius github |
2.1.11 15 Jul 2011 21:15:29 |
zi |
Update my email address on the ports I maintain.
Approved by: wxs@ (mentor) |
2.1.11 29 Jun 2011 07:23:53 |
culot |
- Update to 2.1.11
- Add LICENSE (GPLv2)
- Remove HAVE_LT_DLADVISE_INIT workaround
PR: ports/158413
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) |
2.1.10_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1.10_2 11 Jan 2011 02:38:22 |
wxs |
Fix an issue associated with rlm_python that caused issues whenever a python
script attempted to load other modules. This issue was reported by Robert
Martens to the maintainer via private mail.
PR: ports/153739
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) |
2.1.10_2 23 Dec 2010 09:09:27 |
mm |
- Add patch for upstream bug #123 (enable workstation trust account logins)
PR: ports/152370
Approved by: maintainer (timeout) |
2.1.10_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.1.10_1 21 Nov 2010 23:48:49 |
rene |
- Fix optional dependency on security/heimdal
- Bump PORTREVISION
PR: ports/152029
Submitted by: Joerg Pulz [Joerg.Pulz frm2.tum.de]
Approved by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer of net/freeradius*)
girgen (maintainer of databases/postgresql*-server,
14 day timeout) |
2.1.10 21 Oct 2010 23:52:35 |
wxs |
Update to 2.1.10
PR: ports/151537
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) |
2.1.9_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.1.9_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.1.9 22 Aug 2010 11:01:27 |
lwhsu |
- Add option UDPFROMTO:
This will make FreeRADIUS to respond from the IP the initial request
was received to.
PR: ports/148965
Submitted by: Alexander Kriventsov <avk AT vl.ru>
Approved by: Ryan Steinmetz <rpsfa AT rit.edu> (maintainer) |
2.1.9 29 May 2010 21:18:02 |
wxs |
Update to 2.1.9
Use USE_GMAKE instead of RUN_DEPENDS
Use ${FILESDIR} for EXTRA_PATCHES
Use USERS and GROUPS and simply pkg-install.in and update pkg-message to
reflect these new changes.
PR: ports/147188
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) |
2.1.8_1 11 Apr 2010 11:43:26 |
wxs |
- If radiusd_flags did not contain -d all arguments would be incorrectly added
to required_dirs and cause the script to block.
- If radiusd_flags contains -s the daemon never forks so deal with this by
adding & to command_args.
PR: ports/144969, ports/144970
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) |
2.1.8_1 27 Mar 2010 19:33:51 |
dougb |
Fix the SUB_LIST. pointy_hat++ |
2.1.8_1 27 Mar 2010 06:14:03 |
dougb |
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name. |
2.1.8_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.1.8_1 07 Mar 2010 01:12:11 |
wxs |
- Unbreak on 9.x after utmp changes.
- Pass maintainer to Ryan Steinmetz who has been active with this port in
the past.
PR: ports/143950
Submitted by: YAMAMOTO@FreeBSD.org, Shigeru <shigeru@iij.ad.jp>
Approved by: maintainer timeout, portmgr (linimon@)
Feature safe: yes |
2.1.8_1 22 Feb 2010 14:46:37 |
wxs |
- Fix libtool problem when using perl option. See ports/143487 for information.
PR: ports/143487, ports/143656, ports/143493, ports/138445
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout
Feature safe: yes |
2.1.8 02 Feb 2010 14:40:27 |
wxs |
- Update to 2.1.8
PR: ports/140897
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Approved by: David Wood <david@wood2.org.uk> (maintainer timeout) |
2.1.6 18 Sep 2009 11:18:09 |
pav |
- Allow the installation to proceed with read-only workdir
PR: ports/138355
Submitted by: Dan Lukes <dan@obluda.cz>
Approved by: David Wood <david@wood2.org.uk> (maintainer)
Feature safe: yes |
2.1.6 10 Sep 2009 20:04:55 |
wxs |
- Per private email from maintainer remove DEVELOPER option, which was added in
the last commit. There is still support for building with developer support
but it is explicitly not wanted as an option in "make config".
Pointed out by: David Wood <david@wood2.org.uk> (maintainer) |
2.1.6 09 Sep 2009 17:02:31 |
wxs |
- Add support for Oracle and debugging options (both off by default).
PR: ports/137425
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout |
2.1.6 02 Aug 2009 19:36:34 |
mezz |
-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 |
2.1.6 05 Jul 2009 23:14:00 |
wxs |
- Update to 2.1.6
- Use bsd.port.options.mk and re-organize Makefile accordingly
- New options added:
- UNIXODBC
- PERL
- PYTHON
- RUBY
- DHCP
- No longer need to support WITH_NOPERL hack
PR: ports/136254
Submitted by: David Wood <david@wood2.org.uk> |
2.1.4 22 Apr 2009 16:28:18 |
wxs |
- Remove trailing whitespace and add some error checking to pkg-install
PR: ports/133674
Submitted by: David Wood <david@wood2.org.uk> (maintainer) |
2.1.4 09 Apr 2009 23:54:04 |
amdmi3 |
- Update to 2.1.4.
PR: 133532
Submitted by: David Wood <david at wood2 dot org dot uk> (maintainer) |
2.1.3 17 Mar 2009 05:20:29 |
linimon |
Mark as broken on sparc64-6. |
2.1.3 28 Dec 2008 17:55:58 |
miwi |
- Update to 2.1.3
PR: 129996
Submitted by: David Wood <david@wood2.org.uk> (maintainer) |
2.0.5 29 Nov 2008 22:32:37 |
pav |
- Mark BROKEN on 6.x: configure fails to find python due to missing -pthread
Reported by: pointyhat |
2.0.5 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
2.0.5 28 Jul 2008 13:14:17 |
mm |
- Update to 2.0.5
- Change handling and structure of configuration files
- Add new options to startup script ("reload", "debug")
- Introduce pkg-message
- Other fixes and enhancements
PR: ports/124439
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Tested by: mm |
2.0.3_1 06 Jun 2008 13:50:32 |
edwin |
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) |
2.0.3 20 May 2008 12:04:15 |
flz |
Switch UIDs to master.passwd compatible format.
Also fix the two ports that are already using it.
Suggested by: timur
Approved by: portmgr (self) |
2.0.3 02 Apr 2008 13:07:01 |
mm |
- Update to 2.0.3
- Create own user and group
- Fix and update patches
PR: ports/122097
Submitted by: David Wood <david@wood2.org.uk> (maintainer) |
2.0.1 31 Jan 2008 13:22:15 |
jmelo |
- Update to 2.0.1.
- Fix radsqlrelay.
- Update mastersites.
PR: ports/119909
Submitted by: David Wood <david@wood2.org.uk> (maintainer) |
2.0.0 18 Jan 2008 21:13:38 |
beech |
- Update to 2.0.0
PR: ports/119582
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Approved by: linimon (mentor) |
1.1.7_2 18 Jan 2008 20:54:37 |
beech |
- Force commit after repocopy
PR: ports/119585
Approved by: linimon (mentor) |