1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

2376 Commits

Author SHA1 Message Date
Beech Rintoul
74d0d6ec45 - Add USE_XLIB, required when WITH_NVIDIA_GL is defined
PR:		ports/127394
Submitted by:	Mel <mel.xyzzy@rachie.is-a-geek.net>
Approved by:	portmgr (pav)
2008-09-15 21:57:06 +00:00
Martin Wilke
71ba622e6b - set PORTSCOUT variable 2008-09-08 09:26:11 +00:00
Martin Wilke
2322ba05b2 - Update to 0.4.1 2008-09-08 09:12:25 +00:00
Martin Wilke
9dd54d07d3 - Take maintainership 2008-09-07 09:01:17 +00:00
Mario Sergio Fujikawa Ferreira
f1b7607c42 o Update to 0.4.0
o Fix BROKEN
2008-09-07 03:05:20 +00:00
Joe Marcus Clarke
fa596a3067 Update to 2.5.1. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
2008-09-07 01:14:59 +00:00
Mark Linimon
afc0f19cab Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.

Hat:	portmgr
2008-09-07 00:36:27 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Martin Matuska
6a8071a05e - Update to 2.2.4
- Switch to .bz2 distfile
2008-09-04 09:47:05 +00:00
Jeremy Messenger
4c5c03898f Remove a stale patch to fix the apply patch. 2008-09-03 17:38:59 +00:00
Mark Linimon
1c14a848fe Reset r@robakdesign.com due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 03:37:20 +00:00
Chin-San Huang
924ae196d6 - Update to 0.0.15
- Change maintainer's mail address

PR:		ports/126959
Submitted by:	maintainer
2008-09-02 15:15:33 +00:00
Michael Johnson
d8e15dcb0a Update to 0.3.4 2008-09-01 22:42:50 +00:00
Michael Johnson
113be553a3 Update to 0.15.1 2008-09-01 22:29:58 +00:00
Michael Johnson
8e08b3852d Update to 0.2.1 2008-09-01 22:23:48 +00:00
Michael Johnson
6a722c8d41 Update to 0.7.8 2008-09-01 22:09:05 +00:00
Michael Johnson
41834ccda7 Update to 0.7.14 2008-09-01 21:59:03 +00:00
Michael Johnson
4d25d1d68b Update to 1.4.2 2008-09-01 19:25:50 +00:00
Johan van Selst
5f54354a3d Update to 0.6.3 2008-09-01 09:24:38 +00:00
Martin Wilke
b2e5ee8a3b - Update to 3.6.0
PR:		126898
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
Approved by:	maintainer
2008-08-29 14:01:29 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Martin Matuska
4f994315e8 - Unbreak (we have gsasl 0.2.28 now) 2008-08-28 19:45:06 +00:00
Kirill Ponomarev
28dd1cf220 - Update to version 0.2.28
- Bump sh lib version on depending ports

PR:		ports/126857
Submitted by:	mm@FreeBSD.org
2008-08-26 20:28:09 +00:00
Martin Matuska
39160139c3 - Mark broken until gsasl gets updated ( ports/126857 ) 2008-08-26 14:04:53 +00:00
Martin Matuska
8e2ad94128 - Update to 2.2.3 2008-08-26 08:01:08 +00:00
Rong-En Fan
bbf8ff9552 - Update to 1.35
- While I'm here, make it respect PREFIX (modify Makefile in post-patch)

PR:		ports/126813
Submitted by:	ports at c0decafe.net (maintainer)
2008-08-25 10:20:36 +00:00
Joe Marcus Clarke
b69a27aaf9 Belatedly chase the libpurple shared lib version.
Reported by:	pointyhat via erwin
2008-08-24 16:58:52 +00:00
Joe Marcus Clarke
c3b85ed5e8 Actually commit the libpurple shared lib change.
Reported by:	erwin
2008-08-24 02:54:25 +00:00
Joe Marcus Clarke
296a0d28a3 Chase the libpurple shared lib version. 2008-08-21 21:40:50 +00:00
Joe Marcus Clarke
9860142901 Update to 2.5.0. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
2008-08-21 21:38:15 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Felippe de Meirelles Motta
f85e5ff85d - Update to 0.7.0.
- Better description on pkg-descr.

PR:		ports/126274
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
2008-08-20 02:47:28 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Edwin Groothuis
f5b8b10fec [PATCH] net-im/p5-Jabber-SimpleSend: update to 0.03
- Update to 0.03
	- Maintainer to perl@

PR:		ports/126572
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-08-18 00:29:46 +00:00
Edwin Groothuis
903a852cd1 [NEW PORT] net-im/wooztalk: Meet your World Wide Web neighbors
WoozTalk is a new innovative and free Internet service that
	let you see and chat with anyone else visiting the same
	website.

	As soon as you install WoozTalk, when you visit one of your
	favorite websites, you will see others net surfers currently
	connected and you will be able to chat with them!

	WWW: http://www.wooztalk.com

PR:		ports/125884
Submitted by:	David <tech@wooztalk.com>
2008-08-17 05:51:05 +00:00
Martin Wilke
c90f149219 - Update to 0.97.2
PR:		126267
Submitted by:	gavin
Approved by:	maintainer
2008-08-10 21:58:43 +00:00
Martin Wilke
d5430644b7 - Update to 0.12
Changelog:	http://forum.psi-im.org/thread/5043

PR:		126080
Submitted by:	Sergei Golyashov <athathoth@yandex.ru>
Approved by:	portmgr (pav)
2008-08-08 09:23:16 +00:00
Joe Marcus Clarke
d324e74eef Update to 0.3.3. 2008-08-07 03:53:50 +00:00
Joe Marcus Clarke
030868d433 Update to 0.7.7. 2008-08-07 03:50:14 +00:00
Joe Marcus Clarke
391dd04818 Update to 0.7.13. 2008-08-07 03:46:16 +00:00
Martin Matuska
d631e4a283 - Fix MSN protocol string
- Bump PORTREVISION

PR:		ports/126276
Submitted by:	garga
2008-08-06 13:35:20 +00:00
Martin Wilke
9426922ba2 - Add missing patch 2008-08-06 09:56:43 +00:00
Martin Wilke
a9f89cee0f - Fix build after cmake update
- Disable KDE4 detection
- Remove FreeBSD 5.X support
- Bump PORTREVISION

Reported by:	pavbot/erwinbot
2008-08-06 09:56:11 +00:00
Martin Wilke
64d4501c2e msn-pecan is an alternative MSN protocol plugin for libpurple.
Features include:
* Support for personal messages
* Server-side storage for display names (private alias)
* Partial direct connection support (p2p transfers)
* Improved network IO (using GIOChannel)
* Improved error handling
* Network issues tested with netem
* GObject usage

WWW: http://code.google.com/p/msn-pecan/

PR:		ports/126093
Submitted by:	hrkfrd at gmail.com
2008-08-06 07:19:10 +00:00
Philippe Audeoud
061163d104 - Update to 4.22.5-70-g5f125
PR:		ports/126239
Submitted by:	maintainer (frank altpeter.de)
2008-08-04 14:21:42 +00:00
Joe Marcus Clarke
f280782317 Update to 0.31. 2008-08-03 23:15:55 +00:00
Joe Marcus Clarke
e4600a3f56 Update to 1.4.1. 2008-08-03 23:15:28 +00:00
Martin Wilke
c65ebfc411 - Update to 0.14 2008-08-03 16:08:01 +00:00