Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0210,1 21 Feb 2024 15:11:07
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-XML-LibXML: Update to 2.0210
Changes: https://metacpan.org/dist/XML-LibXML/changes |
2.0209,1 04 Aug 2023 13:01:20
    |
Rodrigo Osorio (rodrigo)  |
textproc/p5-XML-LibXML: Update to 2.0209
Major changes:
* t/35huge_mode.t: fix test with libxml2 2.11
* Add clearer reference to using cloneNode to extract node with namespaces
* initialize xmlValidCtxt
Full changelog: https://metacpan.org/dist/XML-LibXML/changes |
2.0208_1,1 18 May 2023 11:36:36
    |
Dimitry Andric (dim)  |
textproc/p5-XML-LibXML: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building textproc/p5-XML-LibXML:
perl-libxml-mm.c:142:18: error: incompatible function pointer types passing
'void (void *, void *, xmlChar *)' (aka 'void (void *, void *, unsigned char
*)') to parameter of type 'xmlHashScanner' (aka 'void (*)(void *, void *, const
unsigned char *)') [-Wincompatible-function-pointer-types]
xmlHashScan(r, PmmRegistryDumpHashScanner, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/libxml2/libxml/hash.h:213:22: note: passing argument to
parameter 'f' here
xmlHashScanner f,
^
perl-libxml-mm.c:234:44: error: incompatible function pointer types passing
'void (void *, xmlChar *)' (aka 'void (void *, unsigned char *)') to parameter
of type 'xmlHashDeallocator' (aka 'void (*)(void *, const unsigned char *)')
[-Wincompatible-function-pointer-types]
if( xmlHashRemoveEntry(PmmREGISTRY, name, PmmRegistryHashDeallocator)
)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/libxml2/libxml/hash.h:160:47: note: passing argument to
parameter 'f' here (Only the first 15 lines of the commit message are shown above ) |
2.0208,1 09 Oct 2022 15:38:07
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-XML-LibXML: Update to 2.0208
Changes: https://metacpan.org/dist/XML-LibXML/changes |
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) |
2.0207_2,1 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 ) |
2.0207_2,1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0207_2,1 10 Apr 2022 19:11:41
    |
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) |
2.0207_1,1 26 Mar 2022 08:27:27
    |
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 |
2.0207,1 30 May 2021 19:57:59
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-XML-LibXML: Update to 2.0207
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0206,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0206,1 23 Sep 2020 18:51:33
  |
sunpoet  |
Update to 2.0206
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0205,1 24 Jul 2020 07:27:40
  |
sunpoet  |
Update to 2.0205
- Remove pkg-install: 2.0205 adds XML::LibXML to the XML/SAX/ParserDetails.ini
upon installation
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0204,1 07 Apr 2020 14:35:42
  |
sunpoet  |
Update to 2.0204
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0202,1 20 Jan 2020 20:12:14
  |
sunpoet  |
Update to 2.0202
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0134,1 11 Feb 2019 19:00:15
  |
sunpoet  |
Update to 2.0134
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0133,1 02 Feb 2019 21:56:08
  |
sunpoet  |
Update to 2.0133
- Add USES=gnome
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Simplify CONFLICTS_INSTALL
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0132,1 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.0132,1 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.0132,1 29 Oct 2017 16:10:04
  |
sunpoet  |
Update to 2.0132
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0131,1 24 Oct 2017 17:41:37
  |
sunpoet  |
Update to 2.0131
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0129,1 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.0129,1 15 Mar 2017 11:32:01
  |
sunpoet  |
Update to 2.0129
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0128,1 10 Oct 2016 20:10:37
  |
adamw  |
Update to 2.0128.
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0126,1 24 Jun 2016 18:16:42
  |
adamw  |
Update to 2.106.
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0125,1 21 Jun 2016 15:09:40
  |
mat  |
Update to 2.0125.
Sponsored by: Absolight |
2.0124,1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.0124,1 27 Feb 2016 15:01:26
  |
adamw  |
Update to 2.1024.
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0123,1 12 Jan 2016 21:41:11
  |
sunpoet  |
- Update to 2.0123
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0122,1 02 Sep 2015 17:04:56
  |
sunpoet  |
- Update to 2.0122
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0121,1 29 Jun 2015 15:47:45
  |
adamw  |
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports. |
2.0121,1 16 Jun 2015 14:27:33
  |
sunpoet  |
- Allow to strip shared library as regular user |
2.0121,1 04 May 2015 20:18:36
  |
sunpoet  |
- Update to 2.0121
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0120,1 01 May 2015 15:20:09
  |
adamw  |
Update to 2.0120.
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0119,1 24 Apr 2015 19:59:25
  |
adamw  |
Update to 2.0119.
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0118,1 14 Feb 2015 17:48:22
  |
adamw  |
Update to 2.0118.
Changes: https://metacpan.org/changes/distribution/XML-LibXML |
2.0117,1 11 Jan 2015 13:30:21
  |
sunpoet  |
- Update to 2.0117
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0116_1,1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.0116,1 24 Aug 2014 19:21:14
  |
pi  |
textproc/p5-XML-LibXML: 2.0108 -> 2.0116
http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-2.0116/Changes
PR: 192692
Reviewed by: mat |
2.0108_1,1 10 Jun 2014 12:14:14
  |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.0108_1,1 16 Apr 2014 18:28:50
  |
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 ) |
2.0108,1 23 Feb 2014 15:21:11
  |
sunpoet  |
- Use USE_GNOME=libxml2 instead of hardcoded LIB_DEPENDS
PR: ports/186218
Submitted by: Jim Ohlstein <jim@ohlste.in> |
2.0108,1 31 Dec 2013 04:26:26
  |
sunpoet  |
- Update to 2.0108
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0107,1 23 Nov 2013 17:31:59
  |
sunpoet  |
- Update to 2.0107
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0106_1,1 12 Nov 2013 19:47:56
  |
antoine  |
Finish stage support
Bump PORTREVISION as package didn't have man pages |
2.0106,1 07 Nov 2013 03:52:42
  |
vanilla  |
Support STAGEDIR. |
2.0106,1 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.0106,1 18 Sep 2013 15:22:21
  |
sunpoet  |
- Update to 2.0106
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0105,1 07 Sep 2013 20:52:33
  |
tobez  |
Update t 2.0105.
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0104,1 03 Sep 2013 19:32:00
  |
sunpoet  |
- Update to 2.0104
- Convert to new LIB_DEPENDS format
- Sort MAN3 and PLIST
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0018,1 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.0018,1 14 Jun 2013 07:50:03
  |
culot  |
- Update to 2.0018
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
2.0004_1,1 22 Apr 2013 12:53:59
  |
bapt  |
Reassign p5-* ports from skv to perl@
While here trim headers
Feature safe: yes |
2.0004_1,1 14 Mar 2013 18:04:07
  |
bapt  |
Register and unregister both XML::LibXML::SAX and XML::LibXML::SAX::Parser
Make post-install script actually working
Remove post-install target from the port and the "normal" make install in
sources already register the parsers |
2.0004,1 22 Sep 2012 19:44:45
  |
swills  |
- Update to 2.0004,1
PR: ports/171065
Approved by: maintainer timeout (skv, >3 weeks) |
1.97,1 08 May 2012 15:27:55
 |
skv  |
Update to 1.97
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.97/Changes |
1.96,1 22 Mar 2012 20:48:45
 |
skv  |
Update to 1.96
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.96/Changes
Feature safe: yes |
1.88,1 09 Feb 2012 06:31:17
 |
kevlo  |
Fix post-install |
1.88,1 08 Feb 2012 19:51:09
 |
pgollucci  |
- Convert package scripts to sh
PR: ports/157207
Submitted by: bapt
Approved by: maintainer timeout (skv ; 263 days)
Changes: http://search.cpan.org/dist/XML-LibXML/Changes |
1.88,1 11 Nov 2011 19:03:44
 |
skv  |
Update to 1.88
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.88/Changes
Feature safe: yes |
1.84,1 17 Sep 2011 06:49:29
 |
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.84,1 27 Jul 2011 20:15:24
 |
skv  |
Update to 1.84
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.84/Changes
PR: ports/159208
Submitted by: milki <milki@rescomp.berkeley.edu> |
1.80,1 14 Jul 2011 20:45:02
 |
skv  |
Update to 1.80
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.80/Changes |
1.72,1 19 Jun 2011 08:05:47
 |
skv  |
Update to 1.72 |
1.70,1 30 Oct 2009 16:13:57
 |
skv  |
Update to 1.70
PR: ports/139815
Submitted by: wen
Changes: http://cpansearch.perl.org/src/PAJAS/XML-LibXML-1.70/Changes |
1.69,1 28 Nov 2008 15:12:49
 |
skv  |
Update to 1.69
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.69/Changes |
1.66000 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.66000 31 Jan 2008 20:13:48
 |
skv  |
Update to 1.66
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.66/Changes |
1.65000 27 Sep 2007 14:59:58
 |
skv  |
Update to 1.65
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.65/Changes |
1.63000 27 May 2007 14:19:16
 |
skv  |
Update to 1.63
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.63/Changes
PR: ports/112278
Submitted by: Paul Dlug <paul xx aps.org> |
1.62001 20 Dec 2006 14:20:32
 |
tobez  |
Update to 1.62001. Require perl from ports.
Approved by: maintainer |
1.62000 20 Nov 2006 07:26:57
 |
skv  |
Update to 1.62
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.62/Changes |
1.61003_1 29 Sep 2006 08:35:20
 |
skv  |
* fix plist
* add conflict with p5-XML-LibXML-XPathContext
(because it was merged into p5-XML-LibXML) |
1.61003 27 Sep 2006 08:28:47
 |
skv  |
Update to 1.61003
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.61003/Changes |
1.60 05 Sep 2006 17:33:09
 |
skv  |
Update to 1.60
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.60/Changes |
1.59 03 Aug 2006 12:57:45
 |
skv  |
Update to 1.59
Changes: http://search.cpan.org/src/PAJAS/XML-LibXML-1.59/Changes
PR: ports/101292
Submitted by: Gea-Suan Lin <gslin xx gslin.org> |
1.58_1 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.58_1 22 Jan 2006 02:55:05
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.58_1 09 Nov 2004 14:08:54
 |
skv  |
Add "pkg-install". |
1.58 21 Sep 2004 17:51:56
 |
leeym  |
- add missing *.pod files into pkg-plist
- set XMLPREFIX=${LOCALBASE} and make it PREFIX clean.
PR: 71108
Submitted by: leeym
Approved by: portmgr (marcus) |
1.58 16 May 2004 16:12:38
 |
skv  |
Fix compile on perl 5.00503
Pinted by: Aaron Scarisbrick <aaronsca@firetrack.net> |
1.58 11 Apr 2004 12:00:45
 |
skv  |
Updated to 1.58 |
1.57 23 Mar 2004 11:52:25
 |
skv  |
Updated to 1.57 |
1.56 19 Jan 2004 18:34:40
 |
marcus  |
Give maintainership back to skv. He has told portmgr that he never intended
this port to lapse, and he is working with the author to provide a more
optimal fix to this port's build problems.
Approved by: adam@migus.org (previous maintainer) |
1.56 10 Jan 2004 05:35:35
 |
marcus  |
Fix the build and assign maintainership to the submitter.
PR: 61156
Submitted by: Adam C.Migus <adam@migus.org>
Approved by: AWOL maintainer (email about BROKEN status sent on
September 9, 2003) |
1.56 23 Dec 2003 06:50:53
 |
linimon  |
Per bento logs, mark as broken on recent 5.x. Notified maintainer. |
1.56 25 Sep 2003 11:09:32
 |
skv  |
Fix package building on perl 5.005_03.
Pointed by: kris |
1.56 02 Sep 2003 13:48:48
 |
skv  |
fix plist (add missed PI.pod) |
1.56 02 Sep 2003 13:46:19
 |
skv  |
Updated to 1.56
Pointed by: foxfair |
1.54 09 Jun 2003 08:36:14
 |
skv  |
Updated to 1.54
PR: ports/52965 |
1.53 28 Feb 2003 12:59:31
 |
skv  |
Fix missed XML::LibXML::Common dependency. |
1.53 27 Feb 2003 12:56:10
 |
skv  |
Updated to 1.53 |
1.52 13 Jun 2002 16:10:42
 |
skv  |
Updated to 1.52 |
1.51 01 Jun 2002 11:29:28
 |
skv  |
Updated to 1.51, because bugfixes |
1.50 29 May 2002 08:55:31
 |
skv  |
Updated to 1.50. |
1.40 12 Apr 2002 08:12:27
 |
skv  |
Updated to 1.40 (bugs fixed).
Approved by: markm |
1.31 24 Mar 2002 14:42:37
 |
tom  |
Fix a typo that was breaking package building |
15 Dec 2001 10:10:01
    |
ijliao  |
"fix" upgrade to 1.31 |
10 Dec 2001 12:58:44
    |
sheldonh  |
When RUN_DEPENDS is a superset of BUILD_DEPENDS, include ${BUILD_DEPENDS}
instead of duplicating the dependency definitions. |
10 Dec 2001 12:53:24
    |
sheldonh  |
Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31. |