| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
x11-fm/twander update to release 3.160
PR: ports/76133
Submitted by: Tim Daneliuk <twander@tundraware.com>
|
|
|
|
|
| |
PR: ports/75956
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket)
|
|
|
|
|
| |
PR: ports/75229
Submitted by: maintainer
|
|
|
|
|
| |
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
|
|
|
|
|
|
|
|
|
|
| |
Previously it was picked up by imake, which was run time dependency for
X libraries. Since this will no longer hold, specify perl explicitly.
Also reset maintainership:
<lukin@okbmei.msk.su>: host relay.orbita.ru[193.192.144.231] said: 550
lukin@okbmei.msk.su unknown user account (in reply to RCPT TO command)
Pointed out by: dosirak via kris, while testing X.Org upgrade
|
|
|
|
|
| |
PR: ports/74428
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
| |
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.
|
|
|
|
|
| |
PR: ports/73737
Submitted by: Ports Fury
|
|
|
|
| |
big upgrade.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.
This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team. The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).
Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD. We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:
Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>
GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.
As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process. Full documentation on the GNOME 2.8
upgrade is coming following this commit.
From all of us at FreeBSD GNOME, ENJOY!
|
|
|
|
|
| |
PR: ports/73478
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/73389
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/72835
Submitted by: Valerio Alliod <valerio.alliod@ieio.vda.it>
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Submitted by: Michael Johnson <ahze@ahze.net>
|
|
|
|
| |
Approved by: portmgr
|
| |
|
|
|
|
|
| |
PR: 70903
Submitted by: Roman Bogorodskiy <bogorodskiy (at) inbox.ru>
|
|
|
|
| |
Approved By: maintainer-timeout (11 days)
|
|
|
|
|
|
|
| |
Update to 1.47.
Assume maintainership.
Approved by: maintainer neglect
|
|
|
|
|
|
| |
PR: ports/69908
Submitted by: Ulrich Spoerlein <q at uni dot de>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/70498
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
| |
Approved by: krion
|
|
|
|
|
| |
bumping PORTREVISION here because the directories are just
deinstallation noise in the end.
|
|
|
|
| |
the ports that really own the directories.
|
|
|
|
|
| |
PR: ports/69522
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
|
|
|
|
|
|
|
| |
GTK2/GNOME2.
PR: ports/67674
Submitted by: Jens Rehsack <rehsack@liwing.de> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
-Add CONFLICTS to gnome-commander2 to get ready early (ports/67674).
PR: ports/67953
Submitted by: Jens Rehsack <rehsack@liwing.de> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/66471
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/66400
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/66206
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
| |
|
| |
|