Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 0.23.3_4 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
03 Nov 2021 22:05:45 0.23.3_4 |
Daniel Engberg (diizzy)  |
www/cadaver: Allow build with neon >= 0.32
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32777 |
14 Oct 2021 21:30:53 0.23.3_4 |
Stefan Eßer (se)  |
www/cadaver: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 0.23.3_4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Mar 2021 00:51:54
0.23.3_4 |
jpaetzel  |
deorbit jpaetzel |
06 Nov 2020 17:18:45
0.23.3_4 |
arrowd  |
www/neon: Update to 0.31.2.
PR: 250048
Submitted by: daniel.engberg.lists@pyret.net
Approved by: lev (maintainer timeout) |
14 Aug 2019 12:25:09
0.23.3_4 |
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
15 Mar 2017 14:45:31
0.23.3_4 |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
19 May 2016 10:53:06
0.23.3_4 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
0.23.3_4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
13 Jan 2015 18:08:03
0.23.3_4 |
jpaetzel  |
Fix build when deselcting NLS
PR: 193604
Submitted by: aehlig@linta.de |
24 Dec 2014 19:32:29
0.23.3_3 |
antoine  |
Allow building with neon 30 |
24 Dec 2014 06:03:23
0.23.3_3 |
ohauer  |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
14 Jul 2014 18:42:04
0.23.3_2 |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
21 Feb 2014 13:39:58
0.23.3_2 |
ehaupt  |
Remove trailing whitespaces from category www |
10 Feb 2014 13:54:28
0.23.3_2 |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
29 Jan 2014 07:59:01
0.23.3_2 |
miwi  |
- Stage support |
20 Sep 2013 23:36:54
0.23.3_2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
04 Sep 2013 20:01:06
0.23.3_2 |
bsam  |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
14 Aug 2013 22:35:54
0.23.3_2  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
06 May 2013 06:54:19
0.23.3_2 |
bapt  |
Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLS |
29 Apr 2013 08:57:13
0.23.3_2 |
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
27 Apr 2013 18:25:25
0.23.3_2 |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
24 Apr 2013 18:10:32
0.23.3_2 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
23 Sep 2011 22:26:39
0.23.3_2 |
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 |
19 Mar 2011 12:38:54
0.23.3_2 |
miwi  |
- Get Rid MD5 support |
30 Jul 2010 22:14:49
0.23.3_2 |
mezz  |
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
neon.
PR: ports/148295
Approved by: lev (maintainer timeout, no respone for months),
portmgr
Tested by: pointyhat-exp by pav |
31 May 2010 02:01:56
0.23.3_1 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
11 May 2010 15:18:32
0.23.3 |
pav  |
- Remove zero sized files |
02 May 2010 18:52:41
0.23.3 |
jpaetzel  |
Include missing file from previous commit.
Approved by: itetcu@ (mentor) |
02 May 2010 18:16:52
0.23.3 |
jpaetzel  |
Update www/cadaver to latest version
Add FreeBSD specific patches
Submitted by: "Mikhail T." <mi+thun@aldan.algebra.com>
Approved by: itetcu@ (mentor) |
06 Sep 2008 20:16:45
0.23.2 |
jpaetzel  |
Change MAINTAINER to my @FreeBSD.org address.
Approved by: ade (mentor) |
21 Aug 2008 06:18:49
0.23.2 |
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 ) |
05 Jul 2008 06:56:52
0.23.2 |
beech  |
- Update to 0.23.2
PR: ports/125143
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) |
06 Jun 2008 14:07:24
0.22.5_2 |
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) |
05 May 2008 08:33:57
0.22.5_1 |
edwin  |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible |
20 Mar 2008 10:03:51
0.22.5_1 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
16 Mar 2007 10:03:11
0.22.5_1 |
lev  |
(1) Update `www/neon' to 0.26.3
(2) Bump port revisions (and dependencies) on all ports, using libneon
(3) Mark `devel/bazaar' broken, it doesn't support new neon version.
Approved by maintainer.
(4) Mark `www/neonpp' broken, it doesn't support new neon version.
Maintainer timeout. |
29 Jan 2007 19:05:07
0.22.5 |
gabor  |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor) |
23 Jan 2007 22:03:13
0.22.5 |
miwi  |
- Update to 0.22.5
PR: 108275
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) |
30 Dec 2006 00:07:58
0.22.4 |
miwi  |
- Update to 0.22.4
PR: ports/107301
Submitted by: Josh Paetzel (maintainer) |
07 Feb 2006 17:14:35
0.22.3_1 |
vd  |
* Fix build by adding missing dependency to gettext and make that
conditional by WITHOUT_NLS being set or not
* Fix path in EXTRACT_AFTER_ARGS
* Bump PORTREVISION because internationalization can now be turned on and off
PR: ports/91756, ports/91962
Submitted by: rushani, Josh Paetzel <josh@tcbug.org> (maintainer)
Approved by: garga (mentor), Josh Paetzel <josh@tcbug.org> (maintainer) |
19 Jan 2006 23:41:08
0.22.3 |
kris  |
BROKEN: Does not compile |
05 Jan 2006 08:38:44
0.22.3 |
lev  |
[1] Update to 0.22.3
[2] Use new neon library
PR: ports/91278
Submitted: Maintainer |
12 Apr 2005 03:26:57
0.22.2 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.22.2 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
29 Jan 2005 10:39:08
0.22.2 |
krion  |
Fix MASTER_SITES
Portlint(1)
PR: ports/76793
Submitted by: maintainer |
04 Dec 2004 17:51:52
0.22.2 |
arved  |
Assign Maintainership to Josh Paetzel <josh@tcbug.org>
PR: 74587
Submitted by: Josh Paetzel <josh@tcbug.org> |
28 Nov 2004 22:35:36
0.22.2 |
perky  |
- Add a mirror site.
- Utilize SIG_FILE.
PR: 74490
Submitted by: Jason Harris <jharris@widomaker.com> |
07 Nov 2004 15:03:21
0.22.2 |
perky  |
Update to 0.22.2 |
04 May 2004 21:26:41
0.22.1 |
mi  |
Upgrade from 0.22.0 to 0.22.1 (April 14th). Drop expat-dependency --
this port uses whatever www/neon provides. Loosen the neon-dependency --
don't require the exact version of -lneon. Don't extract the expat and
libneon bundled with the cadaver -- to avoid #include-ing a wrong header
accidentally. Patch some warnings. |
14 Mar 2004 07:58:26
0.22.0_1 |
kuriyama  |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
05 Feb 2004 20:38:07
0.22.0 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
29 Jan 2004 16:13:06
0.22.0 |
trevor  |
SIZEify. |
10 Oct 2003 11:24:48
0.22.0 |
fjoe  |
- Update to 0.22.0.
- Chase libneon version. |
18 May 2003 16:03:16
0.21.0 |
petef  |
Use USE_GETOPT_LONG.
PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373,
51381, 51382
Submitted by: Ports Fury |
18 Apr 2003 09:41:36
0.21.0 |
fjoe  |
Update to 0.21 |
20 Feb 2003 19:15:38
0.20.5_1 |
knu  |
De-pkg-comment. |
08 Feb 2003 05:27:23
0.20.5_1 |
nork  |
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury |
02 Feb 2003 14:42:53
0.20.5_1 |
nork  |
Conditionalize libgnugetopt dependencies.
PR: ports/47752
Submitted by: Ports Fury |
22 Jan 2003 14:30:35
0.20.5_1 |
fjoe  |
Do not build with included neon.
Installed (in ${LOCALBASE}) libneon was linked in if it exists anyway
and included expat is not used anymore. |
20 Oct 2002 21:19:17
0.20.5_1 |
kris  |
Fix build on -current (don't redefine __size_t; same code as in proftpd) |
17 Sep 2002 07:41:05
0.20.5_1 |
kuriyama  |
Bump PORTREVISION and expat shlib. |
07 Sep 2002 03:46:08
0.20.5 |
ijliao  |
upgrade to 0.20.5
PR: 42490
Submitted by: Ports Fury |
10 Aug 2002 17:19:38
0.20.4 |
ijliao  |
upgrade to 0.20.4
PR: 41506
Submitted by: Ports Fury |
01 Aug 2002 16:22:41
0.19.1 |
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
17 Jun 2002 19:20:05
0.19.1 |
glewis  |
Unbreak this port by using the included libneon and expat. The API for
neon has changed incompatibly since the last release of cadaver so it
won't compile against our installed version of neon. The included
version of neon doesn't appear to like the installed version of expat,
so use the included version of that too. The load order of libraries
needed changing to ensure that the included version of neon is used.
These changes should be reverted if/when a newer release of cadaver
catches up with the neon API. |
11 May 2002 09:51:56
0.19.1 |
kris  |
Update LIB_DEPENDS on libneon.
Remove previous maintainer due to timeout.
Fix compilation; linking still fails due to missing symbols. Update
BROKEN message appropriately. |
12 Apr 2002 17:10:20
0.18.0_2 |
ade  |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
25 Mar 2002 02:23:31
0.18.0_1 |
kris  |
BROKEN: Dependency is out of date |
15 Mar 2002 19:44:29
0.18.0_1 |
ade  |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
23 Dec 2001 08:46:27  |
olgeni  |
Chase neon shared library upgrade. |
22 Dec 2001 15:04:43  |
kevlo  |
Update to version 0.18 |
20 Nov 2001 23:49:34  |
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
16 Aug 2001 11:05:45  |
olgeni  |
Fix typo in WWW: webdab.org -> webdav.org. |
17 Jun 2001 19:35:19  |
steve  |
Add a LIB_DEPENDS on the gettext port. |
06 Jun 2001 11:22:17  |
sobomax  |
Chase increased libneon version number. |
21 Mar 2001 04:03:51  |
vanilla  |
Upgrade to 0.17.0, add depends to www/neon now. |
05 Feb 2001 15:33:58  |
olgeni  |
Some spaces -> tabs for ports/www. |
08 Oct 2000 08:11:25  |
asami  |
Convert category www to new layout. |