aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2-reference
Commit message (Collapse)AuthorAgeFilesLines
* Use options helpers for PLIST_FILES and PLIST_DIRS that avoid including ↵Baptiste Daroussin2014-07-061-6/+2
| | | | | | | | | options.mk before bsd.gnome-references.mk which would lead in PKGCATEGORY not being set and thus break PKGORIGIN Notes: svn path=/head/; revision=360901
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-1/+5
| | | | Notes: svn path=/head/; revision=360676
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* UnbreakAntoine Brodin2014-05-241-1/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=355005
* - Stage support for all -reference portsAntoine Brodin2013-12-091-5/+2
| | | | | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer) Notes: svn path=/head/; revision=336013
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Fix build dependency lineBaptiste Daroussin2012-10-201-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306165
* Fix the NOPORTEXAMPLES case.Joe Marcus Clarke2009-04-041-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=231615
* Attempt to fix the NOPORTDOCS case.Joe Marcus Clarke2009-03-181-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=230346
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* - Add pkg-descrMichael Johnson2006-05-171-0/+3
| | | | | | | Requested by: Dan Langille <dan@langille.org> for freshports.org Notes: svn path=/head/; revision=162684
* Move the libxml2 programming reference to the libxml2-reference port.Jean-Yves Lefort2006-05-111-0/+18
Notes: svn path=/head/; revision=162103