Commit graph

88 commits

Author SHA1 Message Date
Joe Marcus Clarke
ba719e5a41 Update to 2.0.3.
Approved by:	maintainer
2006-12-08 07:49:12 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Michael Johnson
555a5e5ac5 - Now builds & works on sparc64 2006-09-15 16:08:48 +00:00
Joe Marcus Clarke
fc8cfc55e9 Fix the plist and thus the package build by adding all of the missing
locales.

Hat:	portmgr
2006-07-15 17:39:45 +00:00
Cheng-Lung Sung
a1979dd621 - update to 2.0.2
- his is an update of net/ekiga and net/opal.  Requires the latest update to
  pwlib (FreeBSD port is uptodate since one week).
  This update also incorporates a new user-contributed patch,
  see Bug 345308 - Keypad does not work properly at
  http://bugzilla.gnome.org/show_bug.cgi?id=345308

PR:		ports/99764
Submitted by:	maintainer (Jean-Baptiste Quenot)
2006-07-05 02:49:16 +00:00
Joe Marcus Clarke
24c83fb8b2 Mark IGNORE with the latest pwlib. 2006-06-25 20:55:54 +00:00
Erwin Lansing
4411617464 Due to a missing symbol in the default thread library on sparc64 in
OSVERSION <= 700003, configure breaks with a linker error during the
detection of libpt from devel/pwlib.
- mark it as BROKEN for this particular case

PR:			96170
Submitted by:		Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:		maintainer
Reported by:            pointyhat errorlogs
Discussed on:           freebsd-threads@, freebsd-sparc64@
Review and test on:     RELENG_6_1 i386, amd64, sparc64
                        CURRENT i386, amd64
2006-04-23 10:34:03 +00:00
Jeremy Messenger
4d01736a72 - USE_AUTOTOOLS=libtool:15 -> GNU_CONFIGURE=yes
- ${LOCALBASE}/bin/sdl11-config -> ${SDL_CONFIG}
- Add intlhack.
- Add -I${LOCALBASE}/include and -L${LOCALBASE}/lib to allow it finds more
  stuff such as libintl.h and etc.
- Install dbus files in the correct place. Since, it's installed in the wrong
  place and are not in plist, you can clean up by manual by do this:

  	rm -rf /usr/X11R6/share/gnome/dbus-1
- Correct the plist if you disable/enable the dbus.
- Bump the PORTREVISION.

Reviewed by:	marcus
Approved by:	"Jean-Baptiste Quenot" <jbq@caraldi.com> (maintainer)
2006-04-09 16:12:15 +00:00
Joe Marcus Clarke
578752978b * Chase the opal library name changes
* Fix USE_GNOME dependencies
* Add INSTALLS_OMF
* Allow the user to disable avahi support using WITHOUT_AVAHI
* Allow the user to disable D-BUS support with WITHOUT_DBUS

PR:		95464
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	maintainer
2006-04-08 05:15:55 +00:00
Edwin Groothuis
f788274c32 New port: net/ekiga based on net/gnomemeeting
Ekiga is a free Voice over IP phone allowing you to do free
	calls over the Internet.

	Ekiga is the first Open Source application to support both
	H.323 and SIP, as well as audio and video. Ekiga was formerly
	known as GnomeMeeting.

	The new port is based on net/gnomemeeting (same author,
	port Makefiles very similar), so could you please:

	1) make a repocopy from gnomemeeting to ekiga

	2) apply the patch in ekiga, note that old patch files are
	removed, and a new patch file is provided

PR:		ports/95321
Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com>
2006-04-06 13:04:59 +00:00
Alexander Leidinger
6734070660 Update to 1.2.1.
This is based upon work from kwm and includes patches for vfakeio to make
it work with recent pwlib and openh323 versions from Joerg Pulz.

You need a recent pwlib and openh323 port for this.

Temporary aquire maintainership (ekiga is around the corner).

Thanks to:	kwm, Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	maintainer timeout (>3 months)
2006-04-05 19:20:06 +00:00
Kris Kennaway
0f8f8018e2 BROKEN: Incomplete dependency list
Approved by:    portmgr (implicit)
2006-03-06 20:47:23 +00:00
Ade Lovett
ff2dfa943a Post libtool-conversion fixups
Submitted by:	pointyhat
Approved by:	portmgr (implicit)
2006-02-25 21:35:43 +00:00
Alexander Leidinger
8d20ecc86c Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
Approved by:		linimon ("no weeping changes ATM"-Heads-Up)
2006-02-05 12:35:09 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Sam Lawrance
d769740279 Use a more accurate method of determining WRKSRC paths for pwlib and openh323.
PR:		ports/77857
Submitted by:	Sergei Kolobov <sergei@FreeBSD.org>
Approved by:	kwm (maintainer, timeout 9 months)
2005-12-17 09:51:15 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Kris Kennaway
23976e17b2 BROKEN on !i386: Configure fails 2005-07-17 20:01:24 +00:00
Sam Lawrance
ae67238a95 - Add a bison %pure-parser declaration in pwlib. The build was
depending on old bison behaviour (#define YYPURE) which no longer
  works.  Fixes crash of opengk and maybe more.

- Bump PORTREVISION of ports using pwlib (they link with it statically)

PR:		ports/61053
Submitted by:	Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by:	clement (mentor)
2005-05-16 02:45:10 +00:00
Koop Mast
c7fb0387b5 Fix configure on 4.x.
Submitted by:	pointyhat
2005-03-13 21:08:41 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Koop Mast
a2ed2060e3 Unbreak on 5.x and 6.0 based on [1].
Remove broken and depricated.
Take maintainership.
Do some portlint petting.
Sort plist.

PR:		68022
Submitted by:	Paul Seniura <pdseniura at techie dot com>
2005-02-01 18:55:00 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Mark Linimon
4d9e7fb643 With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
2004-12-05 04:54:21 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Kris Kennaway
c113d5d1b2 BROKEN: Build fails 2004-07-02 08:16:31 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
eff5844d6a Add a missing locale file to the plist.
Spotted by:	adamw
Approved by:	maintainer (implicit)
2003-11-16 00:15:53 +00:00
Joe Marcus Clarke
27db94bdce Convert OpenLDAP dependency to USE_OPENLDAP.
Approved by:	maintainer
2003-11-03 17:15:02 +00:00
Edwin Groothuis
b440228ea2 Remove inactive master_site (keep it commented out) 2003-11-02 21:55:38 +00:00
Joe Marcus Clarke
dceac278bb Fix a build problem with libxml2-2.6.x.
Approved by:	maintainer timeout
2003-11-01 23:06:39 +00:00
Roger Hardiman
bcddff7f43 Upgrade to 0.98.5 2003-09-10 08:02:01 +00:00
Roger Hardiman
483f66eda5 Update the plist 2003-09-06 07:17:59 +00:00
Roger Hardiman
da3081c17f Add patch to disable IPv6 support which was making GM crash.
Fix a fig where calls to GM using 127.0.0.1 fail when NAT support enabled
2003-09-05 12:35:42 +00:00
Roger Hardiman
e460b7b38d Upgrade to 0.98.4 2003-09-02 14:12:46 +00:00
Roger Hardiman
4c76ad7bd2 Add two patches which make GM compile on -current
(which does not have the IXJ driver)
2003-08-31 21:14:00 +00:00
Roger Hardiman
c8e987f11b Use the ftp location suggested by Joe 2003-08-29 11:32:12 +00:00
Roger Hardiman
6b4b198247 Upgrade to 0.98.2 2003-08-29 09:12:13 +00:00
Roger Hardiman
0afc54a430 Add patch to make the port compile. 2003-08-28 20:38:22 +00:00
Roger Hardiman
afbbd896cb Upgrade to 0.98.0 2003-08-28 06:44:56 +00:00
Jun Kuriyama
7c0800f7ec Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...

Pointy hat to:	kuriyama
2003-08-14 22:12:22 +00:00
Roger Hardiman
3044de721f extra gnome requirements
Submitted by:	Kris
2003-05-05 20:17:03 +00:00
Roger Hardiman
99e28be4d9 Add patch from Joe
Submitted by:	marcus
2003-05-02 17:21:26 +00:00
Roger Hardiman
27e556708b Add patch
Submitted by:	Mezz from bsdforums.org
2003-04-23 13:54:57 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Roger Hardiman
aef5122501 Remove incorrect file
Submitted by:	Sergey Akifyev
2003-04-09 09:59:35 +00:00