Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.1_14 21 Dec 2018 14:22:17 |
rene |
Remove expired ports:
2018-12-19 net/ntop: Broken for more than 6 months
2018-12-19 textproc/ots: Broken for more than 6 months
2018-12-20 x11/xdialog: Uses obsolete glib12
2018-12-20 net/netdude: Uses obsolete glib12
2018-12-20 japanese/jmode-skk: Uses obsolete glib12
2018-12-20 print/gsview: Uses obsolete glib12
2018-12-20 x11/dgs: Uses obsolete glib12
2018-12-20 japanese/jmode: Uses obsolete glib12
2018-12-20 multimedia/xmms: Uses obsolete glib12 |
5.0.1_14 18 Nov 2018 18:35:38 |
antoine |
Deprecate ports broken for more than 6 months |
5.0.1_14 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
5.0.1_13 22 Jun 2018 08:04:39 |
yuri |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated. |
5.0.1_13 14 Jun 2018 12:47:58 |
tijl |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
5.0.1_13 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
5.0.1_13 22 May 2017 22:29:17 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
5.0.1_13 15 May 2017 00:06:59 |
wen |
- Pass maintainership to submitter
PR: 219231
Submitted by: amutu@amutu.com |
5.0.1_13 21 Apr 2017 08:57:20 |
amdmi3 |
- Fix shebangs
- Silence stripping |
5.0.1_12 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
5.0.1_12 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
5.0.1_11 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
5.0.1_10 17 Oct 2016 13:41:22 |
mat |
Don't use install-strip, it tries to strip .a files, and fails.
Sponsored by: Absolight |
5.0.1_10 03 May 2016 10:49:03 |
matthew |
ntop is failing to configure after r414458 updated rrdtool to version
1.6.0. ntop depends on librrd_th.so (threading enabled shlib) which
has been removed from the latest rrdtool package -- threading is now
always enabled.
Quick fix: make ntop depend on the older rrdtool12 port.
Longer term fix: investigate 'ntopng'
http://www.ntop.org/products/traffic-analysis/ntop/
PR: 209230 |
5.0.1_9 02 May 2016 16:08:56 |
zeising |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168 |
5.0.1_8 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.0.1_8 08 Oct 2015 01:51:27 |
amdmi3 |
- Switch to options helpers
- Fix build with PCAP_PORT by depending on specific .so version (otherwise
dependency is satisfied with system libpcap.so, net/libpcap is not installed and
the build fails)
- Drop 8.x support
Approved by: portmgr blanket |
5.0.1_8 15 Apr 2015 13:14:49 |
amdmi3 |
- Add LICENSE_FILE
- Add CPE info |
5.0.1_8 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
5.0.1_8 05 Oct 2014 17:35:09 |
tijl |
- Replace USE_AUTOTOOLS with USES=autoreconf:build
- Remove PTHREAD_LIBS
- Don't use SCRIPTS_ENV in post-configure, it is meant for scripts in
SCRIPTDIR |
5.0.1_8 08 Sep 2014 19:52:22 |
mandree |
Try setting STRIP through CONFIGURE_ARGS to fix remaining 8.X build issues. |
5.0.1_8 05 Sep 2014 22:05:36 |
mandree |
Fix build on 8.x, by leveraging USE_BINUTILS=yes there (before 900033).
The older binutils are picky and error out when trying to strip .a
files, the newer binutils just skip over things and print warnings. [1]
Fix build with WITH_SSP[_PORTS]=yes, by not running together LDFLAGS
expansions; this drops one hunk from files/patch-configure.in.
Modernize USE_PYTHON and @unexec rmdir.
PR: 192047 [1]
Submitted by: feld@ [1], Janos Dohanics [1, to ports@] |
5.0.1_8 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
5.0.1_7 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
5.0.1_6 12 Jul 2014 20:16:21 |
sunpoet |
- Remove Author line |
5.0.1_6 03 Jul 2014 12:36:11 |
amdmi3 |
- Finalize switch to libtool (remove USE_AUTOTOOLS=libtool)
- Strip all installed libraries (not stripped by install-strip target) |
5.0.1_6 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
5.0.1_6 17 Jun 2014 13:53:45 |
amdmi3 |
- Drop subversion dependency (not used, breaks build by touching ~)
- Cosmetic fixes
PR: 190885
Submitted by: amdmi3 |
5.0.1_5 16 Jun 2014 20:16:14 |
olgeni |
Unbreak, after I broke it on r357306.
- Fix dependency on x11-fonts/urwfonts
While I'm here:
- Add LICENSE
- Fix WWW tag in pkg-descr
Noticed by: amdmi3 |
5.0.1_4 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
5.0.1_4 06 Jun 2014 13:21:59 |
amdmi3 |
- Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed |
5.0.1_3 06 Jun 2014 13:13:00 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
5.0.1_2 05 Jun 2014 08:20:25 |
amdmi3 |
- Stagify
- Use new LIB_DEPENDS syntax
- Fix plist (@exec order and don't remove /var/db)
Approved by: portmgr blanket |
5.0.1_1 29 May 2014 12:00:31 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
5.0.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 ) |
5.0.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
5.0.1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
5.0.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.0.1 10 Jan 2013 13:00:16 |
sylvio |
- Update to 5.0.1 |
4.1.0_5 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 |
4.1.0_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.1.0_4 07 May 2012 18:52:09 |
sylvio |
- Chase rrdtool shlib version bump. |
4.1.0_3 18 Jan 2012 01:50:37 |
sylvio |
- Adds knob for py-mako so OP can include py-mako dependency
PR: ports/164248
Submitted by: scheidell@ |
4.1.0_3 14 Jan 2012 18:00:18 |
sylvio |
- Fix RUN_DEPENDS (:=), mostly for portlint
- Change WITH_PCAP_PORT to LIB_DEPENDS, not BUILD_DEPENDS
- add stopdaemon to pkg-plist
- need chown in pkg-plist so that .tbz (package building) works
- clean up install message (patch-Makefile.am)
- add test in pkg-deinstall.in to test for DBDIR
PR: ports/163682
Submitted by: scheidell@ |
4.1.0_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. |
4.1.0_2 21 Nov 2011 00:57:36 |
scheidell |
PR: 16041
Submitted by: scheidell
Approved by: maintainer (sylvio, implicit), gabor (mentor)
Feature safe: Yes |
4.1.0_1 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 |
4.1.0_1 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
4.1.0 18 Aug 2011 23:17:11 |
sylvio |
- Update to 4.1.0 |
4.0.1_1 21 Feb 2011 18:53:54 |
sylvio |
- Fix to RUN_DEPENDS, added dependencies rrdtool and GeoIP
PR: ports/154800
Submitted by: M <scheidell@secnap.net> |
4.0.1 11 Feb 2011 13:34:49 |
sylvio |
- Update to 4.0.1
Submitted by: Jean-Baptiste Berlioz <tobe@gnagnaki.net> (via E-mail) |
3.3.10_7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.3.10_7 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
3.3.10_7 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
3.3.10_7 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.3.10_6 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
3.3.10_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.3.10_4 25 May 2010 21:06:48 |
pav |
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat |
3.3.10_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.3.10_4 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.3.10_3 01 Mar 2010 23:49:28 |
sylvio |
- Removed line BROKEN, the port now fetch files in Makefile and no more during
build stage.
Approved by: itetcu (mentor)
Feature safe: yes |
3.3.10_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.3.10_2 02 Feb 2010 23:29:24 |
sylvio |
- Removed dependencies of wget
- Add extra files of Makefile.am into Makefile
- Change distinfo
- BUMP PORTREVISION
Approved by: miwi (mentor) |
3.3.10_1 30 Jan 2010 16:25:07 |
erwin |
Mark BROKEN: fetches files during build stage. |
3.3.10_1 19 Jan 2010 21:57:44 |
sylvio |
- Fix to install file etter.finger.os
- Fix to problem with kevent
PR: ports/139361
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Approved by: itetcu (mentor) |
3.3.10 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
3.3.10 19 Sep 2009 16:48:26 |
miwi |
- Update to 3.3.10
- Pass maintainership to submitter
PR: 138919
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes |
3.3.9_2 09 Sep 2009 19:19:13 |
wxs |
- Reassign maintainer to ports@ |
3.3.9_2 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
3.3.9_2 02 Aug 2009 19:36:34 |
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 |
3.3.9_2 22 Jun 2009 22:59:08 |
wxs |
- Turn off a debug knob which was left on.
PR: ports/135418
Submitted by: Anthony Maszeroski <maszeroskia3@scranton.edu> |
3.3.9_1 08 Jun 2009 17:48:29 |
wxs |
- Remove ASDATA knob as it is no longer applicable.
My initial testing was flawed so I missed this.
PR: ports/135377
Submitted by: Keith Gaughan <kmgaughan@eircom.net> |
3.3.9 07 Jun 2009 17:16:58 |
wxs |
- Update to 3.3.9.
- Remove dependencies that are no longer needed.
- Add dependency on net/GeoIP and hack around the desire for the port to fetch
and build it's own copy.
- Cleanup pkg-descr. |
3.3.8 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
3.3.8 17 Oct 2008 22:03:22 |
wxs |
Update to 3.3.8
PR: ports/128153
Submitted by: Michael Scheidell <scheidell@secnap.net> |
3.3_4 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 ) |
3.3_4 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
3.3_4 14 Jun 2008 02:22:58 |
wxs |
Require rrdtool-1.2 or higher. rrdtool10 results in a build error.
Submitted by: Craig Green (private mail) |
3.3_3 06 Jun 2008 13:50:32 |
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) |
3.3_2 02 Mar 2008 16:34:48 |
wxs |
Explicitly disable SNMP which breaks the build when net-mgmt/net-snmp is
installed on 7.0.
PR: ports/120793
Submitted by: Helmut Schneider <jumper99@gmx.de>
Approved by: garga (mentor) |
3.3_1 04 Feb 2008 15:35:12 |
wxs |
Update my address.
Approved by: garga (mentor) |
3.3_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
3.3 12 Sep 2007 03:14:08 |
edwin |
[MAINTAINER]: Fix net/ntop
net/ntop doesn't build under certain circumstances (it is
confusing versions of autoconf). Attached is a patch submitted
to me by Edward Sutton and tested by Jeffrey Goldberg which
fixes this problem. I haven't been able to reproduce this
problem but Jeffrey pointed out that this patch fixed it
for him. I don't believe that a bump of PORTREVISION is
necessary for this, but feel free to correct me if I am
wrong. :)
A discussion of this can be found at
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports
PR: ports/116289
Submitted by: Wesley Shields <wxs@atarininja.org> |
3.3 22 Jul 2007 01:19:36 |
pav |
- Update to 3.3
PR: ports/114681
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) |
3.2_5 25 May 2007 22:11:39 |
miwi |
- Fix build with qt4.
- Bump PORTREVISION
PR: 112689
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) |
3.2_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.2_3 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
3.2_3 21 Sep 2006 10:19:45 |
cperciva |
This port depends on urwfonts, not urwfonfs.
Reported by: Portsnap buildbox |
3.2_3 21 Sep 2006 09:06:48 |
johans |
- Fix run-time dependencies
PR: ports/102291
Submitted by: Wesley Shields (maintainer) |
3.2_2 31 Aug 2006 04:21:27 |
clsung |
- updated maintainer's email address
PR: ports/102705
Submitted by: maintainer (Wesley Shields) |
3.2_2 22 Mar 2006 19:25:52 |
mnag |
- Add libxml2 dependency [1]
- Bump PORTREVISION [1]
- Remove IS_INTERACTIVE and admin password creation from installation and put
admin password check in rc.d script
- Add OPTIONS to install AS data [2]
- portlint(1)
PR: 94672 [1], 94809 [2]
Submitted by: maintainer
Notified by: Andy Wettstein [1] |
3.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.2_1 12 Dec 2005 07:03:16 |
lawrance |
- Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).
- Prompt for ntop admin password and set IS_INTERACTIVE only if necessary.
- Quote BROKEN message.
- Adds pkg-deinstall with cleanup instructions.
- Submitter takes maintainership.
PR: ports/90264
Submitted by: Wesley Shields <wxs@csh.rit.edu> |
3.2 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
3.2 15 Nov 2005 06:52:12 |
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. |
3.2 04 Nov 2005 05:54:04 |
andreas |
Revert to old method to be installed without execution permission
to prevent hang on reboot, since ntop asks for password on 1st
execution. The real fix is to convert script to rc-ng.
Submitted by: Clement Laforet <clement@FreeBSD.org> |
3.2 02 Nov 2005 05:08:01 |
andreas |
ntop start/stop script installed without execute persmissions |
3.2 01 Nov 2005 10:04:22 |
clement |
- Update to 3.2
- Re-add version checking allow ntop developers to know how many FreeBSD
people use it
- Drop maintainership |
3.1_1 01 Aug 2005 10:14:10 |
clement |
- Fix build if rrdtool 1.2 is intalled
- mark port BROKEN if WITH_XMLDUMP defined (does not build)
Submitted by: mich
Reported by: Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019),
piotrekk@excite.com |
3.1_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |