aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - Update:Martin Wilke2012-04-111-8/+8
| | | | | | | | | | | | | * python26 -> 2.6.8 * python27 -> 2.7.3 * python31 -> 3.1.5 * python32 -> 3.2.1 Security: http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html CVE-2012-0845 CVE-2012-0876 CVE-2012-1150 CVE-2012-0845 CVE-2011-3389 Notes: svn path=/head/; revision=294647
* MusicBrainz RDF webservice no longer functionsBaptiste Daroussin2012-04-091-2/+0
| | | | Notes: svn path=/head/; revision=294450
* http://ftp.mozilla.org is https only nowFlorian Smeets2012-03-311-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294037
* Remove www.jur-linux.org per request of Florian La Roche (via mail).Emanuel Haupt2012-03-301-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293985
* Fix version detection; choose default if WITH_PGSQL_VER is not definedChris Rees2012-03-141-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293320
* - Update to 2.8 (as there is no SeaMonkey ESR yet)Beat Gaetzi2012-03-141-8/+8
| | | | | | | | | Approved by: portmgr (bapt, implicit) Security: http://www.vuxml.org/freebsd/a1050b8b-6db3-11e1-8b37-0011856a6e37.html Feature safe: yes, from a security point of view Notes: svn path=/head/; revision=293304
* Minor English correctionEitan Adler2012-03-131-1/+1
| | | | | | | | Submitted by: Mel Flynn <rflynn@acsalaska.net> Feature safe: yes Notes: svn path=/head/; revision=293251
* - Update language used in portaudit message. (cosmetic change)Ryan Steinmetz2012-03-131-1/+1
| | | | | | | | Approved by: portmgr (tabthorpe) Feature safe: yes Notes: svn path=/head/; revision=293219
* Make bsd.port.mk not parse port audit's auditfile directly toSimon L. B. Nielsen2012-03-111-14/+5
| | | | | | | | | | | | | | | | | | | check for vulnerabilities, but call portaudit instead. This fixes a remote command execution vulnerability for users who have portaudit installed. While changing the code anyway, remove the annoying and very verbose "Vulnerability check disabled, database not found" warning. Security: Remote code execution Security: http://vuxml.FreeBSD.org/6d329b64-6bbb-11e1-9166-001e4f0fb9b1.html Approved by: portmgr Feature safe: yes (or at least approved) With hat: so Notes: svn path=/head/; revision=293128
* - Add dependency logic: USE_PGSQL= component[:target] for versioned portsChris Rees2012-03-111-18/+30
| | | | | | | | | | - Fix postgresql version logic-- now falls back to default version only if WANT_ isn't set, thus preserving package building for non-default versions Feature safe: yes Notes: svn path=/head/; revision=293116
* Revert 1.23 to restore default value for PERL_PORT. If no value is setMark Linimon2012-03-111-0/+6
| | | | | | | | | | | | | | | | | | | for PERL_PORT by default, INDEX will often fail with dependency errors of the form "ports/lang: not found". It is possible to disagree about what that default value ought to be (e.g. 5.12 vs. 5.8), but not its existance. This reverts ports/165457 for this file. This is not actually feature safe. However, it is necessary to not violate POLA. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=293076
* Correct PGSQL_VER generation; was too complicated with many variables.Chris Rees2012-03-101-32/+20
| | | | | | | | | | | | For simplicity, WITH_PGSQL_VER is verified to be correct and then used as the "authoritative" value to compare with WANT_PGSQL_VER range. PR: ports/165874 Submitted by: Guido Falsi <mad@madpilot.net> (based on) Reviewed by: make index Feature safe: yes Notes: svn path=/head/; revision=293070
* Add support for USE_PGSQL= pltclChris Rees2012-03-101-2/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293045
* - Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)Philip M. Gollucci2012-03-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | - lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now. - The final UNcommitted portition of this PR will move the default perl to lang/perl5.14 but mail/cyrus-impad2 mail/cyrus-impad22 print/perlftlib audio/papcl www/WebMagick misc/gcstar math/ploymak must be fixed or marked BROKEN 1st. PR: ports/165457 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292976
* - Set postgresql version 9.0 as defaultChris Rees2012-03-061-30/+62
| | | | | | | | | | | | | - Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER - Remove BROKEN_WITH_PGSQL shim PR: ports/165245 Submitted by: crees (me) Reviewed by: exp-runs by pav and erwin Discussed with: girgen Notes: svn path=/head/; revision=292811
* - Add code to support standard licenses [1]Thomas Abthorpe2012-02-271-6/+16
| | | | | | | | | | | | - Properly cleanup files in /tmp [2] - Bring back --hline [3] PR: ports/163640 [1], ports/155890 [2], ports/164403 [3] Submitted by: crees [1], Pan Tsu [2], Jan Beich [3] Exp run by: pav Notes: svn path=/head/; revision=292315
* - Set MAKE_ENV variable before "R_INS PORTNAME" in bsd.cran.mkTAKATSU Tomonari2012-02-261-1/+1
| | | | | | | | | | | to be able to set options CFLAGS, CPPFLAGS, LDFLAGS, etc. PR: ports/165460 Submitted by: tota (myself) Approved by: wen (maintainer) Notes: svn path=/head/; revision=292281
* - Update lang/ruby18 to p385Steve Wills2012-02-251-2/+2
| | | | | | | | | | | | | | | | | - Update lang/ruby19 to p125 Changes: http://www.ruby-forum.com/topic/3663807#1047121 http://www.ruby-lang.org/en/news/2012/02/16/ruby-1-9-3-p125-is-released/ PR: ports/165223 Submitted by: swills (myself) Reviewed by: pgollucci Approved by: portmgr Notes: svn path=/head/; revision=292221
* - Add another volunteered Debian mirrorThomas Abthorpe2012-02-241-1/+2
| | | | Notes: svn path=/head/; revision=292183
* - Rollback to previous version, it appears to be not yet ready.Alberto Villa2012-02-241-11/+10
| | | | | | | Reported by: portsnap buildbox via cperciva Notes: svn path=/head/; revision=292177
* - Fix definition of PREFIX and NO_MTREE.Alberto Villa2012-02-241-10/+11
| | | | | | | | | | | | | | | As noted in the file, PREFIX and NO_MTREE need to be defined in the pre-makefile section, as PREFIX is checked prior to the end of the section (in bsd.port.mk), and NO_MTREE in the post-makefile section (in bsd.port.mk and other *.mk files). The "error" (it was actually an annoyance, but could have been worse) was triggered when updating KDE ports using the new WITH_PKGNG switch (bsd.pkgng.mk, also bugged in a similar way at the time, resolved the value of NO_MTREE prior to its definition in bsd.kde4.mk). Notes: svn path=/head/; revision=292175
* - only include bsd.pkgng.mk once [1]Baptiste Daroussin2012-02-223-21/+33
| | | | | | | | | | | - only read bsd.pkgng.mk in post.mk [1] - move the command definition to bsd.command.mk [1] - fix check-vulnerable [2] Submitted by: avilla [1], rene [2] Notes: svn path=/head/; revision=292069
* - Update version of editors/emacs and editors/emacs-devel ports in bsd.emacs.mkAshish SHUKLA2012-02-221-3/+3
| | | | | | | PR: ports/165082 Notes: svn path=/head/; revision=292057
* - Add additional Debian mirror sites, offered by their maintainersThomas Abthorpe2012-02-211-1/+5
| | | | Notes: svn path=/head/; revision=291963
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-2/+2
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* . Add support for the new linux-sun-jdk17 port.Greg Lewis2012-02-091-0/+3
| | | | Notes: svn path=/head/; revision=290773
* . Make the openjdk6 port the preferred JDK by default.Greg Lewis2012-02-071-5/+1
| | | | | | | Many thanks to erwin@ for a -exp run. Notes: svn path=/head/; revision=290539
* Fix a regression in the default target chain introduced when pushing the new ↵Baptiste Daroussin2012-02-021-1/+5
| | | | | | | | | | | pkg-depends target. Now check-sanity and all depending targets are called again With hat: portmgr Notes: svn path=/head/; revision=290274
* update to 10.0Florian Smeets2012-01-311-27/+58
| | | | | | | In collaboration with: beat Notes: svn path=/head/; revision=290196
* Mirror has been shut down.Jason Helfman2012-01-311-1/+0
| | | | | | | | | | | According to mirror => Last update: Sun Jul 31 19:20:47 2011 UTC Plenty of cheese in the cheeseshop! Approved by: rene (mentor) Notes: svn path=/head/; revision=290192
* - Add "-f" option to ${LN} command.Stephen Montgomery-Smith2012-01-311-1/+1
| | | | | | | Reported by: Scott Bennett <bennett@cs.niu.edu> Notes: svn path=/head/; revision=290177
* Please welcome pkgng beta1.Baptiste Daroussin2012-01-302-11/+315
| | | | | | | | | | | if you want to use it please define WITH_PKGNG=yes in your /etc/make.conf For more information read the announcement on the mailing list With hat: portmgr Non-Regression test: linimon Notes: svn path=/head/; revision=290111
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichAlberto Villa2012-01-251-1/+1
| | | | | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662 Notes: svn path=/head/; revision=289775
* - Apply FreeBSD 10.x workaround on WRKDIR instead of WRKSRC as some portsBeat Gaetzi2012-01-221-1/+3
| | | | | | | | | | provide their configure script outside of WRKSRC. - Print out all files on which the autotools fix was applied. Exp-runs by: miwi Notes: svn path=/head/; revision=289625
* - Update to 1.8.7p357Steve Wills2012-01-211-2/+2
| | | | | | | | Reviewed by: pgollucci Security: 91be81e7-3fea-11e1-afc7-2c4138874f7d Notes: svn path=/head/; revision=289561
* -remove esat.net mirrorJason Helfman2012-01-171-3/+0
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=289388
* - force OSVERSION for pointyhatDirk Meyer2012-01-161-1/+6
| | | | Notes: svn path=/head/; revision=289343
* - revert default to GNUSTEP_WITH_GCC42Dirk Meyer2012-01-161-1/+1
| | | | Notes: svn path=/head/; revision=289341
* - Fix check-already-installed target: comm expects the input to be sortedPav Lucistnik2012-01-151-2/+6
| | | | | | | | PR: ports/161287 Submitted by: mandree, nox (used nox's version) Notes: svn path=/head/; revision=289284
* Add missing dependency to gnutls. [1]Alexander Leidinger2012-01-141-2/+2
| | | | | | | | | Fix the fix of adding a missing dependency to the linux cups-libs port. Reported by: Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1] Notes: svn path=/head/; revision=289244
* - Fix savannah master site: download.savannah.gnu.org/releases-noredirect is ↵Dmitry Marakasov2012-01-141-1/+3
| | | | | | | | | | | outdated and _does_ redirect [1] - Add another savannah mirror Reported by: glebius [1] Notes: svn path=/head/; revision=289239
* Cups-libs depends on gnutls, add the dependency.Boris Samorodov2012-01-141-0/+1
| | | | | | | | | The port itself has been fixed by netchild. Reported by: Da Rock <freebsd-ports@herveybayaustralia.com.au> (freebsd-emulation@) Notes: svn path=/head/; revision=289153
* - add option GNUSTEP_WITH_GCC46Dirk Meyer2012-01-131-4/+25
| | | | | | | | - add option GNUSTEP_WITH_CLANG GNUstep defaults to clang in FreeBSD9 Notes: svn path=/head/; revision=289098
* R.I.P X11BASEEitan Adler2012-01-131-24/+14
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=289065
* - Remove unused definition of MD5Pav Lucistnik2012-01-121-3/+2
| | | | | | | | PR: ports/163282 Submitted by: rene Notes: svn path=/head/; revision=289054
* - no need to strip `.' in APACHE_VERSION_CHECK because `.' is no longer ↵Olli Hauer2012-01-111-6/+3
| | | | | | | | | | | | | valid in APACHE_VERSION - make apache2x module cleanup more strict so addon modules will not remove LoadModule lines insert by apache2x. For example apache own proxy_scgi_module could be removed during deinstall of mod_scgi - remove apache13 module pkg-plist cleanup with hat apache@ Notes: svn path=/head/; revision=288976
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-4/+4
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Make pkg_add honour -p/-PThomas Abthorpe2012-01-091-1/+2
| | | | | | | | | PR: ports/153573 Submitted by: ohauer Exp run by: pav Notes: svn path=/head/; revision=288822
* - remove apache13 and ports depending on apache13 from portstreeOlli Hauer2012-01-011-8/+8
| | | | | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@ Notes: svn path=/head/; revision=288378
* Take over maintainership.Matthias Andree2011-12-311-1/+1
| | | | | | | Approved by: alepulver (maintainer). Notes: svn path=/head/; revision=288315