Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1_17 25 Feb 2024 08:18:40 |
Muhammad Moinur Rahman (bofh) |
net/gnu-radius: Moved man to share/man
Approved by: portmgr (blanket) |
1.6.1_16 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
1.6.1_15 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
1.6.1_14 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.1_13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.1_13 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.6.1_13 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.6.1_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1_13 26 Mar 2021 00:40:45 |
jrm |
editors/emacs: Update to 27.2
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 |
1.6.1_12 17 Feb 2021 00:13:35 |
fluffy |
net/gnu-radius: unbreak after r565322
point to lang/guile1 due to lang/guile was updated to 3.x branch
Pointyhat to: bofh for missed exp-run
Noticed by: poudriere |
1.6.1_11 22 Sep 2020 19:12:45 |
se |
Fix build with -fno-common |
1.6.1_10 12 Aug 2020 18:30:07 |
jrm |
editors/emacs: Update to version 27.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 |
1.6.1_9 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.6.1_9 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
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 |
1.6.1_8 31 May 2018 01:18:05 |
jrm |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
1.6.1_7 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- 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 |
1.6.1_7 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.6.1_6 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.6.1_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6.1_6 18 Mar 2016 14:02:41 |
feld |
net/gnu-radius: Modernize port
- OptionsNG
- LICENSE
- Whitespace cleanup
- EXAMPLE rewrite
- Remove @unexec
- radiusd.in modification
- files/patch-dbm -> files/patch-radiusd_builddbm.c move and fix
PR: 206457 |
1.6.1_6 23 Oct 2015 20:25:05 |
amdmi3 |
- Drop @dirrm* from plist
- Add empty directories to plist
- Comment out not installed file in plist |
1.6.1_6 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
1.6.1_6 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
1.6.1_6 27 Mar 2015 11:17:04 |
robak |
net/gnu-radius: add CPE information
PR: 198838
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: kwm (blanket) |
1.6.1_6 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.6.1_6 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
1.6.1_6 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) |
1.6.1_6 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- 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) |
1.6.1_5 14 Jul 2014 18:44:04 |
tijl |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Use @sample |
1.6.1_4 14 Feb 2014 11:06:58 |
gahr |
- STAGE-clean |
1.6.1_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.6.1_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.6.1_4 03 Oct 2012 07:56:41 |
gahr |
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG |
1.6.1_4 03 Sep 2012 19:13:16 |
crees |
Remove vestiges of manual installation of rc scripts.
While here, use @stopdaemon.
Approved by: gahr (maintainer, implicit) |
1.6.1_4 21 Aug 2012 20:05:53 |
dougb |
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
I caught most of these, but missed this one, apologies |
1.6.1_4 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 |
1.6.1_4 06 Mar 2012 08:12:09 |
gahr |
- fix installation issue: always install -dist config files
PR: 165709
Reported by: Tomek Cedro <cederom@tlen.pl> |
1.6.1_4 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. |
1.6.1_4 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
1.6.1_4 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
1.6.1_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.6.1_4 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.6.1_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.6.1_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.6.1_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.6.1_2 21 Jan 2010 21:51:49 |
gahr |
- Fix utmpx on CURRENT |
1.6.1_2 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 |
1.6.1_1 07 May 2009 20:45:09 |
gahr |
- Extend RUT_IDSIZE from 16 to 32 [1]
- Fix PLIST
PR: 134335 [1]
Submitted by: Oleg Gawriloff <barzog@telecom.by> |
1.6.1_1 22 Jan 2009 16:04:11 |
miwi |
- Chase lang/guile shlib bump |
1.6.1 22 Dec 2008 20:36:09 |
tabthorpe |
- Update 1.6.1
PR: ports/129807
Submitted by: GLOTM
Approved by: gahr's sabbatical |
1.6 08 Dec 2008 16:32:44 |
gahr |
- Attempt to fix build on 64-bits platforms (trial #2)
Reported by: QA Tindie |
1.6 08 Dec 2008 16:09:10 |
gahr |
- Attempt to fix build on 64-bits platforms
Reported by: QA Tindie |
1.6 08 Dec 2008 15:48:48 |
gahr |
- 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 |
1.5_1 21 Aug 2008 06:18:49 |
rafan |
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 (Only the first 15 lines of the commit message are shown above ) |
1.5_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) |
1.5 21 Feb 2008 21:20:01 |
gahr |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
1.5 15 Feb 2008 14:09:49 |
miwi |
- Unbreak
- Update to 1.5
- Pass maintainership to submitter
PR: 120666
Submitted by: Pietro Cerutti <gahr@gahr.ch> |
1.3_3 04 Aug 2007 10:21:29 |
nobutaka |
Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk. |
1.3_3 16 Jul 2007 10:34:58 |
nobutaka |
Make EMACS_PORT_NAME overridable. |
1.3_3 27 May 2007 02:42:42 |
kris |
BROKEN with gcc 4.2 |
1.3_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.3_2 15 Aug 2006 07:56:23 |
rafan |
- Remove directories that are not in mtree file
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> |
1.3_2 15 Aug 2006 00:56:24 |
clsung |
- 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> |
1.3_2 14 Apr 2006 18:14:59 |
linimon |
Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.
Hat: portmgr |
1.3_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
1.3_1 28 Jan 2006 02:11:36 |
linimon |
- 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]
(Only the first 15 lines of the commit message are shown above ) |
1.3_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.3_1 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.3_1 15 Nov 2005 06:52:12 |
ade |
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. |
1.3_1 28 Jul 2005 06:40:01 |
vsevolod |
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> |
1.3 22 Jul 2005 09:33:36 |
vsevolod |
Update my email address.
Approved by: perky (mentor) |
1.3 26 Jun 2005 03:09:24 |
novel |
Fix plist and unmark BROKEN.
PR: 82651
Submitted by: Vsevolod Stakhov (maintainer) |
1.3 11 Jun 2005 23:43:14 |
kris |
BROKEN: Incomplete pkg-plist |
1.3 12 May 2005 11:10:04 |
sem |
- New maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: kris |
1.3 09 May 2005 07:13:05 |
sem |
- Remove empty file |
1.3 09 May 2005 07:05:00 |
sem |
- Fix build with PostgreSQL (utilize USE_PGSQL)
PR: ports/80782
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de> |
1.3 05 May 2005 20:33:27 |
sem |
- 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 |
1.3 02 Jan 2005 01:06:52 |
kris |
BROKEN: Broken pkg-plist
Approved by: portmgr (self) |
1.3 19 Dec 2004 01:41:35 |
edwin |
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> |
1.3 19 Dec 2004 01:19:17 |
edwin |
[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> |
1.2.95 21 Nov 2004 04:40:58 |
pav |
- Update to 1.2.95
PR: ports/74108
Submitted by: Andrey Pavlenko <lance@merlin.net.ua> (maintainer) |
1.2_2 25 May 2004 09:19:43 |
mat |
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems |
1.2_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.2_1 25 Jan 2004 15:52:41 |
clement |
- Fix plist (at least for default build)
Noticed by: bento via kris |
1.2 08 Jan 2004 11:09:21 |
clement |
- 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) |
1.1 15 Dec 2003 20:10:23 |
pav |
- 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) |
1.0 14 Oct 2003 15:47:28 |
dinoex |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris |
1.0 22 Jul 2003 10:58:40 |
krion |
Update GNU-Radius to 1.1
PR: 54722
Submitted by: maintainer
Approved by: fjoe (mentor) |
1.0 20 Jul 2003 16:21:15 |
leeym |
create ${WRKDIRPREFIX}${CURDIR} before generate Makefile.inc
PR: 54642
Submitted by: tjs@cdpa.nsysu.edu.tw |
1.0 17 Jul 2003 14:27:00 |
leeym |
update to GNU Radius 1.0
PR: 53668
Submitted by: Andrey Pavlenko <lance@merlin.net.ua> |
0.96.4 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
0.96.4 04 Jan 2003 16:17:27 |
seanc |
Missed configure scripts in libpq version bump: chase lib version. |
0.96.4 27 Oct 2002 02:41:09 |
kris |
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] |
0.96.3 05 Oct 2002 21:39:19 |
kris |
BROKEN: Does not compile |
0.96.3 16 Jun 2002 14:31:05 |
cy |
Upgrade 0.96 --> 0.96.3
PR: 39208
Submitted by: Scott Lambert <lambert@lambertfam.org>
Approved by: MAINTAINER: Andrey Pavlenko <lance@evitel.net> |
0.96 18 May 2002 03:24:19 |
kris |
BROKEN: Does not package correctly |