summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Developement ceased, and nothing in the ports tree uses it anymoreBaptiste Daroussin2012-10-151-5/+1
| | | | | | | | Approved by: gnome (kwm) Feature safe: yes Notes: svn path=/head/; revision=305917
* - Add ZLIB licenseThomas Abthorpe2012-10-121-1/+4
| | | | | | | | | | PR: ports/171611 Submitted by: Chris Petrik <c.petrik.sosa gmail.com> Approved by: portmgr (implicit) Feature safe: yes Notes: svn path=/head/; revision=305782
* - update {thunderbird,firefox}-esr* and libxul to 10.0.9Florian Smeets2012-10-121-4/+7
| | | | | | | | | | | | | | | - use bundled jemalloc since 7.2 [1] - avoid thread-local variables before 8.3, 9.1, 10.0, to avoid crashes [2] - bump PORTREVISION on mail/thunderbird and www/firefox for the TLS fixes Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 Reported by: angelv <angelvg@gmail.com>, Hanno Krusken<ix260@yahoo.co.uk> [2] Reference: http://svnweb.freebsd.org/changeset/base/225582 [2] Submitted by: Jan Beich <jbeich@tormail.org> [1], [2] Feature safe: yes Notes: svn path=/head/; revision=305765
* Fix typoBaptiste Daroussin2012-10-121-1/+1
| | | | | | | | Submitted by: John Hein <jhein@symmetricom.com> Feature safe: yes Notes: svn path=/head/; revision=305763
* - Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird ↵Florian Smeets2012-10-101-32/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 10.0.8 - Update firefox and thunderbird to 16.0 - Update seamonkey to 2.13 - Update all -i18n ports respectively - switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better latency during pause and seeking with HTML5 video - remove fedisableexcept() hacks, obsolete since FreeBSD 4.0 - support system hunspell dictionaries [1] - unbreak -esr ports with clang3.2 [2] - unbreak nss build when CC contains full path [3] - remove GNOME option grouping [4] - integrate enigmail into thunderbird/seamonkey as an option [5] - remove mail/enigmail* [6] - enable ENIGMAIL, LIGHTNING and GIO options by default - add more reporters in about:memory: page-faults-hard, page-faults-soft, resident, vsize - use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0, only heap-allocated reporter works in about:memory (see bug 762445) - use lrintf() instead of slow C cast in bundled libopus - use libjpeg-turbo's faster color conversion if available during build - record startup time for telemetry - use -z origin instead of hardcoding path to gecko runtime - fail early if incompatible libxul version is installed (in USE_GECKO) - *miscellaneous cleanups and fixups* PR: ports/171534 [1] PR: ports/171566 [2] PR: ports/172164 [3] PR: ports/172201 [4] Discussed with: ale, beat, Jan Beich [5] Approved by: ale [6] In collaboration with: Jan Beich <jbeich@tormail.org> Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 Feature safe: yes Approved by: portmgr (beat) Notes: svn path=/head/; revision=305684
* - Only add GH to MASTER_SITES if not already there [1]Beat Gaetzi2012-10-102-1/+5
| | | | | | | | | | | | - Allow WRKSRC to be overridden when using USE_GITHUB [2] PR: ports/171644 [1], ports/171688 [2] Submitted by: bdrewery Reviewed by: gahr Tested by: Exp-run on pointyhat Notes: svn path=/head/; revision=305677
* Add a part forgotten in previous commit concerning switching to pkgngBaptiste Daroussin2012-10-102-0/+5
| | | | Notes: svn path=/head/; revision=305658
* We are in 2012, it is time to activate IPV6 options by default everywhereBaptiste Daroussin2012-10-101-0/+3
| | | | Notes: svn path=/head/; revision=305638
* Switching current to use pkgng by defaultBaptiste Daroussin2012-10-102-0/+16
| | | | | | | | | | | Adding WITHOUT_PKGNG for people not willing to migrate to pkgng now Hat: portmgr Non-regression: beat Exp-runs: beat Notes: svn path=/head/; revision=305637
* - Update to 1.1.0Guido Falsi2012-10-091-0/+1
| | | | | | | | | | | | - Take maintainership - Strip Makefile headers - Patch software to install with correct ABI version number - Convert to new options framework - Remove ABI version number from LIB_DEPENDS - Add global option description Notes: svn path=/head/; revision=305606
* - add STAT to bsd.commands.mkBaptiste Daroussin2012-10-092-10/+6
| | | | | | | | | | | | | - use ${STAT} -f \"%z\" in make makesum to calculate size - speed up USE_PKGCONFIG by using a more efficient syntax [1] and test in the order it is most expected to appear: "yes/build" first, "both" second, "run being the last one. Reported by: dougb [1] Exp-Run by: beat Notes: svn path=/head/; revision=305595
* - Add shared GCRYPT descriptionSofian Brabez2012-10-081-0/+1
| | | | Notes: svn path=/head/; revision=305560
* Introduce the new semantic USE_GCC=any, which can be set in any portMark Linimon2012-10-071-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile. For systems where CC is gcc, this has no effect. For systems where CC is clang, this forces the use of the base GCC suite. (Some forward compatibility is also covered in the patch.) Confirmed to have no ill-effects via multiple runs with gcc as CC: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.8-exp-bcm.20121006012556.pointyhat-west/ and clang as CC: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20121005165436.pointyhat-west/ This change is necessary (but insufficient) for the upcoming switch to clang as CC for the tier-1 architectures. Finally, accept FORCE_BASE_CC_FOR_TESTING as an override for USE_GCC, for those who wish to help debug ports with clang. It is an absolute override; it overrides not only the value "any" but also any value such as "4.4+". Reviewed by: brooks, gerald Approved by: maintainer (gerald) Notes: svn path=/head/; revision=305504
* - Add shared PLUGINS descriptionSunpoet Po-Chuan Hsieh2012-10-071-0/+1
| | | | Notes: svn path=/head/; revision=305462
* - Add shared UTF16 descriptionSunpoet Po-Chuan Hsieh2012-10-071-3/+4
| | | | | | | | | | - Adjust descriptions: - PROJ_DESC: detail description - PTH_DESC: change "use ... for ..." to "... via ..." as other descriptions do - SQLITE3_DESC: add space between SQLite and 3 Notes: svn path=/head/; revision=305448
* - Add shared FTPS and HTTPS descriptionSunpoet Po-Chuan Hsieh2012-10-061-1/+3
| | | | Notes: svn path=/head/; revision=305389
* Add MONO as a global optionEitan Adler2012-10-061-0/+1
| | | | Notes: svn path=/head/; revision=305378
* Add a global WMA option descriptionEitan Adler2012-10-061-0/+1
| | | | Notes: svn path=/head/; revision=305370
* Add PNM as a generic optionEitan Adler2012-10-061-0/+1
| | | | Notes: svn path=/head/; revision=305368
* Options can now be overridden from command line usingBaptiste Daroussin2012-10-051-0/+15
| | | | | | | | | | | | WITH/WITHOUT. Name has been proprosed by gahr during brainstorming on ports@ PR: ports/170180 Submitted by: ohauer Notes: svn path=/head/; revision=305300
* Create MASTER_SITE_MPLAYERHQ and use it for the 2 ports that have theseDoug Barton2012-10-051-0/+14
| | | | | | | | | | | | | | sites in common. This will allow people who use ports-mgmt/fastest_sites (or other methods) to selectively eliminate those sites from this list that are locally unreachable. It also adds more potential sites for both ports. I checked all of these sites and they each have the distfiles for both ports. The omission of ftp[23] is intentional, those sites are not functional. Notes: svn path=/head/; revision=305295
* Revert r305288 which was not supposed to have been applied to this file.Doug Barton2012-10-041-1/+1
| | | | Notes: svn path=/head/; revision=305289
* Remove the word 'support' from most places that it occurs, since it isDoug Barton2012-10-042-231/+231
| | | | | | | | | | | | | | not only redundant and repetitive, it makes the descriptions of some options too long for RELENG_8. Removing it does not make the meaning of the option description less clear. While I'm here, make a few of the options more consistent with each other. PR: ports/172201 Submitted by: me Notes: svn path=/head/; revision=305288
* - update to 1.0.26 [1]Florian Smeets2012-10-041-0/+11
| | | | | | | | | | | | | | | | | | | | | - use newly added alphasort() instead of LGPLv2.1+ patch - fix async handler [2] - fix implicit declarations of calloc/free [3] - disable ARIFF_OSS option by default, except 7.x [4] - add 3 more mirrors from alsa wiki + gentoo as a backup - move alsa mirrors to bsd.sites.mk Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.25_v1.0.26 PR: ports/171601 [1] PR: ports/169770 [2] PR: ports/170457 [3] PR: ports/170473 [4] Obtained from: PkgSrc [2] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: maintainer Notes: svn path=/head/; revision=305269
* Add XINE options descriptionBaptiste Daroussin2012-10-041-0/+1
| | | | Notes: svn path=/head/; revision=305240
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-031-1/+1
| | | | | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@ Notes: svn path=/head/; revision=305181
* - Add Firebird (Interbase) database option descriptionAlexey Dokuchaev2012-09-271-10/+12
| | | | | | | | | | - Rephrase other SQL databases texts: "backend" seems overly specific, thus prefer more generic "support" (also in line with most of the others) - Add VIDEO option (complementary to existing SOUND one) - As usual, expand couple of other knobs I've noticed could be improved Notes: svn path=/head/; revision=304964
* - Reduce possible confusion in "build and install something" options: mostAlexey Dokuchaev2012-09-261-8/+8
| | | | | | | | | of the times (e.g. for documentation, manual pages) this stuff just gets installed, not really built (as it comes pregenerated) - Expand LIBEV, LIBVISUAL, NETPBM, and TREMOR descriptions while I am here Notes: svn path=/head/; revision=304920
* Expand a few more descriptions.Alexey Dokuchaev2012-09-261-6/+6
| | | | Notes: svn path=/head/; revision=304916
* - Add few more knobs (mostly multimedia-related): FRIBIDI, GLX, LIVEMEDIA,Alexey Dokuchaev2012-09-261-4/+9
| | | | | | | | MATROSKA, TWOLAME - Augment descriptions of MP3 encoders; spell "Ogg" correctly everywhere Notes: svn path=/head/; revision=304881
* - Add GNOME Keyring and KWallet password managers descriptionsAlexey Dokuchaev2012-09-261-3/+5
| | | | | | | - Adjust couple of others while here (make more detailed) Notes: svn path=/head/; revision=304879
* Add Flickr support option description and sort couple of other entries while ↵Alexey Dokuchaev2012-09-251-3/+4
| | | | | | | here. Notes: svn path=/head/; revision=304847
* Add GPHOTO option description.Alexey Dokuchaev2012-09-251-0/+1
| | | | Notes: svn path=/head/; revision=304845
* - USE_APACHE s/22+/22/Olli Hauer2012-09-241-1/+1
| | | | | | | | | | | | some additional cleanups/fixes - adopt new Makefile header - convert to optionsNG - use BROKEN instead IGNORE in bsd.apache.mk with hat apache@ Notes: svn path=/head/; revision=304797
* Update net/fping to version 3.4 and point to the new home.Niclas Zeising2012-09-241-0/+1
| | | | | | | | | | | | | | | Merge IPv4 and IPv6 support into net/fping, selectable via options. Remove the now un-needed net/fping+ipv6 Add common description for IPV4 option, analogous to the IPV6 option PR: ports/169949 [1], ports/169950 [2] Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> [1] Jason Harris <jharris@widomaker.com> [2] zeising (final patch version) Approved by: maintainer, kwm (mentor) Notes: svn path=/head/; revision=304773
* Slightly improve description for Dirac video codec; unfortunately, specifyingAlexey Dokuchaev2012-09-231-2/+2
| | | | | | | more accurate "video codec" overflows SCHROEDINGER description length. Notes: svn path=/head/; revision=304745
* - Fix memory leakSteve Wills2012-09-221-1/+1
| | | | | | | | PR: ports/171807 Submitted by: stas Notes: svn path=/head/; revision=304677
* - Revert ports/171672 patch to 'do-package' dueBryan Drewery2012-09-211-6/+1
| | | | | | | | | | | | to reported problems with defining PKG_SUFX, and leaving behind tmp files. PR: ports/171672 Reported by: poyopoyo@puripuri.plala.or.jp Approved by: portmgr (beat, implicit) Notes: svn path=/head/; revision=304634
* - Revert ports/171672 patch to 'do-package' dueBryan Drewery2012-09-211-5/+1
| | | | | | | | | | | | to reported problems with defining PKG_SUFX, and leaving behind tmp files. PR: ports/171672 Reported by: poyopoyo@puripuri.plala.or.jp Approved by: portmgr (beat, implicit) Notes: svn path=/head/; revision=304633
* - Remove ftp fallback as all supported FreeBSD versions provide fetch [1]Beat Gaetzi2012-09-202-11/+19
| | | | | | | | | | | | | | | | - Don't call 'pre-config' twice in the 'config-conditional' target [2] - Clean up pkgng metadir so that the 'clean' target can be executed without root permissions if the build was done with a non-root user. [3] - Make 'do-package' atomic while creating the pkg file [4] PR: ports/171161 [2], ports/171329 [3], ports/171672 [4] Submitted by: bapt [1], A.J. Kehoe IV (Nanoman) <m7k60pkr@nanoman.ca> [2], Submitted by: bdrewery [3, 4] Reported by: Kimmo Paasiala <kpaasial@gmail.com> [3] Tested by: Exp-run on pointyhat, bapt (pkgng changes) Notes: svn path=/head/; revision=304594
* Update to 1.12.4Ade Lovett2012-09-201-1/+1
| | | | Notes: svn path=/head/; revision=304593
* - fix issue in case no module is specifiedOlli Hauer2012-09-201-0/+6
| | | | | | | Noted by: Adam McDougall Notes: svn path=/head/; revision=304590
* - new option WITH_OPENSSL_HACK7=yesDirk Meyer2012-09-191-1/+9
| | | | Notes: svn path=/head/; revision=304533
* - Chase new spidermonkey location [1]Beat Gaetzi2012-09-171-0/+6
| | | | | | | | | | | - Convert to OptionsNG - Add generally useful options to the global list Reported by: bapt [1] Reviewed by: bapt Notes: svn path=/head/; revision=304394
* - Update Calligra Suite to 2.5.2.Alberto Villa2012-09-161-1/+1
| | | | | | | | | | This release contains a number of important bug fixes to 2.5.1 and we recommend everybody to update as soon as possible. An overview of the most important fixes can be found in the release notes: http://www.calligra.org/news/calligra-2-5-2-released Notes: svn path=/head/; revision=304374
* - Covert to OptionsNGEitan Adler2012-09-161-0/+1
| | | | | | | | | - Add generally useful options to the global list Approved by: ak (maintainer) Notes: svn path=/head/; revision=304328
* - sync packetstorm mirrors list (remove two dead mirrors)Ruslan Makhmatkhanov2012-09-151-2/+0
| | | | Notes: svn path=/head/; revision=304318
* - Remove dead mirror from MASTER_SITE_QT.Alberto Villa2012-09-151-1/+0
| | | | Notes: svn path=/head/; revision=304317
* - Covert to OptionsNGEitan Adler2012-09-151-0/+3
| | | | | | | | - Remove old header lines - Add generally useful options to the global list Notes: svn path=/head/; revision=304315
* - remove PYDISTUTILS "dependency line" since USE_PYTHON will garanteeRuslan Makhmatkhanov2012-09-131-3/+2
| | | | | | | | availability of distutils module. There is no consumers of this in the tree. - add PYGAME shortcut for devel/py-game Notes: svn path=/head/; revision=304171