aboutsummaryrefslogtreecommitdiff
path: root/www/tidy-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Backport the fix from www/tidy-html5.Thierry Thomas2015-06-088-20/+41
| | | | | | | | | PR: ports/200631 Submitted by: Walter Hop Security: VuXML: bd1ab7a5-0e01-11e5-9976-a0f3c100ae18 Notes: svn path=/head/; revision=388849
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-3/+2
| | | | | | | Strip binaries Notes: svn path=/head/; revision=374901
* Convert to USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-08-292-22/+5
| | | | Notes: svn path=/head/; revision=366468
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361980
* - Add stage support by modifying MAKE_ARGSRene Ladan2014-03-312-10/+9
| | | | | | | | | - Convert NOPORTDOCS to PORT_OPTIONS:MDOCS Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=349766
* - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USESMartin Wilke2014-03-151-2/+2
| | | | Notes: svn path=/head/; revision=348295
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - remove CONFLICTSDirk Meyer2011-11-241-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286334
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-2/+2
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Migrate from devel/automake15 to devel/automake19Ade Lovett2010-09-241-1/+1
| | | | Notes: svn path=/head/; revision=261748
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* Upgrade to a newer snapshot.Thierry Thomas2009-03-232-4/+4
| | | | | | | Requested by: Sierk Bornemann <sierkb (at) gmx.de> Notes: svn path=/head/; revision=230765
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Fix with NOPORTSDOC.Thierry Thomas2008-07-131-1/+2
| | | | | | | Reported by: itetcu's tinderbox Notes: svn path=/head/; revision=216770
* Upgrade tidy-devel and tidy-lib to a snapshot of 18 June 2008.Thierry Thomas2008-06-223-9/+8
| | | | | | | This adds anchor-as-name. Notes: svn path=/head/; revision=215515
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Upgrade to the shnapshot of 13 August 2007.Thierry Thomas2007-08-162-4/+4
| | | | | | | | Changelog: The configuration option merge-spans has been added. Notes: svn path=/head/; revision=197818
* - Upgrade to today's snapshot.Thierry Thomas2007-06-142-13/+6
| | | | | | | | | | | | Changelog: The configuration option sort-attributes has been added. Additionally, the option show-body-only has been extended to accept "auto". - Replace the old conflict check by the CONFLICTS line. Notes: svn path=/head/; revision=193512
* Upgrade to 11 February 2007.Thierry Thomas2007-02-123-15/+4
| | | | | | | | | | Changelog: the configuration option preserve-entities has been added: <http://tidy.sourceforge.net/docs/quickref.html#preserve-entities>. Hint: now tidy-devel or tidy-lib can be used by the FreeBSD Doc Team! Notes: svn path=/head/; revision=184945
* Add a missing MASTER_SITE_SUBDIR.Thierry Thomas2007-02-041-0/+1
| | | | | | | Reported by: Andrei V. Lavreniyuk <bamston (at) reactor-xg.kiev.ua> Notes: svn path=/head/; revision=184176
* - The latest version of tidy is exclusively available through CVSThierry Thomas2007-02-036-89/+70
| | | | | | | | | | | | | => use a snapshot from CVS; Changelog at <http://tidy.sourceforge.net/#news> - Pet portlint; - Add a regression-test target. Notes: svn path=/head/; revision=184061
* - Toss in -fPIC, upcoming pecl-tidy wants to link thisPav Lucistnik2006-03-222-2/+2
| | | | | | | Approved by: thierry (maintainer) Notes: svn path=/head/; revision=157939
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Update to 051026.Thierry Thomas2005-10-272-3/+3
| | | | Notes: svn path=/head/; revision=146511
* Updare to 051025.Thierry Thomas2005-10-262-3/+3
| | | | Notes: svn path=/head/; revision=146429
* Upgrade to 051021.Thierry Thomas2005-10-222-3/+3
| | | | Notes: svn path=/head/; revision=146100
* Update to 051020.Thierry Thomas2005-10-212-6/+6
| | | | Notes: svn path=/head/; revision=146058
* Update to 051018.Thierry Thomas2005-10-192-3/+3
| | | | Notes: svn path=/head/; revision=145869
* Upgrade to 051013.Thierry Thomas2005-10-142-3/+3
| | | | Notes: svn path=/head/; revision=145415
* Upgrade to 051006.Thierry Thomas2005-10-072-3/+3
| | | | Notes: svn path=/head/; revision=144470
* Update to 050921.Thierry Thomas2005-09-222-3/+3
| | | | Notes: svn path=/head/; revision=143381
* Update to 050920.Thierry Thomas2005-09-212-3/+3
| | | | Notes: svn path=/head/; revision=143286
* Update to 050919.Thierry Thomas2005-09-202-3/+3
| | | | Notes: svn path=/head/; revision=143232
* Upgrade to 050912.Thierry Thomas2005-09-132-3/+3
| | | | Notes: svn path=/head/; revision=142621
* Upgrade to 050826.Thierry Thomas2005-08-282-7/+5
| | | | Notes: svn path=/head/; revision=141127
* Upgrade to 050722.Thierry Thomas2005-07-232-3/+3
| | | | Notes: svn path=/head/; revision=139968
* Upgrade to 050720.Thierry Thomas2005-07-212-3/+3
| | | | Notes: svn path=/head/; revision=139813