Commit graph

58 commits

Author SHA1 Message Date
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +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
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
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Joe Marcus Clarke
ce368ba6ae Add a missing USE_PERL5_RUN as some of the utility scripts are Perl-based. 2006-04-28 06:21:38 +00:00
Pav Lucistnik
2ef61ee420 - Chase gle update 2006-04-15 15:28:02 +00:00
Joe Marcus Clarke
b83a876a41 Update to 4.24. See http://www.jwz.org/xscreensaver/changelog.html for the
complete list of changes in this release.
2006-02-10 09:19:25 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +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
7458b4b0c8 Substitute hard-coded /usr/X11R6 with ${X11BASE} to avoid installation
problems with non-standard base prefixes.

Reported by:	pointyhat via kris
2005-10-28 02:39:32 +00:00
Joe Marcus Clarke
fd1c3c5ae1 Update to 4.23. See http://www.jwz.org/xscreensaver/changelog.html for the
list of fixes and new hacks.
2005-10-24 15:08:42 +00:00
Joe Marcus Clarke
33c9cee3d5 Conflict with xscreensaver-gnome-hacks. 2005-09-14 03:26:54 +00:00
Joe Marcus Clarke
57c9383d29 Set this port up as a master port. 2005-09-14 03:22:57 +00:00
Joe Marcus Clarke
44f0fa9c7f Update to 4.22. See http://www.jwz.org/xscreensaver/changelog.html for a
list of the changes and new hacks.
2005-06-26 18:14:21 +00:00
Joe Marcus Clarke
5f30b9c7d0 Adapt a patch deleted in the 4.21 upgrade that prevents PAM configs from
being installed.
2005-04-04 01:16:05 +00:00
Joe Marcus Clarke
b2cd9abc50 Add a bunch of missing glade files to the plist.
Reported by:	GNOME Tinderbox
2005-04-04 01:08:42 +00:00
Joe Marcus Clarke
80fc34b798 Update to 4.21 with a much cleaner installation, and one new hack. Release
notes available at http://www.jwz.org/xscreensaver/changelog.html.
2005-04-02 19:22:25 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
24f688cf24 Update to 4.20. See http://www.jwz.org/xscreensaver/changelog.html for the
usual list of fixes and new modules.
2005-02-24 07:42:21 +00:00
Adam Weinberger
b39cb1f6ac Remove MASER_SITE_LOCAL from MASTER_SITES; jwz.org doesn't
appear to have the bandwidth issues it did when the
extra MASTER_SITE was added.
2004-12-17 09:37:27 +00:00
Joe Marcus Clarke
01f4e58375 Update to 4.19 with four new hacks (fireworkx, intermomentary, pinion, and
substrate) as well as some additional bugfixes.
2004-12-17 03:23:44 +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
Joe Marcus Clarke
4ba4a39aac Update to 4.18. For a list of changes in this release, see:
http://www.jwz.org/xscreensaver/changelog.html
2004-08-23 17:36:58 +00:00
Volker Stolz
7f5679ddce Fix build in presence of libutils.
PR:	ports/67716
2004-06-09 07:32:28 +00:00
Adam Weinberger
63feebdcfc Remove the non-MASTER_SITE_LOCAL server added
temporarily, now that the distfile is hosted on
MASTER_SITE_LOCAL as a backup. Also, there was a report
of the server refusing connections, anyway.
2004-05-27 02:39:04 +00:00
Adam Weinberger
fb6b625139 Host the distfile on MASTER_SITE_LOCAL temporarily due
to numerous reports of difficulty fetching said distfile.
2004-05-27 02:36:17 +00:00
Adam Weinberger
48e5e630dd Add another MASTER_SITE. We'll see how this one fares. 2004-05-22 21:32:09 +00:00
Joe Marcus Clarke
907a2b4a24 Update to 4.16. The list of new hacks, features, and bug fixes can be found
at http://www.jwz.org/xscreensaver/changelog.html.
2004-05-20 01:59:55 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
887958d6ca Fix patching on non-CURRENT systems. 2004-03-27 20:23:30 +00:00
Alexander Nedotsukov
8c5a2edbd9 - Remove useless gnome glade module requirement.
This also provoked wired crashes for -CURRENT users default libmapping
  to libc_r.
- Do not link against libpthread at all. There is no code make real use
  of pthread API so don't create our own dll hell.
  Nvidia libGL users must be happy now. No more libc_r libmapping for
  xscreensaver GL hacks required.
2004-03-27 16:20:13 +00:00
Joe Marcus Clarke
7f1badfa35 Revert the last commit. gnomehack takes care of this.
Reported by:	bland
Pointy hat to:	me
2004-03-26 01:42:38 +00:00
Joe Marcus Clarke
a27380f247 Use PTHREAD_LIBS. 2004-03-25 18:06:59 +00:00
Joe Marcus Clarke
7248f37757 Update to 4.15. For a list of what's new, checkout:
http://www.jwz.org/xscreensaver/changelog.html
2004-03-02 20:10:15 +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
f7697d8206 Add optional PAM support, and make this port use OPTIONS.
PR:		61237
2004-02-02 19:49:43 +00:00
Joe Marcus Clarke
f7071289be Fix build on amd64 by disabling optimizations.
Reported by:	bento
2003-12-11 16:51:40 +00:00
Joe Marcus Clarke
9b751cff10 Update to 4.14. 2003-11-09 04:03:40 +00:00
Joe Marcus Clarke
295603fb96 s/USE_MESA/USE_GL/ 2003-11-08 01:01:54 +00:00
Alexander Nedotsukov
3dcc0edd66 Update to 4.13 2003-09-09 14:01:24 +00:00
Joe Marcus Clarke
a519284c90 Update to 4.12. 2003-08-15 07:09:12 +00:00
Joe Marcus Clarke
b301680be1 Update to 4.11. 2003-07-22 04:31:28 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
5820a0a6c4 * Update to 4.10 [1]
* Convert to a GTK+-2 port [2]

Obtained from:	x11/xscreensaver [1]
Submitted by:	Alexander Nedotsukov <bland@mail.ru> [2]
2003-06-02 07:45:44 +00:00
Joe Marcus Clarke
b6db67fb66 Add a patch to make webcollage get along with Perl < 5.6. 2003-04-20 06:12:01 +00:00
Joe Marcus Clarke
39885d304b Borrow a patch from Doug to fix getimage with Perl < 5.6.
Obtained from:	x11/xscreensaver
2003-04-20 02:50:44 +00:00
Joe Marcus Clarke
1189082976 Add a pkg-install check to see if xscreensaver is already installed. This
way, users won't end up with two versions of xscreensaver.

Based on patches that were

Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2003-04-15 22:21:27 +00:00
Joe Marcus Clarke
5d8d5c7851 Update to 4.09.
Obtained from:	x11/xscreensaver
2003-04-08 00:35:43 +00:00