aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME toBryan Drewery2015-03-201-0/+4
| | | | | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery Notes: svn path=/head/; revision=381777
* Default the WRKSRC to the proper extracted name for USE_GITHUB whenBryan Drewery2015-03-201-0/+4
| | | | | | | | | | | | GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX change in r381689. This actually fixes the build for sysutils/zfstools, broken in r381704. With hat: portmgr Notes: svn path=/head/; revision=381715
* Removing font-alias was a mistake, readd it which fixes tigervnc (and more)Baptiste Daroussin2015-03-202-1/+4
| | | | | | | | Pointyhat to: bapt Reported by: Corey <merlincorey@hushmail.me> Notes: svn path=/head/; revision=381713
* These lines are being expanded badly. Fix syntax error.Bryan Drewery2015-03-201-1/+1
| | | | Notes: svn path=/head/; revision=381711
* Fix order of change in r381706.Bryan Drewery2015-03-201-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=381707
* Add a sanity check for deprecating the old USE_GITHUB syntax.Bryan Drewery2015-03-201-0/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=381706
* Rework XORG_CAT= fontBaptiste Daroussin2015-03-202-43/+4
| | | | | | | | | | | Fonts are now generating the fonts.scale and fonts.dir at install time font-alias is not needed anymore for the above reason extract font-util and encodings out of XORG_CAT=fonts because they do not install any fonts make XORG_CAT=fonts use USES=fonts Notes: svn path=/head/; revision=381702
* Fix typo from r381689Bryan Drewery2015-03-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=381690
* Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inBryan Drewery2015-03-192-1/+8
| | | | | | | | | | | | r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the tag fetched from github by defaulting GH_TAGNAME to the same value as DISTVERSION would get by only when GH_COMMIT is not set (when using the new scheme). With hat: portmgr Notes: svn path=/head/; revision=381689
* Fix the new USE_GITHUB to rename the distfile such that it does notBryan Drewery2015-03-191-0/+7
| | | | | | | | | | | | | | | conflict with the old scheme and cause a "reroll" or "invalid checksums". This also avoids clobbering the FreeBSD distcache. Use a revision in the DISTNAME for USE_GITHUB in case we need to bump this again for anything. It's more a hint of how to handle it in the future. Reported by: mat Discused with: mat, antoine, swills With hat: portmgr Notes: svn path=/head/; revision=381688
* r381618 also made GH_ACCOUNT optional.Bryan Drewery2015-03-191-1/+1
| | | | Notes: svn path=/head/; revision=381681
* Prevent from overwriting PLIST_SUB and SUB_LISTBaptiste Daroussin2015-03-191-2/+2
| | | | | | | Reported by: pgollucci Notes: svn path=/head/; revision=381670
* Prepopulate FONTSDIRBaptiste Daroussin2015-03-191-0/+2
| | | | Notes: svn path=/head/; revision=381662
* Add a hint on how to deal with github download failures.Bryan Drewery2015-03-191-0/+2
| | | | | | | PR: 194898 Notes: svn path=/head/; revision=381655
* Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵Bryan Drewery2015-03-191-4/+1
| | | | | | | | | | | | | | GITHUB. The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and only having GH_TAGNAME default to DISTVERSION. All of these ports as-is. With hat: portmgr Notes: svn path=/head/; revision=381648
* Note that GH_TAGNAME can be any length of the git hash.Bryan Drewery2015-03-191-1/+3
| | | | Notes: svn path=/head/; revision=381640
* Add FONTSDIR to PLIST_SUB and SUB_LISTBaptiste Daroussin2015-03-191-0/+2
| | | | Notes: svn path=/head/; revision=381627
* Add a new USES=fonts to simplify handling of fonts portsBaptiste Daroussin2015-03-191-0/+18
| | | | Notes: svn path=/head/; revision=381620
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-192-9/+22
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Update Qt5 to 5.4.1.Raphael Kubo da Costa2015-03-181-1/+1
| | | | | | | | | | | | | | | | | | | This is probably the first time our Qt 5 ports are tracking the latest upstream release :-) There isn't much to report in this update, thanks to the effort spent in the 5.2->5.3 update: a lot of the work is just small plist and patch updates. Thankfully, several patches have been upstreamed and are not needed on our side anymore. I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias Berner <tcberner@gmail.com> for their help with the plist updates and general testing. PR: 198585 Notes: svn path=/head/; revision=381532
* Mk/Uses/ada.mk: Fix missed previously substitutionJohn Marino2015-03-171-1/+1
| | | | Notes: svn path=/head/; revision=381491
* Mk/Uses/ada.mk: Add argument "49"John Marino2015-03-161-1/+3
| | | | | | | | | To be complete, ada.mk needs to support having ADA_DEFAULT=5 and the port explicitly requesting lang/gcc-aux. There is no identified use case for this yet, but not supporting it is a hole. Notes: svn path=/head/; revision=381372
* Mk/Uses/ada.mk: Add gcc5-based Ada compiler supportJohn Marino2015-03-161-10/+17
| | | | | | | | | | | | | | | A new argument has been added to USES=ada, "5", which will select the gcc5-aux compiler (gcc 5) instead of the gcc-aux compiler (gcc 4.9). Additionally, it will check if ADA_DEFAULT is defined and equal to "5". If that is the case, gcc5-aux will be used by default, even if no arguments are defined. The use case is to define it in make.conf so that all Ada ports are built with same compiler. This capability will be used to confirm all Ada ports build correctly with gcc5-aux before the default compiler is switched. Notes: svn path=/head/; revision=381368
* - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby portsSunpoet Po-Chuan Hsieh2015-03-141-8/+0
| | | | | | | | Reviewed by: bapt Reviews: https://reviews.freebsd.org/D2030 Notes: svn path=/head/; revision=381274
* Update KDE SC to 4.14.3Alonso Schaich2015-03-111-2/+4
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* Remove a debug line from actual-package-dependsAntoine Brodin2015-03-111-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=381045
* Set an arbitrary time-zone.Romain Tartière2015-03-101-1/+1
| | | | | | | | | | mdoc(1) will fail if no time-zone information is available, so provide one. PR: ports/198414 Reported by: antoine Notes: svn path=/head/; revision=380911
* - Update SeaMonkey to 2.33Jan Beich2015-03-101-3/+3
| | | | | | | | | | | | | - Check if NS_NewNativeLocalFile() succeeds before using [1] Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/ Obtained from: PkgSrc [1] MFH: 2015Q1 X-MFH-With: r380090 Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html Notes: svn path=/head/; revision=380888
* Add XS: Use XS libraries for speed boostAdam Weinberger2015-03-091-0/+1
| | | | Notes: svn path=/head/; revision=380862
* lang/ruby22: update to 2.2.1Steve Wills2015-03-091-1/+1
| | | | | | | | PR: 198338 Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp> Notes: svn path=/head/; revision=380845
* - Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]Jan Beich2015-03-081-0/+4
| | | | | | | | | | - Bump version requirements for harfbuzz and libvorbis PR: 198142 [1] See also: https://dxr.mozilla.org/comm-central/search?q=nsISound [1] Notes: svn path=/head/; revision=380782
* lang/ruby20: update to 2.0.0 p643Steve Wills2015-03-071-2/+2
| | | | | | | | | While here, bring in an rdoc fix Obtained from: https://github.com/rdoc/rdoc/commit/55fbd8947faf33b41289976b9296e6279f83eaa1 Notes: svn path=/head/; revision=380711
* Small clean up: consistently use _QT_RELNAME.Raphael Kubo da Costa2015-03-061-1/+1
| | | | | | | Submitted by: makc in our experimental area51 repository Notes: svn path=/head/; revision=380630
* Commit what was exp-ran in PR 198132 (and unbreak INDEX)Antoine Brodin2015-03-051-8/+0
| | | | Notes: svn path=/head/; revision=380567
* The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-052-72/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com> Notes: svn path=/head/; revision=380565
* - Make LIB_DEPENDS error more usefulRyan Steinmetz2015-03-051-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=380467
* - Update to 2.1.4Vsevolod Stakhov2015-03-041-1/+1
| | | | | | | | PR: 198269 Submitted by: Bernard Spil <spil.oss at gmail.com> Notes: svn path=/head/; revision=380424
* - Switch default version of Ruby to 2.0Steve Wills2015-03-011-1/+1
| | | | | | | PR: 196632 Notes: svn path=/head/; revision=380171
* Unbreak USES=gecko:seamonkey as www/seamonkey is still at 2.32.xJan Beich2015-02-271-3/+3
| | | | | | | | | | | | | Leaving www/linux-seamonkey at 2.33b1 for now. VuXML still marks it as vulnerable, so updating is discouraged but should be harmless unless seamonkey-i18n is also used. 2.33 release should happen in a few days (2015-03-02 per bug 1137028). MFH: 2015Q1 X-MFH-With: r380090 Notes: svn path=/head/; revision=380096
* - Update Firefox to 36.0Jan Beich2015-02-272-9/+9
| | | | | | | | | | | | | | | | | | - Update Firefox ESR to 31.5.0 - Update Thunderbird to 31.5.0 - Update libxul to 31.5.0 - Check if NS_NewNativeLocalFile() succeeds before using [1] - Remove DTRACE and GIO descriptions after r377838 and r314893 - bsd.gecko.mk: Prune conditionals for files removed 4 months ago Changes: https://www.mozilla.org/firefox/36.0/releasenotes/ Obtained from: PkgSrc [1] MFH: 2015Q1 X-MFH-With: r377953, r378253, r379485, r378529 Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html Notes: svn path=/head/; revision=380090
* Introduce new USE_QT4 component linguisttools for lrelease/lupdate toolsMax Brazhnikov2015-02-241-2/+2
| | | | | | | | | | | | split from from devel/qt4-linguist (similar to Qt 5 ports). These console tools are often used for localization support in Qt ports, having them standalone is quite useful. This work is based on Tobias Berner patch [1]. PR: 190929 [1] Requested by: amdmi3, koobs Notes: svn path=/head/; revision=379843
* Remove lang/ruby19 which reached its end-of-life on 2015-02-23Rene Ladan2015-02-241-28/+3
| | | | | | | | | | | | Add a note to UPDATING for ruby19 users. Differential Revision: https://reviews.freebsd.org/D1954 Submitted by: myself Reviewed by: ruby (swills, sunpoet) Approved by: ruby (swills) Notes: svn path=/head/; revision=379837
* Use INSTALL_LIB to install php extensions, so they'll be correctly stripped.Alex Dupre2015-02-241-1/+1
| | | | Notes: svn path=/head/; revision=379803
* Update KDevelop to 4.7.1.Raphael Kubo da Costa2015-02-211-1/+1
| | | | | | | Release notes: https://www.kdevelop.org/47/kdevelop-471-released Notes: svn path=/head/; revision=379563
* Bump PORTEPOCH on lang/ruby22 to avoid false positive vulnerability reportSteve Wills2015-02-211-1/+1
| | | | | | | | PR: 197875 Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp> Notes: svn path=/head/; revision=379530
* Add Ruby 2.2.0Steve Wills2015-02-201-20/+18
| | | | | | | | | Differential Revision: D1457 Submitted by: sunpoet Reviewed by: swills (myself) Notes: svn path=/head/; revision=379473
* Switch default PHP version to 5.6.x.Alex Dupre2015-02-201-1/+1
| | | | | | | | | | | | - Update PHP 5.4 to 5.4.38 release - Update PHP 5.5 to 5.5.22 release - Update PHP 5.6 to 5.6.6 release PR: 195604 Approved by: portmgr Notes: svn path=/head/; revision=379433
* Mk/bsd.qt.mk: convert USE_XZ to USESMax Brazhnikov2015-02-191-1/+1
| | | | Notes: svn path=/head/; revision=379400
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-192-6/+0
| | | | | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Notes: svn path=/head/; revision=379358
* Update Perl 5.20 to 5.20.2.Mathieu Arnold2015-02-171-1/+1
| | | | | | | | Poked by: az Sponsored by: Absolight Notes: svn path=/head/; revision=379168