Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.18_4 07 Apr 2021 18:27:27 |
Rene Ladan (rene) |
Remove expired ports:
devel/buildtool-doc
2021-04-01 devel/buildtool: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 misc/floatator: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 finance/wmstock: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11)
2021-04-01 ftp/frox: Unmaintained and dead upstream, does not build with
-fno-common (llvm 11) |
0.7.18_4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.7.18_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.18_4 30 Aug 2020 09:47:50 |
zeising |
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe) |
0.7.18_3 29 Aug 2020 10:39:06 |
tcberner |
ftp/: Fix build with clang11 and deprecate ports@ ports |
0.7.18_3 20 Sep 2019 04:21:37 |
tobik |
ftp/frox: Spell ROOT_RUN_CONFIGURE_ENABLE correctly
Broken in r341092 during conversion to options helpers. |
0.7.18_2 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.7.18_2 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.7.18_2 11 Sep 2016 16:41:00 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers |
0.7.18_2 21 Aug 2016 11:58:27 |
rene |
Reset sem@'s ports per his request.
With hat: portmgr-secretary |
0.7.18_2 21 Feb 2015 14:12:08 |
riggs |
- Fix build with PF OPTION selected [1]
- Move IPFILTER / PF OPTIONS into OPTIONS_RADIO because port does
not build if both are selected [2]
PR: 197412
Submitted by: fidaj@ukr.net [1]
Reviewed by: riggs [2]
Approved by: maintainer timeout |
0.7.18_2 20 Dec 2014 18:28:14 |
bapt |
Cleanup plist |
0.7.18_2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.7.18_2 28 Jul 2014 18:44:43 |
adamw |
Rename finance/ and ftp/ patch-xy patches to reflext the files they modify. |
0.7.18_2 25 Jan 2014 20:39:36 |
bapt |
Support stage
USE_GMAKE -> USES=gmake
Use options helpers
Add DOCS option
No need to strip twice the binary |
0.7.18_2 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
0.7.18_2 17 Oct 2012 15:50:54 |
sem |
- Add LICENSE
- Convert to a new OPTIONS format
Feature safe: yes |
0.7.18_2 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 |
0.7.18_2 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. |
0.7.18_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.7.18_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.7.18_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.7.18_2 22 Aug 2009 02:23:49 |
amdmi3 |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
0.7.18_2 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
0.7.18_2 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.7.18_2 08 Dec 2008 19:33:33 |
sem |
- Fix CacheModule http
PR: ports/121644
Submitted by: Sergey Samitovsky <svs_at_nktv.mk.ua> |
0.7.18_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 ) |
0.7.18_1 14 Dec 2007 15:19:33 |
sem |
- Fix working with antiviruses on BSD systems.
A patch is taken from
http://www.opennet.ru/openforum/vsluhforumID12/4446.html.
- Add support pf(4) firewalls.
A patch is taken from http://www.clearchain.com/wiki/Frox_&_PF
Submitted by: Cor Hilbrink (2Complex) <cor(at)2complex.nl> |
0.7.18 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.7.18 06 Aug 2006 07:09:17 |
sem |
- Convert the port to be compliant with DESTDIR |
0.7.18 07 Feb 2006 12:50:29 |
sem |
- Utilize new features: USE_RC_SUBR, SUB_FILES. It simplifies Makefile.
- Fix pkg-message
- Remove redundant code from a startup script
- Install a sample config in EXAMPLESDIR instead of PREFIX/etc
- Refine pkg-descr a little |
0.7.18 11 Nov 2005 07:36:56 |
sem |
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message |
0.7.18 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.7.18 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.7.18 01 Mar 2005 07:35:03 |
sem |
- Uptate 0.7.18 |
0.7.17 14 Nov 2004 12:14:27 |
sem |
- Update to 0.7.17 |
0.7.15 15 Aug 2004 18:30:08 |
sem |
The tarball was rerolled by author.
Only docs was changed, no source.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
0.7.15 13 Aug 2004 07:05:35 |
sem |
Update to 0.7.15 |
0.7.14 07 Jul 2004 19:20:02 |
sem |
Change email address for my ports.
Approved by: krion (mentor) |
0.7.14 16 May 2004 16:10:44 |
krion |
- Update to 0.7.14
PR: ports/66707
Submitted by: maintainer |
0.7.13 25 Mar 2004 07:37:10 |
krion |
- Fix default options
PR: ports/64673
Submitted by: maintainer |
0.7.13 12 Mar 2004 09:05:39 |
krion |
- Fix defaults with BATCH=yes
PR: ports/64126
Submitted by: maintainer |
0.7.13 05 Mar 2004 13:43:40 |
krion |
- Update to 0.7.13
PR: ports/63799
Submitted by: maintainer |
0.7.12_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.7.12 03 Feb 2004 19:32:37 |
pav |
- Fix OPTIONS (they must be before bsd.port.pre.mk)
PR: ports/62296
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
0.7.12 02 Feb 2004 13:31:07 |
pav |
- Convert to OPTIONS
PR: ports/62104
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
0.7.12 26 Jan 2004 21:52:52 |
sergei |
- Utilize PLIST_FILES
PR: 61644
Submitted by: maintainer |
0.7.12 19 Jan 2004 08:16:22 |
krion |
- Update to 0.7.12
- use rcNG script
- make configure script happy with CONFIGURE_TARGET
- use PORTDOCS to autoaddition docs in PLIST
PR: 61561
Submitted by: maintainer |
0.7.11 29 Sep 2003 20:09:56 |
krion |
- Update to 0.7.11
o Fixed running from inetd which was broken by the
0.7.8-->0.7.9 changes
PR: 57370
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
0.7.10 24 Sep 2003 09:29:46 |
krion |
- Update to version 0.7.10
PR: 56762
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
0.7.8 23 Aug 2003 21:40:19 |
krion |
- Utilize DOCSDIR
- ${ECHO} -> ${ECHO_MSG}
- make portlint hapy: change spaces with tabs, change ${file}
with ${f}
PR: 55905
Submitted by: maintainer |
0.7.8 26 Jun 2003 14:01:02 |
daichi |
update ftp/frox: 0.7.7 --> 0.7.8
PR: 53735
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
0.7.7 07 Apr 2003 18:26:01 |
leeym |
* Update to 0.7.7
* Move from minium build to maximum (change WITH_ to WITHOUT_) by default
* Allow to build with local-cache and virus-scan features
* make startup script more smarter
PR: 50674
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
0.7.4 21 Feb 2003 12:00:40 |
knu |
De-pkg-comment. |
0.7.4 07 Aug 2002 17:58:18 |
ijliao |
add MASTER_SITE_SOURCEFORGE to master site |
0.7.4 23 Jun 2002 07:36:16 |
will |
Add frox 0.7.4, a transparent FTP proxy with caching support.
PR: 39414
Submitted by: Sergey Matveychuk <sem@ciam.ru> |