summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run intltoolize before running autoreconf when a port uses intltool andTijl Coosemans2015-02-171-0/+7
| | | | | | | | | | | | | | | | | configure.ac (or configure.in) contains '^(AC|IT)_PROG_INTLTOOL'. Intltoolize updates intltool related build scripts and m4 files that are used by autoreconf to generate configure. This change guarantees that the build scripts, configure and LOCALBASE/bin/intltool-* are all in sync. PR: 194393 Differential Revision: https://reviews.freebsd.org/D976 Submitted by: olivierd, kwm (modified) Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=379150
* Don't use the default backup suffixJan Beich2015-02-161-2/+2
| | | | | | | | | | | | | | | Rename backup file in order to avoid conflict with default suffix as used by REINPLACE_CMD in post-patch. This facilitates reviewing changes done by each step after the build. PR: 197502 Exp-run by: antoine Approved by: autotools (tijl, maintainer) Approved by: portmgr (antoine) Approved by: mentors (implicit) Notes: svn path=/head/; revision=379071
* Mk/Uses/lua.mk: Fix typo in el(f)if conditionalKubilay Kocak2015-02-121-1/+1
| | | | | | | | | PR: 197565 Submitted by: HellSpawn (via IRC) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=378872
* Use new LIB_DEPENDS syntax instead of a compat symlinkAntoine Brodin2015-02-111-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=378858
* Rework dependency registrationBaptiste Daroussin2015-02-093-19/+148
| | | | | | | | | | | | | | | | Change the way the dependencies are registred so that now it follows the same mechanism as when the *_DEPENDS making the dependency registration system ready to allow multiple packages from the same origin such as flavours and subpackages Also allowing to install twice the same port one built with python33 and the other built with python27 for example. PR: 19702 With help of: antoine Exp-run: portmgr (antoine) Notes: svn path=/head/; revision=378742
* Add the http and https version of the postgresql CDNBaptiste Daroussin2015-02-061-0/+2
| | | | Notes: svn path=/head/; revision=378516
* The PostgreSQL project has removed the mirrors, and replacedPalle Girgensohn2015-02-061-24/+1
| | | | | | | it with a DNS based load balancing mirror system. Notes: svn path=/head/; revision=378514
* Switch default MySQL version to 5.6.Alex Dupre2015-02-042-3/+3
| | | | | | | | PR: 195604 Approved by: portmgr Notes: svn path=/head/; revision=378400
* Change the EDIT option of ruby to use libedit by default now that libeditBaptiste Daroussin2015-02-011-3/+3
| | | | | | | | | | | | | | | from ports is able to handle unicode. Make sure that ruby does not provides its own function to read the input but let libedit do it itself. This allows the binary package to by default not be "tainted" by the readline license. Differential Revision: https://reviews.freebsd.org/D1547 Reviewed by: swills Approved by: ruby (swills) Notes: svn path=/head/; revision=378283
* Add sysutils/qt5-qtpaths.Raphael Kubo da Costa2015-01-281-1/+4
| | | | | | | | | | | | | This is a command-line interface to QStandardPaths, part of qttools. It is used by the KDE Frameworks 5 ports, which will be added in the future. While here, also add x11-toolkits/qt5-quickcontrols to devel/qt5 which I had forgotten to do before. Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=378033
* Move LANG_GCC_IS from bsd.gcc.mk to bsd.default-versions.mk and useGerald Pfeifer2015-01-263-4/+4
| | | | | | | | | | this and GCC_DEFAULT instead of hard-coding the version of GCC used by lang/gcc in Uses/fortran.mk. Approved by: portmgr (antoine) Notes: svn path=/head/; revision=377909
* Add dtrace description.Koop Mast2015-01-241-0/+1
| | | | Notes: svn path=/head/; revision=377838
* - Update devel/automake to 1.15Tijl Coosemans2015-01-233-5/+5
| | | | | | | | | | | | | | | | | | | | | | - Update devel/gettext to 0.19.4 - Update devel/libtool and devel/libltdl to 2.4.5 - This version of libtool has been fixed to pass -fstack-protector to the compiler during linking. Add the same fix to USES=libtool. This should improve SSP support on FreeBSD/i386 8 and 9. - databases/libmemcached, security/sssd: patch configure.ac so AC_CONFIG_AUX_DIR appears earlier. For databases/libmemcached changing configure.ac causes manpages to be regenerated which requires extra dependencies so patch a makefile to prevent that. - devel/xfce4-dev-tools: only depend on recent versions of autoconf and automake PR: 196938 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=377757
* Fix a copy/paste errorAntoine Brodin2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377714
* - Add variable assignments to make_args.Stephen Montgomery-Smith2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377711
* Fix the revert...Baptiste Daroussin2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377708
* Revert wrong patch done in the wrong branch :(Baptiste Daroussin2015-01-231-2/+2
| | | | Notes: svn path=/head/; revision=377707
* for gl and egl compononents of USE_GL depend on the package rather that a fileBaptiste Daroussin2015-01-231-2/+2
| | | | | | | which does not belong to any package Notes: svn path=/head/; revision=377706
* Don't replace PREFIX anywhere in the plist line, only do it for the beginning.Bryan Drewery2015-01-221-4/+4
| | | | | | | | With hat: portmgr Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=377696
* Pass CFLAGS and LDFLAGS by default to scons build, againJan Beich2015-01-221-0/+2
| | | | | | | | | | | | | This fixes r355494 regression. PR: 193434 Differential Revision: https://reviews.freebsd.org/D1602 Reviewed by: bapt Approved by: bapt (mentor) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=377692