aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/mxml
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces from category textprocehaupt2014-02-211-1/+1
|
* - Fix a USE_GMAKE conversion. USES is redefined later without gmake.tijl2014-02-202-4/+3
| | | | | Evidently gmake isn't needed. - Also remove the libtool dependency.
* - Stage supportmiwi2014-02-171-12/+7
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* easysw.com seems to be down, switch MASTER_SITES to the canonical one.rakuco2013-05-121-2/+1
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* - Update to 2.7pclin2013-02-165-22/+17
| | | | | | | | | | | | | - Add custom LICENSE MXML - Add USE_LDCONFIG to include new shared library - Switch to OPTIONSng - Change DOCS installing hierarchy from ${DOCSDIR}/doc/ to ${DOCSDIR}/ - Remove unnecessary patch (have been merged into upstream) - Replace TAB with space in pkg-descr WWW: line PR: ports/175315 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Approved by: swills (mentor)
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -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
* - Update to 2.6wxs2009-07-283-6/+16
| | | | | | | | | - Pass maintainer to submitter - Remove include of spawn.h since it is not included on anything less than 8.0. PR: ports/136929 Submitted by: Kouki Hashimoto <hsmtkk@gmail.com>
* Fix the installation w/ libtool 2.2.mezz2009-07-151-0/+15
|
* - Reset maintainershipmiwi2009-07-121-1/+1
|
* - Mark MAKE_JOBS_SAFE for parallel building.miwi2009-03-261-0/+1
|
* - Update to 2.5miwi2008-06-273-71/+12
| | | | | | - Respect NOPORTDOCS [1] Submitted by: ionbot [1]
* Mini-XML is a small XML parsing library that you can use tomiwi2007-10-134-0/+105
read XML and XML-like data files in your application without requiring large non-standard libraries. WWW: http://www.minixml.org/