aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - update remaining ruby@ maintained ports to new options frameworkJason Helfman2013-01-111-1/+1
| | | | | | | | | - trim historical header where applicable Reviewed by: swills@ (ruby@) Notes: svn path=/head/; revision=310250
* - fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This wasFlorian Smeets2013-01-101-6/+6
| | | | | | | | | | | | | broken by r309955. [1] - remove MYSQL_VER 53, database/mariadb-* where the only ports to use it. - sort PR: ports/175180 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Jeff Wheelhouse Notes: svn path=/head/; revision=310210
* - update www/firefox to 18.0Florian Smeets2013-01-101-19/+19
| | | | | | | | | | | | | - update www/firefox-esr to 17.0.2 - update www/seamonkey to 2.15 (enigmail to 1.5.0) - remove QT4 option to avoid confusion (it turned out to be too experimental) In collaboration with: Jan Beich <jbeich@tormail.org> Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html Notes: svn path=/head/; revision=310207
* - update firefox, thunderbird, linux-firefox and linux-thunderbird to 17.0.2Florian Smeets2013-01-091-13/+27
| | | | | | | | | | - update firefox-esr, thunderbird-esr and libxul to 10.0.12 - update linux-seamonkey to 2.15 Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html Notes: svn path=/head/; revision=310165
* - Update LSOF description to add more consistencySofian Brabez2013-01-091-1/+1
| | | | | | | Suggested by: makc Notes: svn path=/head/; revision=310156
* - github's nodeload works on both HTTP and HTTPS, so add the HTTP hostPietro Cerutti2013-01-091-1/+2
| | | | | | | | Reported by: bapt Approved by: bapt (portmgr) Notes: svn path=/head/; revision=310150
* - Add shared LSOF descriptionSofian Brabez2013-01-091-0/+1
| | | | Notes: svn path=/head/; revision=310141
* - Add NIS standard descriptionJason E. Hale2013-01-091-0/+1
| | | | Notes: svn path=/head/; revision=310132
* Add http mirrors for LOCAL and ISCChris Rees2013-01-061-0/+2
| | | | | | | | | PR: ports/174427 Submitted by: 4721 Reviewed by: simon Notes: svn path=/head/; revision=309991
* Add the 5.5 branch of MariaDBFlorian Smeets2013-01-051-0/+7
| | | | | | | | | | PR: ports/174660 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer of databases/mariadb-*) Notes: svn path=/head/; revision=309955
* - sync list of vim mirrors with official list on http://www.vim.org/mirrors.phpRuslan Makhmatkhanov2013-01-031-11/+16
| | | | | | | | | | | | | - remove dead vim sites - remove vim sites with missing files - remove slow vim sites (> 10 seconds to serve a file) after repeated complaints by blakkheim (I'm not sure what's that) PR: 174875 Submitted by: 4721@hushmail.com Notes: svn path=/head/; revision=309899
* - remove dead python master siteRuslan Makhmatkhanov2013-01-021-1/+0
| | | | | | | | PR: 174914 Submitted by: brd Notes: svn path=/head/; revision=309846
* Add Percona ServerFlorian Smeets2012-12-281-1/+16
| | | | | | | | | | Percona Server is an enhanced drop-in replacement for MySQL Approved by: portmgr (bapt) Initial patches by: pgollucci Notes: svn path=/head/; revision=309579
* - add two more pypi mirrors, obtained on pypi-mirrors.orgRuslan Makhmatkhanov2012-12-261-0/+2
| | | | Notes: svn path=/head/; revision=309520
* editors/emacs-devel:Ashish SHUKLA2012-12-251-1/+1
| | | | | | | | | | | | | | | | | - Update to bzr snapshot 111312 - Add OPTION for LTO support - Remove ABI versions from LIB_DEPENDS - Fix configure command-line arguments - Add patches to make sure it compiles with GCC 4.6+ - Add patch for compilation on FreeBSD/arm[1] Mk/bsd.emacs.mk - Update EMACS_VER for editors/emacs-devel Submitted by: kientzle[1] Notes: svn path=/head/; revision=309486
* - Remove "first-installed-win" logic for automatically settingLi-Wen Hsu2012-12-231-0/+12
| | | | | | | | | | | | | | | | | | | | ${PYTHON_DEFAULT_VERSION}, this generates conflicting packages. - Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION} will create python and python${MAJOR_VERSION} links. In current default, lang/python27 will create: python -> python2 -> python2.7 - Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link. At this point, lang/python33 will create python3 -> python3.3 - Minor cleanups * Trim Makefile headers * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ [1] http://www.python.org/dev/peps/pep-0394/ Notes: svn path=/head/; revision=309444
* Fix when bsd.gcc.mk is included and USE_GCC is undefined for example in case aBaptiste Daroussin2012-12-221-1/+1
| | | | | | | port use USE_FORTRAN Notes: svn path=/head/; revision=309408
* Add a new form of USE_GCC, USE_GCC=yes, which generically requestsGerald Pfeifer2012-12-221-4/+14
| | | | | | | | | | | | | | a current version of GCC. This reduces churn for individual ports and further increases consistency (in line with a canonical version that we introduced with GCC_DEFAULT_VERSION earlier on and the older USE_FORTRAN=yes). On the way, make some comments more consistent. Discussed with: linimon Notes: svn path=/head/; revision=309406
* - Update Enlightenment to 0.17.0Grzegorz Blach2012-12-221-44/+46
| | | | | | | | | | - Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor) Notes: svn path=/head/; revision=309405
* Introduce PYTHON_MAJOR_VER variable.Dmitry Sivachenko2012-12-211-0/+5
| | | | | | | Discussed on python@ a while ago. Notes: svn path=/head/; revision=309357
* Port for python version 3.3.Dmitry Sivachenko2012-12-201-2/+14
| | | | | | | Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=309312
* Update to 1.12.6Ade Lovett2012-12-191-1/+1
| | | | Notes: svn path=/head/; revision=309265
* Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,Renato Botelho2012-12-181-1/+1
| | | | | | | but I'm not using qmail for a long time. Notes: svn path=/head/; revision=309185
* - drop support for apache 1.3Alex Dupre2012-12-171-9/+8
| | | | | | | | | | | - add support for "event" mpm - improve IGNORE message [1] PR: ports/173277 [1] Submitted by: adamw Notes: svn path=/head/; revision=309092
* Fix typoBaptiste Daroussin2012-12-151-1/+1
| | | | Notes: svn path=/head/; revision=308969
* - Add standard descriptions for AUDIOFILE and SOUNDTOUCHAlexey Dokuchaev2012-12-151-1/+3
| | | | | | | - Consistensify descriptions for LIBEDIT and READLINE Notes: svn path=/head/; revision=308954
* - x11/libexo update to 0.10.1Olivier Duchateau2012-12-141-4/+4
| | | | | | | | | - x11-fm/thunar update to 1.6.1 Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=308923
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-0/+10
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* Save RADIO and GROUP option in the pkgng manifestBaptiste Daroussin2012-12-131-0/+20
| | | | | | | Submitted by: bdrewery Notes: svn path=/head/; revision=308870
* Add descriptions for Ghostscript, MS SQL Server, and libreadlineAlexey Dokuchaev2012-12-131-0/+3
| | | | Notes: svn path=/head/; revision=308834
* - Add devel/fpc-fcl-extra portJose Alonso Cardenas Marquez2012-12-121-8/+9
| | | | Notes: svn path=/head/; revision=308804
* Avoid setting PKGNAMESUFFIX late, which in turn changes UNIQUENAME andXin LI2012-12-121-0/+2
| | | | | | | | | | | | | causes OPTIONS menu to be shown up multiple times. As a side effect we have to make openldap24-client and openldap24-sasl-client which we do not have a better solution at this time. Submitted by: bapt (mostly) Notes: svn path=/head/; revision=308788
* Update to 1.12.5Ade Lovett2012-12-121-1/+1
| | | | Notes: svn path=/head/; revision=308778
* . Fix all of the ports which still have as a version requirementGreg Lewis2012-12-111-3/+3
| | | | | | | | | | | | | | | | | JAVA_VERSION=1.5 or JAVA_VERSION=1.5+ The previous revision took this out as a valid version number meaning that we end up with the non-existent "/bin/java" as the desired JDK. Expand 1.5 to 1.6 and 1.5+ to 1.6 1.7 for now. This can be reverted once all the ports are updated. Notes: svn path=/head/; revision=308661
* - update libvirt to 1.0.0, and bump others for shlib changeJason Helfman2012-12-111-0/+1
| | | | | | | | | - explictly tie to ABI version, required - update historical headers - add shared description for libvirt Notes: svn path=/head/; revision=308652
* Adjust the LDFLAGS from USE_NCURSES and USE_OPENSSL to fix build with clang:Baptiste Daroussin2012-12-102-2/+2
| | | | | | | | This should fix most of the "error: argument unused during compilation: '-rpath=/usr/lib:/usr/local/lib'" Notes: svn path=/head/; revision=308623
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-23/+6
| | | | | | | | | | | | | removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin) Notes: svn path=/head/; revision=308619
* Rename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over fromKoop Mast2012-12-101-2/+2
| | | | | | | | | | | when bsd.gstreamer.mk had support for the 0.8 Gstreamer series. The new macro will be used for the Gstreamer 1.x framework. This isn't completly finished yet but this allows me to drop bsd.port.mk from my patchset. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308603
* Extend the options framework providing 2 new macros:Baptiste Daroussin2012-12-102-8/+122
| | | | | | | | | | | | | OPTIONS_RADIO: a more user friendly way to allow selecting only 0 or 1 options among a list of options OPTIONS_GROUP: this macros should be used to group options by theme allowing the user to select 0 or N options among a list of options With hat: portmgr Reviewed by: beat Notes: svn path=/head/; revision=308598
* Fix the library version detection of linux-openmotif (Fedora CoreBoris Samorodov2012-12-071-1/+1
| | | | | | | | | | | emulation at FreeBSD-7x). Thus, I'm sure it's "feature safe". PR: ports/174133 Submitted by: rodrigc Feature safe: yes Notes: svn path=/head/; revision=308447
* - Remove 8.2 from the list of supported Tcl/Tk versionsPietro Cerutti2012-12-041-5/+4
| | | | | | | | Feature safe: yes Approved by: bapt (portmgr@) Notes: svn path=/head/; revision=308220
* Add EXIV2 and LENSFUN standard descriptions.Alexey Dokuchaev2012-11-301-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307998
* Removed pygtk from bsd.gnome.mkBaptiste Daroussin2012-11-281-6/+1
| | | | | | | | Approved by: gnome (kwm) Feature safe: yes Notes: svn path=/head/; revision=307920
* - Add support for cloud.github.com when using USE_GITHUBPietro Cerutti2012-11-271-3/+6
| | | | | | | | Feature safe: yes Approved by: bapt (portmgr@) Notes: svn path=/head/; revision=307836
* - Add Archive path to MASTER_SITES to fetch archived CRAN tar ballTAKATSU Tomonari2012-11-211-1/+2
| | | | | | | | | | PR: ports/173675 Submitted by: tota (myself) Approved by: wen (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307615
* - Update firefox and thunderbird to 17.0Florian Smeets2012-11-201-18/+20
| | | | | | | | | | | | | | | | | | - Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich <jbeich@tormail.org> Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes Notes: svn path=/head/; revision=307606
* - Add shared NMAP descriptionSofian Brabez2012-11-151-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307467
* Add SOCKS and STROKE options standard descriptions.Alexey Dokuchaev2012-11-151-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307457
* - Update lang/ruby19 to 1.9.3p327Steve Wills2012-11-101-1/+1
| | | | | | | | | | - Document security issue in earlier versions Security: 5e647ca3-2aea-11e2-b745-001fd0af1a4c Feature safe: yes Notes: svn path=/head/; revision=307261
* Fix a typo in a commentFlorian Smeets2012-11-061-1/+1
| | | | | | | | Submitted by: jlh Feature safe: yes Notes: svn path=/head/; revision=307108