| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Apr 2013 03:15:37
0.8.3
|
miwi  |
- Update to 0.8.3
PR: 178152
Submitted by: Ports Fury |
27 Apr 2013 08:50:47
0.8.1_9
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
23 Apr 2013 10:23:54
0.8.1_9
|
bapt  |
Convert f* to USES=pkgconfig |
28 Mar 2013 16:29:01
0.8.1_9
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
05 Feb 2013 16:17:07
0.8.1_9
|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
11 Dec 2012 13:11:55
0.8.1_8
|
bapt  |
Convert SINGLE -> RADIO option |
05 Aug 2012 23:19:40
0.8.1_8
|
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 |
26 Jul 2012 05:40:24
0.8.1_8
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
23 Jul 2012 01:33:56
0.8.1_8
|
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
12 Jun 2012 10:34:46
0.8.1_8
|
bapt  |
Convert to new options framework |
14 Jan 2012 08:57:23
0.8.1_8
|
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. |
24 Oct 2011 04:17:38
0.8.1_8
|
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. |
24 Sep 2011 17:16:46
0.8.1_8
|
novel  |
Drop maintainership as I'm not using this software anymore. |
23 Sep 2011 22:26:39
0.8.1_8
|
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 |
05 Jun 2011 18:43:16
0.8.1_8
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
19 Mar 2011 12:38:54
0.8.1_7
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.8.1_7
|
ade  |
Sync to new bsd.autotools.mk |
25 Jul 2010 00:13:07
0.8.1_7
|
marcus  |
Chase the avahi-core shared lib version. |
27 Mar 2010 01:56:23
0.8.1_6
|
dougb  |
GC the hand-rolled RC_SCRIPTS_SUB which is no longer relevant because the
port uses USE_RC_SUBR |
27 Mar 2010 00:15:24
0.8.1_6
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:20:34
0.8.1_6  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
16 Aug 2009 18:04:40
0.8.1_6
|
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
02 Aug 2009 19:36:34
0.8.1_5
|
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 |
15 Jul 2009 16:56:10
0.8.1_5
|
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. |
17 Dec 2008 05:51:25
0.8.1_5
|
marcus  |
Chase the avahi-core shared lib version. |
21 Aug 2008 06:18:49
0.8.1_4
|
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 ) |
06 Jun 2008 13:28:21
0.8.1_4
|
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) |
15 Mar 2008 07:37:48
0.8.1_3
|
novel  |
Fix avahi dependency.
PR: 121689
Submitted by: Scot Hetzel <swhetzel@gmail.com> |
03 Mar 2008 11:57:08
0.8.1_3
|
novel  |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
23 Jul 2007 09:36:52
0.8.1_2
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
01 Jul 2007 08:56:17
0.8.1_2
|
novel  |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
19 May 2007 20:32:57
0.8.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Apr 2007 04:51:32
0.8.1
|
novel  |
Update to 0.8.1. |
10 Feb 2007 23:38:52
0.7.2_3
|
marcus  |
Chase the avahi-core shared lib version. |
01 Feb 2007 02:42:06
0.7.2_3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
02 Jan 2007 08:54:13
0.7.2_3
|
novel  |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
14 Oct 2006 08:54:54
0.7.2_2
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
06 Jul 2006 17:41:23
0.7.2_1
|
novel  |
Chase gnutls shlib version change. |
31 May 2006 15:19:27
0.7.2
|
novel  |
Update to 0.7.2.
PR: 98212 (based on)
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> |
07 May 2006 11:09:22
0.6.1_2
|
edwin  |
Remove USE_REINPLACE from all categories starting with F |
18 Mar 2006 22:24:53
0.6.1_2
|
marcus  |
Chase the avahi shared lib version.
Reported by: pointyhat via kris |
08 Mar 2006 17:16:52
0.6.1_1
|
novel  |
Fix build with utf8 support disabled.
Reported by: ml@sd2i.com on freebsd-ports@
Approved by: portmgr (marcus) |
25 Feb 2006 19:08:56
0.6.1_1
|
ade  |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.6.1_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Feb 2006 21:52:51
0.6.1
|
novel  |
- Add zeroconf support via howl or avahi [1]
- Prefer gnutls over openssl
Based on a patch by: "Daniel S. Haischt" <me@daniel.stefan.haischt.name> [1] |
20 Feb 2006 20:47:50
0.6.1
|
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. |
09 Feb 2006 19:27:26
0.6.1
|
novel  |
Fix build on 4.x.
Reported by: poinrthat via kris |
04 Feb 2006 07:36:15
0.6.1
|
novel  |
It seems I've used a wrong version of tarball when preparing the update, so
fix distinfo.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>,
pointyhat via kris |
02 Feb 2006 15:15:41
0.6.1
|
novel  |
- Update to 0.6.1
- Switch to libtool15 |
10 Jan 2006 16:24:21
0.6.0
|
novel  |
Depend on gnutls instead of gnutls-devel in:
- mail/msmtp [1]
- ftp/wzdftpd
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1] |
31 Dec 2005 09:36:38
0.6.0
|
novel  |
Needs pkgconfig.
Reported by: pointyhat via kris |
28 Dec 2005 07:54:44
0.6.0
|
novel  |
- Update to 0.6.0
- Depend on gnutls-devel |
23 Dec 2005 15:35:56
0.5.5
|
novel  |
Remove trailing space from plist.
Reported by: Vasil Dimov <vd@datamax.bg> |
15 Nov 2005 06:52:12
0.5.5
|
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. |
09 Oct 2005 10:22:50
0.5.5
|
novel  |
Update to 0.5.5. |
26 Sep 2005 11:38:08
0.5.4_1
|
novel  |
Fix insecure use of popen().
Obtained from: wzdftpd-security maillist |
21 Jul 2005 19:01:09
0.5.4
|
novel  |
Attempt to fix build on 4.x.
Reported by: pointyhat via kris |
17 Jul 2005 17:42:02
0.5.4
|
novel  |
Fix plist.
Reported by: poinyhat via kris |
16 Jul 2005 19:12:05
0.5.4
|
novel  |
Fix build with IPv6 support.
Reported by: poinyhat via kris |
14 Jul 2005 18:28:15
0.5.4
|
novel  |
Update to 0.5.4. |
31 May 2005 04:59:00
0.5.3
|
novel  |
Fix build on 4.x.
Reported by: pointyhat via kris |
26 May 2005 20:41:48
0.5.3
|
novel  |
Fix plist.
Reported by: pointyhat via kris |
20 May 2005 18:07:45
0.5.3
|
novel  |
Update to 0.5.3. PostgreSQL backend temporary disabled because I
cannot test it now. |
18 Apr 2005 12:27:00
0.5.2
|
novel  |
Update to 0.5.2 |
12 Apr 2005 03:26:57
0.5.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.5.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
12 Mar 2005 08:48:57
0.5.1
|
novel  |
Fix plist when WITH_PERL is defined.
Approved by: krion (mentor) |
08 Mar 2005 17:50:43
0.5.1
|
novel  |
Update to 0.5.1
Approved by: krion (mentor) |
08 Mar 2005 07:38:35
0.5.0
|
novel  |
Use @freebsd.org address for my ports.
Approved by: krion (mentor) |
25 Feb 2005 19:22:21
0.5.0
|
sem  |
- Update to 0.5.0
PR: ports/77994
Submitted by: maintainer |
13 Dec 2004 10:03:32
0.4.4
|
krion  |
Fix typo.
PR: ports/75010
Submitted by: maintainer |
08 Dec 2004 19:17:16
0.4.4
|
pav  |
- Update to 0.4.4
PR: ports/74815
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
05 Nov 2004 08:30:57
0.4.3
|
vs  |
Include bsd.port.pre.mk before testing the WITH_ variables.
PR: ports/73458
Submitted by: maintainer |
30 Oct 2004 09:08:28
0.4.3
|
krion  |
Update to 0.4.3 - security release which fixes some vulnerabilities
which may cause crash or DoS (see ChangeLog for details).
Perl module related changes (it's now possible to enable/disable it
in configure script)
PR: ports/73287
Submitted by: maintainer |
13 Oct 2004 13:50:49
0.4.2  |
krion  |
Update to 0.4.2
PR: ports/72635
Submitted by: maintainer |
04 Oct 2004 07:58:42
0.4.0  |
sergei  |
- Unbreak the build by fixing a typo in Makefile:
s/USE_PERL/USE_PERL5/
PR: ports/72281
Submitted by: Roman Bogorodskiy (maintainer)
Approved by: portmgr (marcus) |
29 Sep 2004 05:55:59
0.4.0  |
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
28 Aug 2004 20:31:48
0.4.0  |
sem  |
- Update to 0.4.0
- Use OPTIONS
- Install documentation in more correct way
PR: ports/71021
Submitted by: maintainer |
09 Jul 2004 17:43:11
0.3.3  |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
01 Jul 2004 23:38:36
0.3.3  |
pav  |
- Update to 0.3.3
PR: ports/68562
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
22 Jun 2004 19:18:41
0.3.2_1  |
pav  |
- Add rc script
- Expand variables in pkg-message
- Move users.sample to better place
PR: ports/68164
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
24 May 2004 21:31:32
0.3.2  |
pav  |
- Update to 0.3.2
- Add WITH_UTF8 and WITH_TCL knobs
PR: ports/67121
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
10 May 2004 12:09:32
0.3.1_1  |
krion  |
- Add missing dependencies
PR: ports/66427
Submitted by: maintainer |
04 May 2004 14:28:35
0.3.1  |
krion  |
- Update to version 0.3.1
PR: ports/66255
Submitted by: maintainer |
20 Apr 2004 09:03:20
0.3  |
pav  |
- Update to 0.3
PR: ports/65744
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
14 Mar 2004 06:17:56
0.2.3_1  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
23 Feb 2004 06:27:33
0.2.3_1  |
leeym  |
update to wzdftpd 0.2.3
PR: 63214
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
04 Feb 2004 05:21:48
0.1_1  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
18 Dec 2003 16:31:09
0.1  |
sergei  |
Add wzdftpd 0.1, modular FTP server configurable online
using SITE commands.
wzdftpd is a FTP server designed to be modular,
work under linux/win32/freebsd/openbsd,
and to be entirely configurable online using SITE commands.
wzdftpd offers the following features:
- Simple configuration file, supporting inclusions
- Online administration, using SITE commands
- Backends to store users/groups in different structures
- Modules: internal, using shared librairies, or external
(scripts/applications)
- Users are virtual: you do not need to create users in system
- SSL/TLS support
- Server is designed to run as a non-privileged user to enforce security
- Server can detect ip changes (dynamic ips)
- Cross devices operations (copy/move) (though can be slow)
- Logging support (compatible with the wu-ftpd standard)
- Designed for high performance: coded with C, multithreaded
WWW: http://www.wzdftpd.net/
PR: 59873
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |