1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

2540 Commits

Author SHA1 Message Date
Eygene Ryabinkin
0c7e728ab2 mail/exim: update to 4.74
Changelog is at
  http://ftp.exim.org/pub/exim/ChangeLogs/ChangeLog-4.74
Please, note that CVE-2011-0017 is not applicable to FreeBSD,
because setuid() doesn't check RLIMIT_NPROC.

Also fixed the periodic script for tidying the databases: now it won't
produce errors if the lockfile is here, but the actual database file
is gone. [2]

And finally, synced the mirror list to the current one and
pruned old unusable mirrors:
 - ftp.csx.cam.ac.uk: not synced anymore;
 - www.no.exim.org: no DNS record;
 - ftp.demon.nl: no longer mirrors Exim;
 - ftp.freenet.de: mirror of ftp.csx.cam.ac.uk;
 - ftp.esat.net: not synced anymore;
 - ftp.mirrorservice.org: mirror of ftp.csx.cam.ac.uk.

Feature safe: yes
PR: 154323 [1]
Submitted by: Geraint Edwards <gedge@yadn.org> [2],
              Alexander Wittig <alexander@wittig.name> [1]
Approved by: erwin (mentor), renato (mentor)
2011-01-27 21:23:33 +00:00
Pav Lucistnik
34532c5195 - Propagate return code of the DESTDIR chrooted make
PR:		ports/153597
Submitted by:	HIROSHI OOTA <xalaxy@gmail.com>
Feature safe:	yes
2011-01-25 13:39:44 +00:00
Wen Heping
dc4bdea1dd - Add more mirrors for R-cran
Feature safe:	yes
2011-01-16 06:24:26 +00:00
Dima Panov
7e6373e612 - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5
for FreeBSD.

It's a bugfix-only release, January 2011 set.
2011-01-07 23:54:08 +00:00
Greg Larkin
0eed1f2921 - Added the license name to some of the informational messages displayed to
the user.  See http://people.freebsd.org/~glarkin/logs/pecl-drizzle-0.4.2.log
  for an example (e.g. "License PHP301 accepted by the user")

PR:		ports/152964
Submitted by:	glarkin
Tested on:	pointyhat exp-run
Approved by:	miwi (portmgr hat)
Approved by:	alepulver (maintainer)
2011-01-07 01:29:45 +00:00
Alejandro Pulver
07959b9d8e - Respect WITH_LUA_VER.
PR:		153046
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-01-06 18:45:31 +00:00
Wen Heping
36e0cc231d - Add Python Software Foundation License[1] as PSFL
[1] http://en.wikipedia.org/wiki/Python_Software_Foundation_License

PR:		ports/153341
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
2011-01-05 00:31:02 +00:00
Jeremy Messenger
666f6fd80e There is no port that depend this library. Therefore, remove it. 2011-01-04 12:22:53 +00:00
Jeremy Messenger
00f2c843c5 The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.

PR:		ports/153355
Discussed with:	My team, FreeBSD GNOME Team
Tested by:	pointyhat-exp (thanks pav!)
2011-01-04 03:32:21 +00:00
Olli Hauer
0fa622fac3 - Update description for USE_PGSQL and DEFAULT_PGSQL_VER
(PostgreSQL 84 is now the default).

PR:		ports/153318 (followup)
Submitted by:	ohauer
Approved by:	miwi
2010-12-30 20:07:04 +00:00
Olli Hauer
267e0d5587 - change default postgresql version to 84
- add note to UPDATING

PR:		153318
Submitted by:	ohauer
Approved by:	miwi
2010-12-30 19:30:53 +00:00
Alex Dupre
355c12589c Fix mysql embedded dependency for MySQL 5.5.
Spotted by:	fluffy
2010-12-29 08:19:33 +00:00
Martin Wilke
d86445d661 - Fix Conflict handling. At the moment the build conflicts are recorded in
the packages which is not necessary.

Reported by:	makc@ via cvs-ports@, #bsdports
Submitted by:	beat@
2010-12-29 07:14:56 +00:00
Max Brazhnikov
0a0f4956f3 Update KDE PIM to 4.4.9 2010-12-24 22:44:52 +00:00
Ade Lovett
843f8123d4 Sync to final (for now) bsd.autotools.mk 2010-12-22 20:05:49 +00:00
Ade Lovett
55d09a7758 As the final (for now) cleanup of autotools, in order to reduce tree
churn on new versions, a new target has been introduced to allow
PLIST_SUB-style patching of files.  For example, rather than patching
"foo/bar/baz" to tweak some random occurance of an autoconf version number
to the latest, the patch should now replace it with %%AUTOCONF_VERSION%%

A new Makefile variable, AUTOTOOLSFILES has been introduced, which when
populated will automatically go through and patch %%AUTOCONF_VERSION%% to
the contents of ${AUTOCONF_VERSION} (and likewise for all other known
autotools variables -- "make -V AUTOTOOLS_VARS" to see the list for
a specific port.

Tested by:	pav (-exp run, since it touches bsd.port.mk also)
2010-12-22 20:04:59 +00:00
Jose Alonso Cardenas Marquez
69fe5671e4 - Add support for firebird 2.1 and 2.5
- Change FIREBIRD_VER default to 25
2010-12-20 22:15:02 +00:00
Erwin Lansing
76cac17c6b Properly escape shell metacharacters in some JAVA_* macros.
PR:		153033
Submitted by:	steve
2010-12-20 12:23:52 +00:00
Beat Gaetzi
816027e823 - Add new variables to define buildtime and runtime dependencies on
Mozilla ports:

  USE_FIREFOX: Add runtime dependency on Firefox.
  Available values: yes 36+ 35+ 36 35
  NOTE: Default value 36 is used in case of USE_FIREFOX=yes

  USE_FIREFOX_BUILD: Add buildtime dependency on Firefox.
  Available values: see USE_FIREFOX

  USE_SEAMONKEY: Add runtime dependency on SeaMonkey.
  Available values: yes 11+ 20+ 11 20
  NOTE: Default value 20 is used in case of USE_SEAMONKEY=yes. SeaMonkey
  1.1 is obsolete and will be replaced with SeaMonkey 2.1 soon.

  USE_SEAMONKEY_BUILD: Add buildtime dependency on SeaMonkey.
  Available values: see USE_SEAMONKEY

  USE_THUNDERBIRD: Add runtime dependency on Thunderbird.
  Available values: yes 31+ 30+ 31 30
  NOTE: Default value 31 is used in case of USE_THUNDERBIRD=yes

  USE_THUNDERBIRD_BUILD: Add buildtime dependency on Thunderbird.
  Available values: see USE_THUNDERBIRD

PR:		ports/153018
Exp-run by:	erwin
Approved by:	portmgr (erwin)
2010-12-18 11:15:33 +00:00
Mark Linimon
6271f6f220 Add a temporary backstop definition of SRC_BASE. A more general solution
is forthcoming.

While here, remove a stale comment.
2010-12-17 03:21:19 +00:00
Stanislav Sedov
4e6b9d37ad - Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:		ports/148038
Submitted by:	Grzegorz Blach <magik@roorback.net> (based on)
2010-12-14 07:30:56 +00:00
Wen Heping
39858860ea - Update to 3.1.3 2010-12-14 06:31:19 +00:00
Philip M. Gollucci
6d2143b3cf - site no longer carries these bits
Reported by:    distilator
2010-12-11 20:42:48 +00:00
Philip M. Gollucci
e81c184318 - site is toast
Reported by:    distilator, confirmed from several geo-disperse locations
2010-12-11 20:41:16 +00:00
Philip M. Gollucci
7f6420b72c this site only carries the ubuntu bits now
Reported by:    distilator
2010-12-11 20:39:30 +00:00
Greg Larkin
6d8801bdf3 - Added PHP license - versions 2.02, 3.0 and 3.01
PR:		ports/152927
Submitted by:	Tom Judge <tom at tomjudge dot com>
Approved by:	alepulver (maintainer)
2010-12-10 19:09:20 +00:00
Pav Lucistnik
f6cf500917 - Upgrade -R flag to -F while fetching, to prevent "local modification time not
matching the remote" situation

PR:		ports/152620
Submitted by:	Tijl Coosemans <tijl@coosemans.org>
2010-12-09 20:33:02 +00:00
Ade Lovett
f584da22ee Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
2010-12-08 19:58:49 +00:00
Max Brazhnikov
221f353508 Update KDE PIM ports to 4.4.8 2010-12-04 19:55:15 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
36541b8f2f Rework bsd.autotools.mk now that we have a single legacy autoconf/automake
(2.13/1.4) and an up-to-date version.

USE_AUTOTOOLS stanzas have now been changed to remove the specific
version number of the current version, for example:

autoconf:213	-> autoconf213
automake:14	-> automake14
autoconf:268	-> autoconf
automake:111	-> automake

This will considerably reduce tree-churn when it comes to new versions
of the "current" autotools, allowing for quicker deployment.

Tested by:	-exp runs (pav)
Hatemail to:	ade
2010-12-04 07:26:18 +00:00
Li-Wen Hsu
f83d2ed17e - Update KDE mirror address of Computer Science Dept., NCTU
- Add KDE mirror of TWAREN
2010-12-03 05:35:18 +00:00
Max Brazhnikov
7425aa5977 KDE FreeBSD team presents KDE SC 4.5.4. 2010-12-02 21:12:38 +00:00
Max Brazhnikov
43a46c6993 KDE FreeBSD team is glad to present Qt 4.7.1 in ports.
Along with Qt4 the following ports are updated:

PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119

New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl

This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)

We'd like to thank Martin Wilke (miwi) for exp-run.
2010-12-02 19:47:17 +00:00
Martin Wilke
da9e8a04fa - Remove two checks obviated by the removal of _OPTIONSFILE in revision 1.596 [1]
- Remove Legacy USE_BISON in bsd.port.mk [2]
- Remove Legacy 2004 Hack in bsd.port.mk [3]

- CONFLICT handling in has been reworked. There are two new variables in bsd.ports.mk:
  - CONFLICTS_BUILDS: Check for conflicts prior to build
  - CONFLICTS_INSTALL: Check for conflicts prior to installation stage

    The existing CONFLICTS checks for conflicts prior to build and installation stage.
    Users could defer the conflict check of CONFLICTS_BUILDS and CONFLICTS to the installation stage by using DEFER_CONFLICTS_CHECK.
    As already possible with CONFLICTS the new conflict checks could be disabled by using DISABLE_CONFLICTS.
    This patch was submitted by beat@

PR:		ports/149670 [1]
		ports/151806 [2] [3]
Subitted by:	bf <bf1783@gmail.com> [1]
		Eitan Adler <lists@eitanadler.com> [2] [3]
2010-12-01 08:32:50 +00:00
Pav Lucistnik
d2df0057b8 - Add a hack to display pkg-message on package install on packages created with
pkg_create -b

PR:		ports/152626
Reported by:	ohauer
2010-11-30 21:36:42 +00:00
Beat Gaetzi
872179096c - Change gecko master port from www/mozilla to www/seamonkey.
- Switch substitution example to libxul-devel<->libxul although this
  functionality is not used as the ports tree does not have libxul-devel
  at the moment.
2010-11-30 13:03:10 +00:00
Wen Heping
91993cc40d - Update to 2.7.1 2010-11-29 06:29:13 +00:00
Pav Lucistnik
82300a1549 - DESKTOP_ENTRIES: commandline is used to name installed .desktop file, this
can lead to files containing whitespace and funny characters; thus strip all
  non-alphanumeric characters

PR:		ports/147701 (adapted)
Submitted by:	Warren Block <wblock@wonkity.com>
2010-11-27 17:42:46 +00:00
Alex Dupre
575309e3ee Add an entry for pecl-intl.
PR:		ports/152588
Submitted by:	wen
2010-11-26 13:34:09 +00:00
Pav Lucistnik
8951e3d834 - Fix NO_INSTALL ports to register an entry in /var/db/pkg (ie. print/cups)
- Change package-noinstall target to create package with pkg_create -b instead
  of specifying all the arguments

PR:		ports/144164
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2010-11-24 23:04:02 +00:00
Beat Gaetzi
f57ce4246a - Remove obsolete gecko providers. There are only two valid gecko backends
left: libxul and seamonkey. Nevertheless the seamonkey provider is also
  obsolete and will be removed once www/seamonkey is updated to 2.1.
2010-11-23 19:28:02 +00:00
Beat Gaetzi
b29a83e521 - Respect STRIP to allow for debugging builds [1]
- Fix build of upcoming Firefox 4 with recent gcc versions [2]

PR:		ports/152043 [1]
Submitted by:	Anonymous <swell.k AT gmail.com> [1,2]
2010-11-23 15:34:52 +00:00
Stanislav Sedov
99f91988ea - Update ruby 1.8 to p302.
PR:		ports/151712
Reported by:	Pavel Argentov <argentoff@gmail.com>
2010-11-22 05:47:08 +00:00
Koop Mast
b38a2930f4 Also add USE_GNOME=dconf hook. 2010-11-20 17:41:26 +00:00
Koop Mast
3680f27ebf Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@
2010-11-20 15:37:08 +00:00
Pav Lucistnik
627be0e01c - no-op/style: make use of an assigned variable
PR:		ports/152090
Submitted by:	Eitan Adler <lists@eitanadler.com>
2010-11-17 21:06:43 +00:00
Jose Alonso Cardenas Marquez
23c3f0f32d - Update to 2.4.2
See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2
2010-11-15 22:50:00 +00:00
Koop Mast
b911e5438c Add game music emu (gme) gstreamer plugin.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
2010-11-15 16:38:24 +00:00
Koop Mast
126e04dd17 Remove ftp.no.gnome.org from the GNOME pool. Seems to be dead. 2010-11-14 21:39:21 +00:00