aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove www.jur-linux.org per request of Florian La Roche (via mail).ehaupt2012-03-301-1/+0
| | | | Feature safe: yes
* Fix version detection; choose default if WITH_PGSQL_VER is not definedcrees2012-03-151-1/+2
| | | | Feature safe: yes
* - Update to 2.8 (as there is no SeaMonkey ESR yet)beat2012-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
* Minor English correctioneadler2012-03-141-1/+1
| | | | | Submitted by: Mel Flynn <rflynn@acsalaska.net> Feature safe: yes
* - Update language used in portaudit message. (cosmetic change)zi2012-03-131-1/+1
| | | | | Approved by: portmgr (tabthorpe) Feature safe: yes
* Make bsd.port.mk not parse port audit's auditfile directly tosimon2012-03-121-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
* - Add dependency logic: USE_PGSQL= component[:target] for versioned portscrees2012-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
* Revert 1.23 to restore default value for PERL_PORT. If no value is setlinimon2012-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
* Correct PGSQL_VER generation; was too complicated with many variables.crees2012-03-111-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
* Add support for USE_PGSQL= pltclcrees2012-03-101-2/+5
| | | | Feature safe: yes
* - Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)pgollucci2012-03-091-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
* - Set postgresql version 9.0 as defaultcrees2012-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
* - Add code to support standard licenses [1]tabthorpe2012-02-281-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
* - Set MAKE_ENV variable before "R_INS PORTNAME" in bsd.cran.mktota2012-02-271-1/+1
| | | | | | | | to be able to set options CFLAGS, CPPFLAGS, LDFLAGS, etc. PR: ports/165460 Submitted by: tota (myself) Approved by: wen (maintainer)
* - Update lang/ruby18 to p385swills2012-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
* - Add another volunteered Debian mirrortabthorpe2012-02-241-1/+2
|
* - Rollback to previous version, it appears to be not yet ready.avilla2012-02-241-11/+10
| | | | Reported by: portsnap buildbox via cperciva
* - Fix definition of PREFIX and NO_MTREE.avilla2012-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).
* - only include bsd.pkgng.mk once [1]bapt2012-02-233-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]
* - Update version of editors/emacs and editors/emacs-devel ports in bsd.emacs.mkashish2012-02-221-3/+3
| | | | PR: ports/165082
* - Add additional Debian mirror sites, offered by their maintainerstabthorpe2012-02-211-1/+5
|
* - Update devel/sdl12 to 1.2.15mva2012-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
* . Add support for the new linux-sun-jdk17 port.glewis2012-02-091-0/+3
|
* . Make the openjdk6 port the preferred JDK by default.glewis2012-02-071-5/+1
| | | | Many thanks to erwin@ for a -exp run.
* Fix a regression in the default target chain introduced when pushing the new ↵bapt2012-02-021-1/+5
| | | | | | | | pkg-depends target. Now check-sanity and all depending targets are called again With hat: portmgr
* update to 10.0flo2012-02-011-27/+58
| | | | In collaboration with: beat
* Mirror has been shut down.jgh2012-02-011-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)
* - Add "-f" option to ${LN} command.stephen2012-01-311-1/+1
| | | | Reported by: Scott Bennett <bennett@cs.niu.edu>
* Please welcome pkgng beta1.bapt2012-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
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-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
* - Apply FreeBSD 10.x workaround on WRKDIR instead of WRKSRC as some portsbeat2012-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
* - Update to 1.8.7p357swills2012-01-211-2/+2
| | | | | Reviewed by: pgollucci Security: 91be81e7-3fea-11e1-afc7-2c4138874f7d
* -remove esat.net mirrorjgh2012-01-181-3/+0
| | | | Approved by: crees (mentor)
* - force OSVERSION for pointyhatdinoex2012-01-171-1/+6
|
* - revert default to GNUSTEP_WITH_GCC42dinoex2012-01-171-1/+1
|
* - Fix check-already-installed target: comm expects the input to be sortedpav2012-01-161-2/+6
| | | | | PR: ports/161287 Submitted by: mandree, nox (used nox's version)
* Add missing dependency to gnutls. [1]netchild2012-01-151-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]
* - Fix savannah master site: download.savannah.gnu.org/releases-noredirect is ↵amdmi32012-01-151-1/+3
| | | | | | | | outdated and _does_ redirect [1] - Add another savannah mirror Reported by: glebius [1]
* Cups-libs depends on gnutls, add the dependency.bsam2012-01-141-0/+1
| | | | | | The port itself has been fixed by netchild. Reported by: Da Rock <freebsd-ports@herveybayaustralia.com.au> (freebsd-emulation@)
* - add option GNUSTEP_WITH_GCC46dinoex2012-01-131-4/+25
| | | | | - add option GNUSTEP_WITH_CLANG GNUstep defaults to clang in FreeBSD9
* R.I.P X11BASEeadler2012-01-131-24/+14
| | | | Approved by: portmgr (pav)
* - Remove unused definition of MD5pav2012-01-131-3/+2
| | | | | PR: ports/163282 Submitted by: rene
* - no need to strip `.' in APACHE_VERSION_CHECK because `.' is no longer ↵ohauer2012-01-121-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@
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-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
* - Make pkg_add honour -p/-Ptabthorpe2012-01-091-1/+2
| | | | | | PR: ports/153573 Submitted by: ohauer Exp run by: pav
* - remove apache13 and ports depending on apache13 from portstreeohauer2012-01-021-8/+8
| | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@
* Take over maintainership.mandree2011-12-311-1/+1
| | | | Approved by: alepulver (maintainer).
* - Update XFCE mirrorsmiwi2011-12-291-3/+5
| | | | | PR: 163580 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Correct comment advising how to use sudo as SU_CMD; doesn't work unlesscrees2011-12-241-1/+1
| | | | | | | | environment is preserved PR: ports/162273 Submitted by: crees Approved by: portmgr (linimon)
* - Update Thunderbird to 9.0beat2011-12-221-7/+7
| | | | | Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
* - Update SeaMonkey to 2.6beat2011-12-211-8/+8
| | | | | Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
* - Update Firefox to 9.0beat2011-12-211-8/+8
| | | | | | In collaboration with: cognet, flo, Jan Beich Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
* cleanup ftp mirror esatjgh2011-12-201-6/+6
| | | | | | | | add more mirrors for cheeseshop PR: ports/163170 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Approved by: crees (mentor)
* - Assign bsd.ruby.mk to ruby@ [1]tabthorpe2011-12-163-4/+4
| | | | | | | - Assign bsd.efl.mk and bsd.ocaml.mk to ports@ With hat: portmgr Discussed with: swills@ [1]
* - Add support for wx 2.9 while not making it defaultpav2011-12-121-2/+11
| | | | | | PR: ports/163006 Submitted by: fjoe Feature safe: yes
* - Add ftp.twaren.net to MASTER_SITE_PERL_CPAN_BYsunpoet2011-12-101-4/+4
| | | | Feature safe: yes
* - Revert addition of 2.9 temporarily, individual ports need to be fixed forpav2011-12-051-7/+3
| | | | | | compatibility first Feature safe: yes
* - Simplifiy GOOGLE_CODE handlersunpoet2011-12-031-5/+1
| | | | Feature safe: yes
* - Add support for wx 2.9pav2011-12-021-3/+7
| | | | | | | | - Reassign to a new maintainer PR: ports/163006 Submitted by: fjoe Feature safe: yes
* Add phar support.ale2011-11-251-1/+2
| | | | Feature safe: yes
* - Update SeaMonkey to 2.5beat2011-11-231-8/+8
| | | | | Approved by: portmgr (pav) Feature safe: yes
* - Update lang/ruby19 to 1.9.3swills2011-11-221-3/+3
| | | | | | | Submitted by: stas@ With hat: ruby@ Feature safe: yes Approved by: portmgr (pav)
* - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefiletota2011-11-161-0/+2
| | | | | | | | | | | | | to Mk/bsd.cran.mk PR: ports/162238 Submitted by: tota (myself) Approved by: wen (maintainer of Mk/bsd.cran.mk and many related ports), David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com> (maintainer of math/R-cran-RSvgDevice and math/R-cran-car), Dan Rue <drue_AT_therub_DOT_org> (maintainer of math/R-cran-psych, timeout > 2 weeks) Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-1/+1
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* Disconnect GCC 4.5 alias lang/gcc45.gerald2011-11-131-3/+7
| | | | | | | | No ports uses this directly any more via USE_GCC=4.5 and for the sake of those nine that have USE_GCC=4.5+ we transparently rewrite this to USE_GCC=4.6+ which has already happened for weeks for tinderbox builds. Feature safe: yes
* - Update version of editors/emacs-devel in bsd.emacs.mkashish2011-11-111-2/+2
| | | | | | PR: ports/161706 Reported by: rakuco (private email) Feature safe: yes
* Remove CMAKE_USE_PTHREAD.rakuco2011-11-111-14/+0
| | | | | | | | This has been in area51 since April, and discussions with makc indicate this was only needed when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (tabthorpe) Feature safe: yes
* Add MASTER_SITE_SUDO.wxs2011-11-101-0/+32
| | | | Suggested by: miwi@
* - Make WITH_FBSD10_FIX globallymiwi2011-11-091-13/+17
| | | | | | | | | | | | | | | - Add a new flag WITHOUT_FBSD10_FIX for maintainer testing Some additional notes: We are planing to make 10 exp-run after the 9.0 Release within 2 weeks to poke maintainers and upstream as to ensure that for the 10.0 Release, everything is fixed and we can remove the current workaround. Submitted by: bf@, rea@ (based on) Thanks to: beat, kwm, dough Reviewed by: erwin Tested via PH: 2x exp-run Approved by: portmgr (myself)
* - Update Thunderbird to 8.0beat2011-11-091-7/+7
|
* - Update Firefox to 8.0beat2011-11-091-8/+8
|
* - Fix typo: PKG_NAME should have been PKGNAMEpav2011-11-071-1/+1
| | | | | PR: ports/161495 Submitted by: lwhsu
* - Stop resolving dependencies on deinstall when juggling python eggspav2011-11-071-1/+1
| | | | | PR: ports/159962 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - adjust Note to reflect enforcement of USE_APACHE valuesohauer2011-11-071-4/+0
|
* - force usage of USE_APACHE values without '.'ohauer2011-11-071-4/+4
| | | | | | | | | | Examples: USE_APACHE= 22 # specify exact version USE_APACHE= 13+ # specify [min] version, no [max] version USE_APACHE= 13-22 # specify [min]-[max] range USE_APACHE= -22 # specify [max] version, no [min] version with hat apache@
* - fix build for FreeBSD-9dinoex2011-11-061-0/+6
| | | | by defaulting to GNUSTEP_WITH_GCC42
* Fix mis-applied patch from revision 1.59 (moving the new code onegerald2011-10-311-4/+5
| | | | | | conditional up). Discussed with: bf
* Refer to GCC 4.7 instead of GCC 4.5. Mark the part that should not seegerald2011-10-301-3/+2
| | | | changes based on GCC changes more clearly.
* When USE_GCC=X.Y+ has been specified, prefer the default version ofgerald2011-10-301-4/+9
| | | | | | | | | | | | | GCC (the one which also USE_FORTRAN=yes chooses) in case we do have to install GCC in any case. Only if an acceptable version of GCC is already present use that one. This will ease the load on tinderboxes, further the use of current versions of GCC, and minimize the need to download/carry several versions of GCC for users of pre-built packages. PR: 160507 Submitted by: bf
* - Fix KDE printer configuration module.avilla2011-10-291-1/+1
| | | | | | - Bump PORTREVISION. Reported by: Carmel <carmel_ny@hotmail.com> via mailing list
* - Fix thunarmiwi2011-10-281-2/+2
|
* - x11-wm/xfce4-wm update to 4.8.2miwi2011-10-281-4/+4
| | | | | | | | | | - x11-wm/xfce4-panel update to 160920 - x11-fm/thunar update to 1.2.3 PR: 160946 160920 160875 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Add a workaround for ports that don't recognize FreeBSD 10.x or newer.erwin2011-10-271-1/+19
| | | | | | | | | | Ports that need this can set WITH_FBSD10_FIX to apply the hack, but only on FreeBSD 10. This is only a temporary workaround as the real fix lies upstream by fixing the included scripts, but this will take a long time. Submitted by: ed, jilles, stas, beat (and more) Tested on: pointyhat i386-9-exp and i386-10
* Remove stale PACKETSTORM mirrorcs2011-10-261-1/+0
| | | | | | PR: ports/161980 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: glarkin@ (mentor)
* - Move RAKE_VER out of bsd.ruby.mk since it is no longer neededswills2011-10-261-1/+0
|
* - Change maintainer to xfce@ [1]rene2011-10-241-11/+11
| | | | | | | | - Update versions for garcon, libexo, libxfce4util, thunar, xfce4-panel to match current in-tree versions [2] PR: ports/160797 [2] Submitted by: Olivier Duchateau [duchateau.olivier gmail] [2] Approved by: oliver@ (previous maintainer) [1]
* - Remove some vendor optimization for WITHOUT_OPTIMIZED_CFLAGSbeat2011-10-241-3/+3
| | | | | PR: ports/161463 Submitted by: Nali Toja <nalitoja AT gmail.com>
* Add ZENHOME_REL for use in PLIST_FILES etc.crees2011-10-211-0/+1
|
* - Remove www/seamonkey2 and www/seamonkey2-i18n: Upstream support droppedbeat2011-10-201-8/+4
| | | | and multiple vulnerabilities.
* Add PYTHONDONTWRITEBYTECODE to MAKE_ENV; otherwise it messes with installedcrees2011-10-191-1/+2
| | | | zenoss before install phase, upsetting Tinderbox and pointyhat.
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-171-8/+9
| | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
* - Distinguish STRIP from WITH_DEBUG.avilla2011-10-171-3/+6
| | | | | PR: 156543 Submitted by: Pan Tsu <inyaoo@gmail.com>
* - Update Qt to 4.7.4.avilla2011-10-171-4/+4
| | | | | | - Make sure internal paths are added before system ones. - Remove phonon-gstreamer dependency from qt4-webkit. - Remove qt4-gui dependency from qt4-dbus.
* - Fix ftp.ctex.org site path to make fetchabletota2011-10-151-1/+1
| | | | | | PR: ports/161679 Submitted by: tota (myself) Approved by: wen (maintainer)
* As previously advertised, complete removal of vulnerable ports thatdougb2011-10-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13
* Fix the previous commit for the case where USE_FORTRAN is undefined.gerald2011-10-081-0/+2
| | | | Pointy hat to: self, bf
* Reference the GCC run-time libraries via FFLAGS, too, in addition togerald2011-10-081-0/+3
| | | | | | CFLAGS and LDFLAGS, if USE_FORTRAN=yes has been specified. Submitted by: bf
* Cleanup various mirrors based on recent distilator reports.ehaupt2011-10-031-39/+42
|
* - Remove dead mirror http://mirrors.geoexpat.com/wen2011-09-291-1/+1
|
* - Update to 2.4beat2011-09-281-8/+8
| | | | Thanks to: flo@ for preparing the www/seamonkey update
* - Chase Thunderbird update to 7.0beat2011-09-281-7/+7
|
* - Update Firefox to 7.0beat2011-09-281-8/+8
| | | | Thanks to: flo@ for preparing the www/firefox update
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-249-19/+19
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* There are no entries for FC4 ports:bsam2011-09-241-5/+5
| | | | cups-libs, gnutls, libgcrypt, libgpg-error, libtasn1.
* Fix version for libgcrypt: 11.5.1 -> 11.5.2.bsam2011-09-241-1/+1
|
* Add linux applications:bsam2011-09-241-5/+32
| | | | | | | | | | | . cups-libs; . gnutls; . libgcrypt; . libgpg-error; . libtasn1. PR: ports/159007 Submitted by: Stas Timokhin <devel@stasyan.com>
* - Add support for copyfree group of licensestabthorpe2011-09-231-6/+8
| | | | | PR:a ports/158776 Submitted by: eadler@
* - Add Zope Public License 2.1wen2011-09-231-1/+4
| | | | | PR: ports/160434 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Make USE_FORTRAN=yes imply the use of GCC 4.6 over GCC 4.5 so far.gerald2011-09-191-4/+4
| | | | | Exp-run by: pav Thanks to: pav, bf (for fixing several ports)
* Remove MASTER_SITES_XFREEcrees2011-09-181-20/+0
| | | | Approved by: x11 (kwm)
* Stop hardcoding USE_ZIP -- distfiles are not always zipped.crees2011-09-171-1/+0
| | | | | PR: ports/160723 Submitted by: Jason Helfman <zenoss@experts-exchange.com> (maintainer)
* - Do not install the 'gem' executable as part of ruby 1.9 install. Thestas2011-09-131-3/+1
| | | | | | | | version supplied is too old for some applications, so we're switching to using the version from ports. - Allow ruby-gems installation for ruby 1.9. Submitted by: swills@ (based on).
* - Remove USE_RUBY_AMSTD support, since it is no longer usedswills2011-09-131-11/+0
| | | | Discussed with: stas
* Correct various entries and remove other dead entries (404 errors only)crees2011-09-111-20/+8
| | | | Submitted by: Anonymous contributor on IRC
* - Remove the patch that was clearing default build flags for buildrakuco2011-09-111-0/+4
| | | | | | | | | | profiles, so that CMake can be used outside of ports. - Bump CMake PORTREVISION. - Pass default build flags (at least I hope) via bsd.cmake.mk. PR: 159276 Submitted by: Igor Soumenkov <2igosha@gmail.com> Approved by: avilla (mentor)
* - only grep for firefox version in stdout [1], do the same for thunderbird andflo2011-09-101-6/+6
| | | | | | | | | seamonkey - limit output to the first line by using head -1, this fixes -i18n ports installation, if the parent port was build with DEBUG PR: ports/160365 [1] Submitted by: amdmi3 [1]
* Cater to versions of FreeBSD greater than 9 (up to 99). [1]gerald2011-09-101-6/+6
| | | | | | Tweak the representation of versions of GCC that newer appeared in base. Submitted by: bf [1]
* Simplify USERS/GROUPS management, use groupmod instead of usermod to append ↵bapt2011-09-091-8/+7
| | | | | | | | | | | | user to a group This fix group management PR: ports/159577 Submitted by: sahil Reviewed by: flz Exp-run: bapt Approved by: portmgr (flz)
* - Update to 11.0.0sbz2011-09-071-0/+1
| | | | | | | | - Update MASTER_SITES - Add LICENSE Reviewed by: lwhsu@ Approved by: jadawin@ (mentor)
* - Remove python.cdpa.nsysu.edu.tw from MASTER_SITE_PYTHONsunpoet2011-09-051-1/+0
|
* - Update lang/python32 to 3.2.2wen2011-09-051-2/+2
|
* . Make commented examples reference 1.6 (the current default) rather than 1.5.glewis2011-09-051-6/+6
|
* - Revert accidental commitsunpoet2011-09-052-15/+14
|
* - Remove ftp.net.ohio-state.edusunpoet2011-09-053-15/+15
| | | | | PR: ports/160311 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
* Refer to GCC 4.2+ instead of GCC 3.4+ in a comment, since the latter isgerald2011-09-051-1/+1
| | | | not in any supported release of FreeBSD any more.
* Update EMACS_VER in accordance with recent update of editors/xemacs21-mulenobutaka2011-09-031-2/+2
| | | | to fix package building errors of ports that depend on editors/xemacs21-mule.
* Add bsd.zenoss.mk for support of zenpacks.crees2011-09-021-0/+72
| | | | | PR: ports/160290 Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
* - Readd the accidentaly removed "else" (now drupal6 can be installed)bapt2011-08-311-0/+1
| | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Pointyhat to: Bapt (myself)
* Remove reference to drupal5, it has gonebapt2011-08-301-8/+0
|
* - Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:mandree2011-08-261-8/+7
| | | | | | | | | | | | | | http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html - Remove databases/db51 (no hard dependencies), users having set db51 manually for their ports need to set db5 and rebuild dependent ports. - Add OPTIONS for localization (default off) and crypto (default on). - Install libdb*-5.so symlinks into $PREFIX/lib - If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and --enable-debug.
* - Revert change of default Ruby version from 1.9 back to 1.8 due toswills2011-08-241-3/+3
| | | | | | unforseen issues. Discussed with: stas
* - Undo some of the changes related to making Ruby 1.9 default.swills2011-08-231-4/+2
| | | | | Specifically, don't try to use devel/ruby-gems instead of the bundled gem.
* - Bump the revision of ruby18 port to force the package rebuild:stas2011-08-231-1/+1
| | | | | the new package doesn't include default ruby, irb, ri links because the default version has changed.
* Remove dead site (ftp\.)?sunsite.org.ukcrees2011-08-221-5/+1
| | | | | PR: ports/159994 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
* - Update Ruby 1.9 to p290swills2011-08-211-10/+12
| | | | - Make Ruby 1.9 the default Ruby
* - adjust USE_APACHE sampleohauer2011-08-211-2/+3
| | | | | | USE_APACHE value is preferred without "." since bsd.apache.mk has to rip out the "." for further processing. Support for "." in the value is taret for change.
* - change default apache version to apache22ohauer2011-08-211-2/+2
| | | | | | | | - make entry in UPDATING with hat apache@ PR: ports/147009
* ${ECHO} should have been ${ECHO_CMD}flo2011-08-201-1/+1
| | | | | Reported by: <ttsestt@gmail.com> Pointyhat to: flo (who really needs some sleep)
* fix installation of gecko ports after 1.34. On FreeBSD versions < 800081flo2011-08-201-0/+7
| | | | | | | | | | | | | | libarchive has a bug in the s modifier of -s where it would not rewrite symlinks e.g. /usr/local/bin/firefox would still point to /usr/ports/www/firefox/work/fake/lib/firefox/firefox Instead of forcing a dependency on archivers/libarchive use a creative workaround and rewrite the symlinks. This workaround should be removed once we drop support for FreeBSD 7 Reported by: naddy Submitted by: <ttsestt@gmail.com>
* Fix paths for mozilla ports.ale2011-08-181-6/+10
| | | | Approved by: flo
* retire GECKO_PTHREAD_LIBS just use PTHREAD_LIBS.flo2011-08-171-1/+0
| | | | | | this will enable compilation with clang. firefox 6 and thunderbid 6 now build fine with clang. other gecko ports should become compilable as soon as they are based on the same gecko version as firefox and thunderbird 6
* - add support for seamonkey 2.3, firefox and thunderbird 6flo2011-08-171-29/+27
| | | | | | | - use tar instead of cpio for installing files from the fake root, this is in preparation of firefox 7 [1] Submitted by: Pan Tsu <inyaoo@gmail.com> [1]
* - Update USE_PERL5_REASON message as we have lang/perl5.14 in ports treesunpoet2011-08-151-1/+1
| | | | | PR: ports/159350 Submitted by: sunpoet (myself)
* Refactor the perl parts of bsd.port.mk to live in bsd.perl.mk. This neverlinimon2011-08-132-143/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | got finished correctly in the first place. Note that this reverts two things in gabor's original bsd.perl.mk rewrite that were never actually used/tested: - ability of USE_PERL5 and other variables to specify a version. - conditional inclusion of bsd.perl.mk based on USE_PERL5 or similar. What this commit does is to make bsd.perl.mk be _exactly_ the current code from bsd.port.mk (modulo a few comments). Work to test the former would be welcome. The problem with the latter is that multiple attempts over the last N years to test it inevitably showed INDEX breakage. My own conclusion is that that simply makes the tree too fragile (and is the reason I kept putting off working on it in the first place). Others will disagree. Hopefully this change will make the perl-specific bits in bsd.*.mk easier to maintain. While here, fix a bogus comment (CCFLAGS). Adding to pointy hat collection: linimon
* - fix problem with metadata on tier-2 machines for Pascal ports. Thelinimon2011-08-132-13/+8
| | | | | | | | | | | | | | | reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64. Provide a placeholder and proper IGNORE for tier-2 [1] - remove obsolete check for /usr/share/mk/bsd.port.options.mk [2] - add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3] PR: ports/155017 [2], ports/159288 [3] Submitted by: linimon (discussed with acm), eadler, crees
* Retire gnometarget, now that it was removed from all users.kwm2011-08-121-1/+1
| | | | | PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - bsd.drupal.mk has been repocopied to ${PORTSDIR}/Mkcrees2011-08-111-24/+38
| | | | | | | | - Prepare bsd.drupal.mk for use in ${PORTSDIR}/Mk - Remove unneeded LICENSE lines from drupal ports PR: ports/153795 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* Add back gnometarget, while it doesn't do anything anymore. It is still in usekwm2011-08-091-1/+1
| | | | | | in a lot of ports. Noticed by: flo@
* Remove the now-dead gnometarget component.marcus2011-08-091-1/+1
| | | | Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - update MASTER_SITE_GNUSTEPdinoex2011-08-071-1/+1
|
* The ring.nict.co.jp server has a CPAN tree, but it's empty.dougb2011-08-061-4/+1
| | | | Per http://www.ring.gr.jp/, "ring.riken.jp left the project on Apr. 30"
* remove firefox35 support from bsd.gecko.mkflo2011-08-041-6/+4
|
* - Fix formattingsunpoet2011-08-031-2/+2
| | | | Submitted by: obrien@
* update to 2.2 and make this the default seamonkey versionflo2011-08-021-18/+22
| | | | Much of the work was done by beat for the 2.1 update, i update everything to 2.2
* Clean up after revision 1.51 and adjust comments to the new reality of usgerald2011-08-011-4/+2
| | | | not caring about FreeBSD <= 6 any more (and thus no g77 in base ever).
* Update the glib and gtk stack to the lastest stable releases.kwm2011-07-301-26/+41
| | | | | | | | Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import.
* Add maintainer line to Mk/bsd.drupal.mkcrees2011-07-291-0/+10
|
* Remove dead site (ftp.kaist.ac.kr).ehaupt2011-07-281-4/+0
|
* remove netlib.enseeiht.fr from MASTER_SITE_NETLIB,bf2011-07-231-1/+0
| | | | based on repeated distilator NXDOMAIN results
* - Make 3.2 higher priority than 3.1lwhsu2011-07-221-1/+1
| | | | | PR: ports/156811 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* - Update to 3.2.1lwhsu2011-07-221-2/+2
| | | | | PR: ports/158850 Submitted by: wen
* removed unused __softMAKEFLAGS [0]bapt2011-07-211-136/+33
| | | | | | | | | remove old security check code [1] PR: ports/156077 [1], ports/158956 [0] Submitted by: Eitan Adler <lists@eitanadler.com> [1], bapt@ (myself) [0] Tested on: pointyhat-west With hat: portmgr
* Fix INDEXFILE for upcoming 10.0 branch.linimon2011-07-212-7/+7
| | | | | | PR: ports/158750 Submitted by: crees Tested on: pointyhat-west
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-87/+16
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* Add support for USE_GCC=4.7, USE_GCC=4.7+ and notably an installation ofgerald2011-07-201-1/+2
| | | | | | | lang/gcc47 being used when USE_GCC=4.5+ or the like is specified. PR: 159036 Submitted by: kalten@gmx.at
* - Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.3.avilla2011-07-181-1/+1
| | | | | | - Update kdevelop-kde4 to 4.2.3. Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51
* - Update ruby 1.8 to 1.8.7 patchlevel 352.stas2011-07-161-1/+1
|
* - Unbreak fetch-urlall-list target when DIST_SUBDIR contains forward slashespav2011-07-151-4/+6
| | | | | PR: ports/158203 Submitted by: Mamoru Sakaue <sakaue.mamoru-cmfho5lt@samurai.mwghennn.net>
* - Introduce PYTHON_ABIVER: fix PYTHON_INCLUDEDIR for python32 users ↵sunpoet2011-07-141-6/+15
| | | | | | | | | | | | | | (PYMALLOC and UCS4 are on by default) - Use devel/py-distribute as setuptools for python 3.x users - Use py${PYTHON_VER} instead of ${PYTHON_VERSION:S/thon//} - Use "yes" PR: ports/158662 Submitted by: sunpoet (myself) Reviewed by: lwhsu Tested by: exp-run by pav With Hat: python
* Update KDE Software Compilation ports to 4.6.5makc2011-07-081-1/+1
| | | | | Official announcement: http://www.kde.org/announcements/announce-4.6.5.php Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
* - Update MASTER_SITE_GNUPG to working mirrorsswills2011-07-071-8/+13
| | | | Approved by: portmgr
* Don't include db51 in USE_BDB=4x+ settings,mandree2011-07-071-1/+1
| | | | | there's more than one port that is happy with all 4.X versions but doesn't like 5.1.
* - Remove BROKEN_WITH_PHPsunpoet2011-07-051-4/+0
| | | | | | PR: ports/158661 Submitted by: sunpoet (myself) Approved by: ale (maintainer)
* Update perl to 5.12.4erwin2011-07-032-2/+2
| | | | | | | Changes: http://search.cpan.org/~lbrocard/perl-5.12.4/pod/perl5124delta.pod Submitted by: skv Tested on: pointyhat
* - Update graphics/sdl_gfx to version 2.0.22mva2011-07-031-1/+1
| | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx
* Fix r1.25makc2011-07-021-1/+1
| | | | Pointyhat to: me for testing different patch
* Back out 1.25 till it can get proper attentiondougb2011-07-021-1/+1
|
* - Fix QMAKE_BASE_COMPILER detection when `cc` is (actually, will be)avilla2011-07-021-1/+1
| | | | | | | | linked to Clang. - Mute the (harmless) error message "cc: not found" when `cc` is not in PATH. Discussed with: makc
* Add postgresql 9.1 to accepted versionsgirgen2011-07-011-0/+1
|
* - Update math/octave-forge-base to 1.1. Now includes the scriptstephen2011-07-011-7/+7
| | | | | | | load-octave-pkg to link the octave packaging system to the FreeBSD ports. - Update Mk/bsd.octave.mk so that octave-forge-* ports use this script. Approved by: gabor (mentor)
* update thunderbird to 5.0flo2011-07-011-9/+9
|
* - Unregister expired java/jdk14rene2011-06-291-5/+2
| | | | | | | | - Update example from java/jdk14 to java/jdk16 PR: ports/158030 Submitted by: myself Approved by: glewis
* - disable debug symbols for the gecko ports and enable striping offlo2011-06-291-0/+3
| | | | | | | | libraries and binaries otherwise firefox and thunderbird >= 5 will install a libxul.so which can be as big as 500MB PR: ports/158380 Submitted by: Pan Tsu <inyaoo@gmail.com>
* - Change maintainer's email address.stephen2011-06-281-1/+1
| | | | Approved by: maho (mentor) and portmgr
* - Update to 2.7.2wen2011-06-271-2/+2
| | | | | | - Mark BROKEN when build with pth Reviewed by: miwi@
* - DNS no longer existspgollucci2011-06-261-2/+1
| | | | http://rubyforge.org/credits/ only lists the supporters not the links
* - Update to 2.4.4acm2011-06-231-13/+12
|
* - update to 5.0flo2011-06-221-8/+8
| | | | | | - enable ipc, based on a patch by Pan Tsu <inyaoo@gmail.com> Security: http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
* - Update lang/python31 to 3.1.4wen2011-06-161-2/+2
|
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-1/+1
| | | | announcement here: http://kde.org/announcements/announce-4.6.4.php
* Adjust the gnomepanel entry. Don't depend on a optional library in gnome-panel.kwm2011-06-101-2/+2
| | | | Submitted by: Jason Helfman <jhelfman@e-e.com>
* Fix fetch-urlall-listbapt2011-06-091-2/+2
| | | | | Reported by: amdmi3@ (by mail) Approved by: portmgr@ (bapt@, self)
* - Update to 2.6.7wen2011-06-081-2/+2
|
* Fix paths for MariaDB.ale2011-06-071-2/+2
| | | | Pointyhat to: dougb
* - Add print/ghostscript9-nox11.hrs2011-06-071-8/+8
| | | | - Add "9" to USE_GHOSTSCRIPT_* variables and upgrade the default version to it.
* - remove some old code (unsused on supported OS) [1]bapt2011-06-061-27/+12
| | | | | | | | | - prevent some useless external program call (based on [2]) - simplify (in)valid category detection PR: ports/155629 [1], ports/65804 [2], ports/157273 [3] Submitted by: Eitan Adler <lists@eitanadler.com> [1], green@ [2], bapt@ (myself) [2] Exp-runs by: pav@
* - Update to 2.5.6wen2011-05-301-2/+2
|
* Remove db45.mandree2011-05-281-9/+2
| | | | | | | This happens before EXPIRATION_DATE as no dependencies are left in ports, the few that were there use db46+. Approved by: Gea-Suan Lin (maintainer)
* Move Berkeley DB 4.5+ ports to 4.6+ in anticipation of db45 removal.mandree2011-05-241-1/+1
|
* Remove databases/db3. All users were using db3+mandree2011-05-231-3/+1
| | | | | | and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57). Chase upgrade in dependent ports and change USE_BDB to 40+.
* Introduce Perl 5.14.0skv2011-05-182-2/+6
| | | | Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
* Update KDE Software Compilation ports to 4.6.3makc2011-05-171-6/+1
| | | | Special thanks to Raphael Kubo da Costa for his work on this update.
* - document parameter APACHE_PORTohauer2011-05-161-0/+14
| | | | | PR: ports/153565 Submitted by: dougb
* - Update to version 23.3ashish2011-05-111-2/+2
| | | | | | | - Update CANNA support[1] - Fix bug in plist generation Submitted by: Yuji TAKANO <takachan@running-dog.net>[1] (via private email)
* - Update ruby 1.9 to 1.9.2p136.stas2011-05-111-1/+1
| | | | This is a bugfix release.
* Fix the default WRKSRC for CRAN portsbf2011-05-081-0/+1
| | | | Approved by: wen
* - Update Qt to 4.7.3.avilla2011-05-071-1/+1
| | | | Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51
* Add libasyncns to the rank of _LINUX_26_APPS.bsam2011-05-061-1/+6
| | | | Submitted by: avg (via emulation@)
* Change default Perl version to 5.12.skv2011-05-062-2/+2
|
* Latest round of infrastructure changes.flz2011-05-055-38/+57
| | | | | | | | | | | | | | | | | | | | | | - bsd.port.mk: add INDEX_PORTS, to support INDEX creation for a subset of the ports tree [1] - bsd.port.mk: call target "install-rc-script" before "post-install" [2] - [patch] ports/Mk bsd.port.mk order if groups/users are created by package [3] - [bsd.port.mk] [patch] reaper of the dead: md5 has been in /sbin for a while [4] - [bsd.port.mk] [patch] remove support for pre 7.x systems (b.*.m) [5] - [patch] [bsd.port.mk] reaper of the dead: are three variable defintions needed [6] PR: ports/156575 [1], ports/139116 [2], ports/152498 [3], ports/155983 [4], ports/155510 [5], ports/156340 [6] Submitted by: Florent Thoumie <flz@xbsd.org> [1], Sergey Skvortsov <skv@freebsd.org> [2], Olli Hauer <ohauer@FreeBSD.org> [3], Eitan Adler <lists@eitanadler.com> [4], Eitan Adler <lists@eitanadler.com> [5], Eitan Adler <lists@eitanadler.com> [6]
* Attempt to fix build Qt4 ports on pointyhatmakc2011-05-041-1/+2
|
* Update open-motif to 2.3.3makc2011-05-021-1/+1
| | | | | | | | | Remove needles patches (integrated upstream) Pass maintainership to submitter PR: ports/154044 Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com> Exp-runs by: pav
* In post-install-script, append to TMPPLISTbf2011-04-301-2/+2
| | | | | | | rather than overwriting it; also record any symlinks Approved by: wen
* Add alsa-plugins-oss to _LINUX_26_APPS.nox2011-04-291-1/+8
| | | | | | PR: ports/147549 Submitted by: hashiz Approved by: bsam
* Update MASTER_SITE_PACKETSTORM and use their main siteerwin2011-04-291-8/+6
| | | | | | | as the first entry. Submitted by: "Todd J." <todd@packetstormsecurity.org>, Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Add pulseaudio-libs to _LINUX_26_APPS.nox2011-04-271-1/+6
| | | | | | PR: ports/156112 Submitted by: avg Approved by: bsam (via private email)
* update to the latest xfce versionsoliver2011-04-251-18/+18
| | | | | PR: ports/156232 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Mk/bsd.apache.mk was rewritten with a new logic and some new parametersohauer2011-04-242-96/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to support future apache versions and the transition to apache22. Existing and new USE_APACHE* parameters: USE_APACHE set apache and apxs as build and run dependency USE_APACHE_BUILD set apache and apxs as build dependency USE_APACHE_RUN set apache and apxs as run dependency The following example is representative of all three possible parameters to use: USE_APACHE= 22 specify exact version USE_APACHE= 1.3+ specify [min] version, no [max] version USE_APACHE= 13-22 specify [min]-[max] range USE_APACHE= -2.2 specify [max] version, no [min] version Values can be specified with and without "." (dot) between major and minor version numbers. For example 22 is equal to 2.2 For documentation and full changelist please take a look into Mk/bsd.apache.mk or http://wiki.freebsd.org/bsd.apache.mk Commit with hat apache@ PR: ports/156533 Submitted by: ohauer
* - Update kdepim4 and kdepim4-runtime to 4.4.11.1.avilla2011-04-231-1/+1
| | | | Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51
* Remove http://sauerkraut.critical.ch from MASTER_SITES_CRITICAL, host is downehaupt2011-04-201-1/+0
| | | | for 5 days. Maintainer remains unresponsive to mails.
* Remove all traces of F8, now that the deprecated/expired ports are removednetchild2011-04-182-104/+15
| | | | | | | | by a brave soul. They served us well. We are fully FC4 (releng-7) or F10 (all other supported branches) now. Reviewed by: bsam, gj
* - drop GNUSTEP_WITHOUT_LIBOBJCdinoex2011-04-161-29/+7
| | | | | | | - drop GNUSTEP_WITH_BASE_GCC GNUstep defaults to base compiler - update GNUSTEP_DEVEL for gnustep-back-0.20
* Add support for php5-sqlite3 port.ale2011-04-151-1/+2
|
* Add libv4l to the rank of LINUX_26_APPS.bsam2011-04-141-1/+6
|
* - Update KOffice to 2.3.3.avilla2011-04-131-1/+1
|
* Now that db2 is gone, drop db2_DEPENDS as only reminiscence.mandree2011-04-131-5/+3
| | | | | No longer autodetect db3 in anticipation of later removal. Make 3+ find only 4.0 and newer.
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵bapt2011-04-112-0/+104
| | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@)
* Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPEmakc2011-04-101-5/+2
| | | | Change Debug profile to DebugFull
* - Set CMAKE_BUILD_TYPE to Release by default (and to Debug if WITH_DEBUGmakc2011-04-101-22/+28
| | | | | | is defined) - Pass CMAKE_BUILD_TYPE to PLIST_SUB - Reformat description
* - Update kdevelop to 4.2.2.avilla2011-04-091-1/+1
| | | | - Update kdevplatform and kdevelop-php to 1.2.2.
* The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-071-1/+1
| | | | | | | Software Compilation: 4.6.2, codename "Congrats". Read the full announcement here: http://kde.org/announcements/announce-4.6.2.php. Special thanks to Raphael Kubo da Costa who ported the release.
* - As ports ruby 1.9 now includes a recent version of rake,stas2011-04-071-2/+2
| | | | | | | | revert a part of 1.197 by pgollucci which breaks rake with ruby 1.9 and switch back to using the ruby 1.9 bundled one. PR: ports/155539, ports/156217 Submitted by: Ralf Gebhart <gebhart@secnetix.de>, Anonymous <swell.k@gmail.com>
* Remove support for expired PostgreSQL versions 7.3, 7.4, 8.0, and 8.1rene2011-04-051-4/+0
| | | | Noted by: kwm
* - Fix a typowen2011-04-011-2/+2
| | | | Submitted by: lichray@gmail.com(via Email)
* - add mod_substitute to apache22ohauer2011-03-311-5/+10
| | | | | | - adjust some .endif comments With Hat: apache@
* Add Netlib sites and macrosbf2011-03-311-0/+20
|
* - Disable license checking with DISABLE_LICENSES [1]tabthorpe2011-03-312-5/+11
| | | | | | - Remove temp files from /tmp when build is interrupted [2] PR: ports/149837 [1], ports/155890 [2]
* - Restore the rest of dropped licensespav2011-03-261-1/+1
| | | | Pointy hat to: tabthorpe
* - Re-add ISCL to the list of licensespav2011-03-261-1/+1
| | | | | Pointy hat to: tabthorpe (licensing overlord) Reported by: pointyhat
* - Update kdevelop to 4.2.0.avilla2011-03-251-1/+1
| | | | - Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.0.
* - Update KOffice to 2.3.1.avilla2011-03-251-1/+1
| | | | - Force dependency on new libwpg.
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-251-6/+8
| | | | | | | | | 4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
* - Update Qt to 4.7.2.avilla2011-03-251-1/+1
| | | | - Backport QSslCertificate patch.
* - Add LaTeX Project Public Licensestabthorpe2011-03-241-1/+31
| | | | | PR: ports/151300 Submitted by: Christopher Key <cjk32 cam.ac.uk>
* - Add Firefox 4.0 and make Firefox 4.0 the default version.beat2011-03-221-7/+9
|
* Kill Oracle Berkeley DB 5.0 port.mandree2011-03-221-9/+2
| | | | | There are no ports that depend on this, just implicit via USE_BDB=yes or USE_BDB=44+ or similar - databases/db51 will do.
* - Use ${UID} instead of calling ${ID} -upav2011-03-201-5/+5
| | | | | PR: ports/155543 Submitted by: Eitan Adler <lists@eitanadler.com>
* Update MySQL to 5.5.10 release (shared library bumped).ale2011-03-191-1/+1
|
* - Fix spellingmiwi2011-03-181-9/+1
| | | | | | | | | | PR: ports/155195 Submitted by: Warren Block <wblock@wonkity.com> - Remove sanity check for X_WINDOW_SYSTEM - Remove check for USE_XPM PR: ports/155502 ports/155504 Submitted by: Eitan Adler <lists@eitanadler.com>
* - Add gmake as RUN_DEPmiwi2011-03-181-1/+2
| | | | | PR: 148234 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)