1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
Commit Graph

2843 Commits

Author SHA1 Message Date
Martin Wilke
29e347e197 - Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
2012-04-21 17:03:32 +00:00
Xin LI
57aa11775b Update to 5.3.6.
PR:		ports/167125
Submitted by:	maintainer (with approved plist changes)
2012-04-20 21:56:50 +00:00
Jose Alonso Cardenas Marquez
0fde88adba - Update to 2.6.0 2012-04-19 06:20:01 +00:00
Baptiste Daroussin
b3021a8870 s/OPENSSL/NCURSES/ in pkgng only part
Submitted by:	Bryan Drewery (irc)
2012-04-19 05:53:27 +00:00
Beat Gaetzi
489bde6389 - Update Thunderbird to 11.0 2012-04-18 15:00:14 +00:00
Beat Gaetzi
29231a1ea1 - Update Firefox to 11.0 2012-04-18 14:50:10 +00:00
Baptiste Daroussin
a1245a1828 Make USE_NCURSES and USE_OPENSSL work with pkgng in case people are using
ncurses and/or openssl from ports
2012-04-18 11:38:20 +00:00
Chris Rees
630ed9375a Remove PostgreSQL 8.2 due to EOL by upstream
With hat:	pgsql
Reviewed by:	pgsql
2012-04-15 15:48:49 +00:00
Dirk Meyer
edd33cd760 - bump OPENSSL_SHLIBVER 2012-04-15 07:31:52 +00:00
Greg Lewis
4d24c791c4 . Instead of bailing when we hit a possibly conflicting variable being
defined just clear it and issue a warning that it was set.

PR:		165115
Approved by:	hq@ (co-maintainer)
2012-04-13 04:03:42 +00:00
Martin Wilke
19425757a8 - Update:
* 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
2012-04-11 12:52:17 +00:00
Baptiste Daroussin
155ef32a63 MusicBrainz RDF webservice no longer functions 2012-04-09 22:34:36 +00:00
Florian Smeets
cc5b9ead0c http://ftp.mozilla.org is https only now
Feature safe:	yes
2012-03-31 10:51:38 +00:00
Emanuel Haupt
b7aca68c16 Remove www.jur-linux.org per request of Florian La Roche (via mail).
Feature safe:	yes
2012-03-30 09:59:15 +00:00
Chris Rees
dc1b6b3b05 Fix version detection; choose default if WITH_PGSQL_VER is not defined
Feature safe:	yes
2012-03-14 20:35:00 +00:00
Beat Gaetzi
2c73ed41f2 - Update to 2.8 (as there is no SeaMonkey ESR yet)
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
2012-03-14 15:50:04 +00:00
Eitan Adler
217f13c9a1 Minor English correction
Submitted by:	Mel Flynn <rflynn@acsalaska.net>
Feature safe:	yes
2012-03-13 17:01:54 +00:00
Ryan Steinmetz
e3c28599f4 - Update language used in portaudit message. (cosmetic change)
Approved by:	portmgr (tabthorpe)
Feature safe:	yes
2012-03-13 08:14:45 +00:00
Simon L. B. Nielsen
4d22b6af09 Make bsd.port.mk not parse port audit's auditfile directly to
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
2012-03-11 21:30:49 +00:00
Chris Rees
23c612e95e - Add dependency logic: USE_PGSQL= component[:target] for versioned ports
- 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
2012-03-11 13:07:59 +00:00
Mark Linimon
bbefead34e Revert 1.23 to restore default value for PERL_PORT. If no value is set
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
2012-03-11 05:22:01 +00:00
Chris Rees
be84c9c4cd Correct PGSQL_VER generation; was too complicated with many variables.
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
2012-03-10 23:53:22 +00:00
Chris Rees
61dc6dc546 Add support for USE_PGSQL= pltcl
Feature safe:	yes
2012-03-10 10:57:08 +00:00
Philip M. Gollucci
346415e3c0 - Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)
- 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
2012-03-08 18:37:54 +00:00
Chris Rees
6a01694df5 - Set postgresql version 9.0 as default
- 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
2012-03-06 07:31:51 +00:00
Thomas Abthorpe
a12012fda0 - Add code to support standard licenses [1]
- 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
2012-02-27 17:33:55 +00:00
TAKATSU Tomonari
93cc7cd78b - Set MAKE_ENV variable before "R_INS PORTNAME" in bsd.cran.mk
to be able to set options CFLAGS, CPPFLAGS, LDFLAGS, etc.

PR:		ports/165460
Submitted by:	tota (myself)
Approved by:	wen (maintainer)
2012-02-26 21:50:44 +00:00
Steve Wills
b056987a7e - Update lang/ruby18 to p385
- 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
2012-02-25 15:25:49 +00:00
Thomas Abthorpe
4dda5caf81 - Add another volunteered Debian mirror 2012-02-24 15:28:46 +00:00
Alberto Villa
8d83db31ce - Rollback to previous version, it appears to be not yet ready.
Reported by:	portsnap buildbox via cperciva
2012-02-24 13:34:28 +00:00
Alberto Villa
432470938d - Fix definition of PREFIX and NO_MTREE.
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).
2012-02-24 13:08:32 +00:00
Baptiste Daroussin
7d51693e8c - only include bsd.pkgng.mk once [1]
- 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]
2012-02-22 17:34:47 +00:00
Ashish SHUKLA
2659649001 - Update version of editors/emacs and editors/emacs-devel ports in bsd.emacs.mk
PR:		ports/165082
2012-02-22 13:25:25 +00:00
Thomas Abthorpe
0d969394ec - Add additional Debian mirror sites, offered by their maintainers 2012-02-21 02:13:12 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- 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
2012-02-18 10:18:33 +00:00
Greg Lewis
228707d19d . Add support for the new linux-sun-jdk17 port. 2012-02-09 06:40:49 +00:00
Greg Lewis
1058166026 . Make the openjdk6 port the preferred JDK by default.
Many thanks to erwin@ for a -exp run.
2012-02-07 04:04:12 +00:00
Baptiste Daroussin
7654d2a185 Fix a regression in the default target chain introduced when pushing the new pkg-depends target.
Now check-sanity and all depending targets are called again

With hat:	portmgr
2012-02-02 07:21:14 +00:00
Florian Smeets
921327c183 update to 10.0
In collaboration with:	beat
2012-01-31 21:17:58 +00:00
Jason Helfman
3566696c52 Mirror has been shut down.
According to mirror => Last update: Sun Jul 31 19:20:47 2011 UTC

Plenty of cheese in the cheeseshop!

Approved by:	rene (mentor)
2012-01-31 20:19:07 +00:00
Stephen Montgomery-Smith
e366e3117a - Add "-f" option to ${LN} command.
Reported by:	Scott Bennett <bennett@cs.niu.edu>
2012-01-31 14:50:12 +00:00
Baptiste Daroussin
df0aa973b9 Please welcome pkgng beta1.
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
2012-01-30 12:39:14 +00:00
Alberto Villa
f234761615 The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, which
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
2012-01-25 10:21:01 +00:00
Beat Gaetzi
688fdbc2d0 - Apply FreeBSD 10.x workaround on WRKDIR instead of WRKSRC as some ports
provide their configure script outside of WRKSRC.
- Print out all files on which the autotools fix was applied.

Exp-runs by:	miwi
2012-01-22 15:41:33 +00:00
Steve Wills
922347982c - Update to 1.8.7p357
Reviewed by:	pgollucci
Security:	91be81e7-3fea-11e1-afc7-2c4138874f7d
2012-01-21 15:40:26 +00:00
Jason Helfman
bcaa099a23 -remove esat.net mirror
Approved by:	crees (mentor)
2012-01-17 21:30:55 +00:00
Dirk Meyer
3ccdb7589e - force OSVERSION for pointyhat 2012-01-16 18:55:36 +00:00
Dirk Meyer
b84eaf11d0 - revert default to GNUSTEP_WITH_GCC42 2012-01-16 18:34:15 +00:00
Pav Lucistnik
5a084f8451 - Fix check-already-installed target: comm expects the input to be sorted
PR:		ports/161287
Submitted by:	mandree, nox (used nox's version)
2012-01-15 22:13:42 +00:00
Alexander Leidinger
a0d909b284 Add missing dependency to gnutls. [1]
Fix the fix of adding a missing dependency to the linux cups-libs port.

Reported by:	Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1]
2012-01-14 22:35:19 +00:00