Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 0.16.6_8 |
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 ) |
10 Apr 2022 19:11:41 0.16.6_8 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 0.16.6_7 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
24 Nov 2021 13:52:17 0.16.6_6 |
Daniel Engberg (diizzy)  |
www/sitecopy: Allow build with neon >= 0.32
Fix build with neon >= 0.32
While at it, pet portlint
PR: 259594
Approved by: mentors (implicit), maintainer timeout (3+ weeks) |
30 Sep 2021 21:23:30 0.16.6_6 |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
06 Apr 2021 14:31:07 0.16.6_6 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2020 16:24:04
0.16.6_6 |
mikael  |
www/sitecopy: update port
Follow-up to recent www/neon version bump
PR: 250919
Submitted by: Helge Oldach (maintainer) |
08 Nov 2019 12:53:37
0.16.6_5 |
tobik  |
www: Add missing USES=gnome |
12 Jan 2019 19:34:15
0.16.6_5 |
pi  |
www/sitecopy: unbreak on 12 and later
PR: 234524
MFH: 2019Q1
Submitted by: Helge Oldach <freebsd@oldach.net> (maintainer) |
11 Jan 2018 16:53:45
0.16.6_4 |
danfe  |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
15 Mar 2017 14:45:31
0.16.6_4 |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
19 May 2016 10:53:06
0.16.6_4 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
0.16.6_4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
15 Jul 2015 22:54:52
0.16.6_4 |
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
22 May 2015 20:34:29
0.16.6_4 |
mat  |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
0.16.6_4 |
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 |
24 Dec 2014 22:12:34
0.16.6_4 |
antoine  |
Allow building with neon 30 |
24 Dec 2014 06:03:23
0.16.6_4 |
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.16.6_3 |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
11 Jun 2014 14:50:00
0.16.6_3 |
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 ) |
16 Apr 2014 18:28:50
0.16.6_3 |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
15 Mar 2014 08:12:20
0.16.6_2 |
miwi  |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
21 Feb 2014 13:39:58
0.16.6_2 |
ehaupt  |
Remove trailing whitespaces from category www |
10 Feb 2014 13:54:28
0.16.6_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:57:45
0.16.6_2 |
miwi  |
- Stage support |
20 Sep 2013 23:36:54
0.16.6_2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
06 May 2013 06:54:19
0.16.6_2 |
bapt  |
Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLS |
24 Apr 2013 18:10:32
0.16.6_2 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
19 Mar 2011 12:38:54
0.16.6_2 |
miwi  |
- Get Rid MD5 support |
03 Aug 2010 20:39:49
0.16.6_2 |
linimon  |
Over to new volunteer.
Approved by: current maintainer |
01 Aug 2010 19:32:14
0.16.6_2 |
mezz  |
-Add WITHOUT_NLS support. [1]
-Reduce the COMMENT to under 70 characters, silent the portlint.
PR: ports/110533 [1]
Submitted by: Helge Oldach <ports-neon-sitecopy-mar07@oldach.net> [1]
Approved by: maintainer timeout (3 years, 19 Mar 2007)
Reminded by: Helge Oldach <ports-neon-sitecopy-mar07@oldach.net> |
30 Jul 2010 22:14:49
0.16.6_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.16.6_1 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
26 Sep 2008 19:30:30
0.16.6 |
olgeni  |
Upgrade to version 0.16.6, which depends on www/neon28. |
06 Jun 2008 14:07:24
0.16.3_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.16.3_1 |
edwin  |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible |
20 Mar 2008 10:03:51
0.16.3_1 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
16 Mar 2007 10:03:11
0.16.3_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. |
04 Jul 2006 22:27:19
0.16.3 |
linimon  |
Add Gentoo as backup mastersites, since the main one seems to be down.
Submitted by: maintainer, private email |
19 Jun 2006 19:54:06
0.16.3 |
olgeni  |
Add missing patch from ports/99174. |
19 Jun 2006 19:53:40
0.16.3 |
olgeni  |
Upgrade to version 0.16.3 and fix large file support.
PR: ports/99174
Submitted by: Alex Samorukov <samm(at)os2.kiev.ua> |
13 May 2006 04:41:22
0.16.1_1 |
edwin  |
Remove USE_REINPLACE from categories starting with W |
24 Jan 2006 03:14:23
0.16.1_1 |
edwin  |
SHA256ify
Approved by: krion@ |
05 Jan 2006 08:40:10
0.16.1_1 |
lev  |
Bump neon shared libary version, bump PORTREVISION to force upgrade. |
20 Oct 2005 12:42:24
0.16.1 |
olgeni  |
Upgrade to 0.16.1.
PR: ports/86946
Submitted by: Lars Eggert <lars.eggert(at)gmx.net> |
24 Mar 2005 20:42:34
0.15.0_1 |
olgeni  |
Bump PORTREVISION for plist fix.
Approved by: portmgr (marcus) |
23 Mar 2005 22:43:36
0.15.0 |
olgeni  |
Fix pkg-plist.
Noticed by: kris
Approved by: portmgr |
10 Mar 2005 20:24:57
0.15.0 |
olgeni  |
Upgrade to version 0.15.0. |
29 Jun 2004 06:45:30
0.13.4_2 |
olgeni  |
Use shared library www/neon rather than included libneon (security fix).
PR: 68461
Submitted by: Thomas L. Kjeldsen <tlk(at)mayi.dk> |
18 Mar 2004 20:45:09
0.13.4_1  |
olgeni  |
Add SIZE data.
Submitted by: trevor |
04 Feb 2004 04:36:30
0.13.4_1  |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
0.13.4_1  |
trevor  |
Now gettext 0.12.1 is gettext-old. |
26 Aug 2003 20:25:58
0.13.4_1  |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
0.13.4  |
marcus  |
Chase the libintl.so shared lib version. |
24 Aug 2003 09:44:39
0.13.4  |
olgeni  |
Upgrade to version 0.13.4.
Submitted by: ytani@st.rim.or.jp |
29 Jun 2003 16:27:16
0.13.1  |
olgeni  |
Upgrade to version 1.13.1. |
22 May 2003 14:50:28
0.13.0  |
olgeni  |
Update to 0.13.0.
PR: 52499 + updates from submitter
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |
23 Feb 2003 10:51:29
0.11.4_2  |
olgeni  |
De-pkg-comment my ports + some more. |
22 Feb 2003 04:51:42
0.11.4_2  |
kris  |
Add missing file |
01 Aug 2002 16:22:41
0.11.4_2  |
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
12 Apr 2002 17:10:20
0.11.4_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 |
15 Mar 2002 19:44:29
0.11.4_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 |
02 Mar 2002 19:53:45  |
olgeni  |
Detach from the www/neon port: use the neon version provided by sitecopy (with
libxml1). |
27 Jan 2002 22:44:14  |
olgeni  |
Update port to version 0.11.4. |
14 Jan 2002 12:47:02  |
olgeni  |
Update port to version 0.11.2 |
20 Nov 2001 23:49:34  |
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
05 Jun 2001 21:54:37  |
olgeni  |
This port is not compatible with later neon libraries (0.15.0): remove neon
dependency and use libxml instead. |
17 Mar 2001 09:36:44  |
olgeni  |
Update dependency on libneon (0.12) Remove dependency on expat, use the
libneon provided xml parser. Fix CONFIGURE_ENV. Add WWW line to pkg-descr.
|
24 Feb 2001 12:45:53  |
olgeni  |
Take over maintainership. |
23 Feb 2001 16:26:12  |
olgeni  |
Update to version 0.10.15, and chase www/neon library version number. |
31 Jan 2001 15:22:11  |
olgeni  |
Update port to 0.10.14, add some LIB_DEPENDS (expat and neon) |
16 Jan 2001 17:33:20  |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 08:11:25  |
asami  |
Convert category www to new layout. |
28 May 2000 04:50:49  |
steve  |
Remove files from PLIST that are no longer installed and quietly remove
share/sitecopy if it is empty. |
23 May 2000 17:22:35  |
ache  |
Shared linking of -lintl |