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

87 Commits

Author SHA1 Message Date
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Joe Marcus Clarke
27e9e51446 Update to 1.2.4.6. 2009-05-09 05:03:50 +00:00
Joe Marcus Clarke
f7255961b0 Do not compile with -Wno-pointer-sign. This fixes the build with GCC 3.x.
Reported by:	ale
2009-01-13 07:44:38 +00:00
Joe Marcus Clarke
f7f9f39ef6 Update to 1.2.4.4. 2009-01-13 03:22:30 +00:00
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Joe Marcus Clarke
8a3b3da500 Update to 1.2.1. 2008-04-21 06:25:05 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Jeremy Messenger
a8668d4893 -Fix the build with WITHOUT_X11. [1]
-Make WITHOUT_X11 actually works by add --without-x11.

Submitted by:	Jonathan Hogg <jonathan@significant-whitespace.com> [1]
2008-04-05 16:45:06 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joe Marcus Clarke
e04da50289 Ignore SIGPIPE (and EPIPE) when writing out PID to a client. Some clients
(like gnome-session) close the pipe too early resulting in dbus-daemon
terminating.
2007-03-21 21:25:12 +00:00
Joe Marcus Clarke
406953dc86 Update to 1.0.2.
Security:	This fixes the vulnerability described in CVE-2006-6107
2006-12-14 20:33:12 +00:00
Joe Marcus Clarke
327a26e7fd Update to 1.0.1. 2006-11-23 02:02:02 +00:00
Tom McLaughlin
49cdb0be33 Let USE_GNOME be overridden by slave ports. Needed for comming changes to
dbus-sharp.

Approved by:	pav
2006-11-10 23:29:25 +00:00
Joe Marcus Clarke
43acd71e5e Update to 1.0.0. 2006-11-10 22:05:37 +00:00
Tom McLaughlin
ce2e827484 Change the name of the dbus system socket to system_bus_socket per the dbus
spec.

"The address of the system message bus is given in the
DBUS_SYSTEM_BUS_ADDRESS environment variable. If that variable is not set,
applications should try to connect to the well-known address
unix:path=/var/run/dbus/system_bus_socket."

Approved by:	marcus
2006-11-08 05:25:43 +00:00
Joe Marcus Clarke
da5fcd383c Make sure dbus-uuidgen --ensure is run during post-install to create
the machine-id file.  At least one user reported errors related to this
file not existing.  Strange that it did not affect everyone.
2006-11-07 02:14:53 +00:00
Joe Marcus Clarke
85294c207b I was too over-zealous with patch removal in the 0.95 update. Restore
a pkg-config bit that will fix dependent port builds.
2006-11-06 07:59:07 +00:00
Joe Marcus Clarke
19592a61d2 Update to 0.95. 2006-11-06 03:35:39 +00:00
Jean-Yves Lefort
09eb686da1 Fix the rc script (must now source RC_SUBR before GNOME_SUBR) 2006-10-31 09:35:00 +00:00
Jean-Yves Lefort
53c0d9ee40 Start dbus if gnome_enable is set to yes in /etc/rc.conf 2006-10-31 09:12:59 +00:00
Joe Marcus Clarke
f8c6069f30 Update to 0.94. 2006-10-31 02:36:36 +00:00
Joe Marcus Clarke
7b1e0fc980 Add a missing #include to correct a problem where dbus would refuse to
launch if /usr/local or /usr/X11R6 were NFS mounts.  The error seen would be:

Failed to start message bus: Can't calculate buffer size when reading directory

Approved by:	portmgr (implicit)
2006-10-27 02:05:30 +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
Joe Marcus Clarke
da412d866a Adjust the plist to avoid a conflict with USE_LDCONFIG by setting @cwd.
Reported by:	oliver
2006-09-11 18:04:18 +00:00
Joe Marcus Clarke
be1b3fe2d4 Update to 0.62. 2006-06-14 05:03:44 +00:00
Joe Marcus Clarke
70eb7f5569 * Rename our rc.d stop_postcmd function to be consistent with other scripts
* Create the directory to hold the dbus pidfile before starting as MFS-mounted
  /var's will not have this directory [1]

PR:		98580 [1]
2006-06-10 19:03:48 +00:00
Joe Marcus Clarke
26c821e6e3 Remove a leftover directory. 2006-05-03 06:32:23 +00:00
Joe Marcus Clarke
47499ad842 Teach dbus to look in ${X11BASE}/etc/dbus-1/system.d for system bus
configuration files.
2006-05-03 06:22:17 +00:00
Joe Marcus Clarke
12eacf0e3d Add a half-second delay before HUP'ing the system daemon when the system.d
contents change.  This avoids a race with install(1) that causes dbus
to die.  Also, adjust the list of kevent notes to be closer to what dnotify
is using in Linux.
2006-05-02 17:04:09 +00:00
Jean-Yves Lefort
830a25df1e The system daemon is running as messagebus:messagebus, so it does not
have the permission to remove its pid file and socket on exit. Put
these files in the /var/run/dbus directory, owned by
messagebus:messagebus.

Remove the files and directory on package deinstall.
2006-04-28 01:37:06 +00:00
Joe Marcus Clarke
ae6f3d5e96 Correct the plsit when QT support is enabled.
Submitted by:	Tim Welch <twelch@thepentagon.org>
2006-04-21 06:53:46 +00:00
Alexander Nedotsukov
26fff0c0a1 - Drop bash build dependency. [1]
- Remove obsolete USE_REINPLACE.

Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com> [1]
2006-04-04 12:31:16 +00:00
Joe Marcus Clarke
9e96cdaade Update to 0.61. 2006-03-15 05:31:15 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
9f677a9434 Hide USE_RC_SUBR behind !defined(DBUS_SLAVE). 2006-02-17 20:12:30 +00:00
Joe Marcus Clarke
03748f9608 * Fix creation of the dbus system socket
* Update for the new USE_RC_SUBR world order
2006-02-15 04:29:02 +00:00
Joe Marcus Clarke
528e27bd7e * Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message

PR:		92844
Submitted by:	leeym
2006-02-14 17:51:17 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Joe Marcus Clarke
a669dc1c3c Update to 0.60. 2005-12-31 18:43:11 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
b3581b8509 Update to 0.50. 2005-09-11 19:51:27 +00:00
Joe Marcus Clarke
a4ab8fcc04 Update to 0.36.2.
Security:	Fixes CAN-2005-0201
2005-09-02 03:47:56 +00:00
Joe Marcus Clarke
b71b6bdc85 Update to 0.36.1. 2005-08-28 07:44:57 +00:00
Joe Marcus Clarke
ec950be184 Correct placement of IGNORE so the slave port will actually pick it up. 2005-07-22 22:47:37 +00:00
Joe Marcus Clarke
cb7ef01162 Mark py-dbus IGNORE on 4.X. It does not build, and GCC 3.4 won't help here. 2005-07-22 22:41:44 +00:00
Joe Marcus Clarke
e64ceab79b Update to 0.35.2. 2005-07-19 05:12:40 +00:00