1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Commit Graph

2633 Commits

Author SHA1 Message Date
Matthias Andree
bb84b598b7 Remove db45.
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)
2011-05-27 23:46:54 +00:00
Matthias Andree
671502d10b Move Berkeley DB 4.5+ ports to 4.6+ in anticipation of db45 removal. 2011-05-23 16:49:21 +00:00
Matthias Andree
ff9b5de54f Remove databases/db3. All users were using db3+
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+.
2011-05-23 12:09:06 +00:00
Sergey Skvortsov
b9716b9857 Introduce Perl 5.14.0
Changes:	http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
2011-05-17 19:30:03 +00:00
Max Brazhnikov
a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00
Olli Hauer
aa101333f9 - document parameter APACHE_PORT
PR:		ports/153565
Submitted by:	dougb
2011-05-15 20:21:30 +00:00
Ashish SHUKLA
0c340ada33 - Update to version 23.3
- Update CANNA support[1]
- Fix bug in plist generation

Submitted by:	Yuji TAKANO <takachan@running-dog.net>[1] (via private email)
2011-05-11 11:15:48 +00:00
Stanislav Sedov
f734ac8f71 - Update ruby 1.9 to 1.9.2p136.
This is a bugfix release.
2011-05-11 05:41:15 +00:00
Brendan Fabeny
8aa826f903 Fix the default WRKSRC for CRAN ports
Approved by:	wen
2011-05-08 05:06:25 +00:00
Alberto Villa
0eaa599a85 - Update Qt to 4.7.3.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-05-07 09:09:45 +00:00
Boris Samorodov
d1bb250691 Add libasyncns to the rank of _LINUX_26_APPS.
Submitted by:	avg (via emulation@)
2011-05-06 12:21:44 +00:00
Sergey Skvortsov
2879ba6109 Change default Perl version to 5.12. 2011-05-06 06:20:12 +00:00
Florent Thoumie
c406a95c53 Latest round of infrastructure changes.
- 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]
2011-05-04 22:33:13 +00:00
Max Brazhnikov
d497e0b264 Attempt to fix build Qt4 ports on pointyhat 2011-05-03 20:33:53 +00:00
Max Brazhnikov
314168b9be Update open-motif to 2.3.3
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
2011-05-02 12:40:24 +00:00
Brendan Fabeny
0c4cec7223 In post-install-script, append to TMPPLIST
rather than overwriting it; also record any
symlinks

Approved by:	wen
2011-04-30 07:16:53 +00:00
Juergen Lock
ef4f50588a Add alsa-plugins-oss to _LINUX_26_APPS.
PR:		ports/147549
Submitted by:	hashiz
Approved by:	bsam
2011-04-28 20:00:24 +00:00
Erwin Lansing
4d2e7cc43e Update MASTER_SITE_PACKETSTORM and use their main site
as the first entry.

Submitted by:	"Todd J." <todd@packetstormsecurity.org>,
		Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-04-28 18:56:12 +00:00
Juergen Lock
4b9f1918e9 Add pulseaudio-libs to _LINUX_26_APPS.
PR:		ports/156112
Submitted by:	avg
Approved by:	bsam (via private email)
2011-04-26 20:17:14 +00:00
Oliver Lehmann
5280a2590a update to the latest xfce versions
PR:		ports/156232
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-04-25 12:02:27 +00:00
Olli Hauer
aaa59c1b11 Mk/bsd.apache.mk was rewritten with a new logic and some new parameters
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
2011-04-24 15:37:53 +00:00
Alberto Villa
41e5649995 - Update kdepim4 and kdepim4-runtime to 4.4.11.1.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-04-22 23:37:20 +00:00
Emanuel Haupt
4b166da01a Remove http://sauerkraut.critical.ch from MASTER_SITES_CRITICAL, host is down
for 5 days. Maintainer remains unresponsive to mails.
2011-04-20 07:45:18 +00:00
Alexander Leidinger
05282eb1d1 Remove all traces of F8, now that the deprecated/expired ports are removed
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
2011-04-18 13:07:21 +00:00
Dirk Meyer
f1cffe4cbd - drop GNUSTEP_WITHOUT_LIBOBJC
- drop GNUSTEP_WITH_BASE_GCC
GNUstep defaults to base compiler

- update GNUSTEP_DEVEL for gnustep-back-0.20
2011-04-16 10:21:38 +00:00
Alex Dupre
f7cf5a4058 Add support for php5-sqlite3 port. 2011-04-15 14:52:14 +00:00
Boris Samorodov
9356d8ca9b Add libv4l to the rank of LINUX_26_APPS. 2011-04-14 14:26:16 +00:00
Alberto Villa
762fd7edc2 - Update KOffice to 2.3.3. 2011-04-13 07:33:32 +00:00
Matthias Andree
75d3cd2cd7 Now that db2 is gone, drop db2_DEPENDS as only reminiscence.
No longer autodetect db3 in anticipation of later removal.
Make 3+ find only 4.0 and newer.
2011-04-12 21:57:14 +00:00
Baptiste Daroussin
8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses 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@)
2011-04-11 08:34:17 +00:00
Max Brazhnikov
b403511a80 Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPE
Change Debug profile to DebugFull
2011-04-10 08:46:04 +00:00
Max Brazhnikov
6fe3038318 - Set CMAKE_BUILD_TYPE to Release by default (and to Debug if WITH_DEBUG
is defined)
- Pass CMAKE_BUILD_TYPE to PLIST_SUB
- Reformat description
2011-04-10 08:40:13 +00:00
Alberto Villa
4369b12d60 - Update kdevelop to 4.2.2.
- Update kdevplatform and kdevelop-php to 1.2.2.
2011-04-09 09:31:40 +00:00
Alberto Villa
44b2f80d3d The FreeBSD KDE Team is pleased to announce April updates for KDE
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.
2011-04-07 12:03:34 +00:00
Stanislav Sedov
df030013c6 - As ports ruby 1.9 now includes a recent version of rake,
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>
2011-04-06 19:36:50 +00:00
Rene Ladan
495672d34d Remove support for expired PostgreSQL versions 7.3, 7.4, 8.0, and 8.1
Noted by:	kwm
2011-04-04 17:39:27 +00:00
Wen Heping
865f983cab - Fix a typo
Submitted by:	lichray@gmail.com(via Email)
2011-04-01 01:30:52 +00:00
Olli Hauer
b10577b78b - add mod_substitute to apache22
- adjust some .endif comments

With Hat:   apache@
2011-03-31 14:23:32 +00:00
Brendan Fabeny
6794dbfb53 Add Netlib sites and macros 2011-03-31 10:20:34 +00:00
Thomas Abthorpe
87f78ba5a9 - Disable license checking with DISABLE_LICENSES [1]
- Remove temp files from /tmp when build is interrupted [2]

PR:		ports/149837 [1], ports/155890 [2]
2011-03-31 03:37:14 +00:00
Pav Lucistnik
a33f88dc6a - Restore the rest of dropped licenses
Pointy hat to:	tabthorpe
2011-03-25 20:52:48 +00:00
Pav Lucistnik
c9f237e081 - Re-add ISCL to the list of licenses
Pointy hat to:	tabthorpe (licensing overlord)
Reported by:	pointyhat
2011-03-25 20:41:18 +00:00
Alberto Villa
f008f3a2ea - Update kdevelop to 4.2.0.
- Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.0.
2011-03-25 10:46:52 +00:00
Alberto Villa
253cf9c6c3 - Update KOffice to 2.3.1.
- Force dependency on new libwpg.
2011-03-25 10:44:21 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
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
2011-03-25 10:33:51 +00:00
Alberto Villa
b140da0491 - Update Qt to 4.7.2.
- Backport QSslCertificate patch.
2011-03-25 09:54:16 +00:00
Thomas Abthorpe
4229f233a1 - Add LaTeX Project Public Licenses
PR:		ports/151300
Submitted by:	Christopher Key <cjk32 cam.ac.uk>
2011-03-24 00:28:10 +00:00
Beat Gaetzi
4abb7a2cbb - Add Firefox 4.0 and make Firefox 4.0 the default version. 2011-03-22 15:26:35 +00:00
Matthias Andree
27778091d8 Kill Oracle Berkeley DB 5.0 port.
There are no ports that depend on this, just implicit via
USE_BDB=yes or USE_BDB=44+ or similar - databases/db51 will do.
2011-03-21 20:41:49 +00:00
Pav Lucistnik
a3c0bb0134 - Use ${UID} instead of calling ${ID} -u
PR:		ports/155543
Submitted by:	Eitan Adler <lists@eitanadler.com>
2011-03-19 21:30:34 +00:00