1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Joe Marcus Clarke
728d60ca59 Update to 0.71. 2010-02-15 05:09:45 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Jeremy Messenger
f351847c00 Restore the %%MIMEDIRS%% to respect the paths, bump the PORTREVISION.
PR:		ports/134449
Submitted by:	Tim Bishop <tim@bishnet.net>
2009-05-11 12:23:00 +00:00
Joe Marcus Clarke
6910cf5dbc Update to 0.60. 2009-02-23 05:20:29 +00:00
Joe Marcus Clarke
606c1dd0d1 Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.
Add an UPDATING entry on how to properly perform this upgrade.
2008-07-25 22:24:14 +00:00
Jeremy Messenger
788af8e078 Update to 0.40. 2008-07-04 17:24:35 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Jeremy Messenger
2fc5b32fc4 Update to 0.30. 2008-05-18 19:40:01 +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
Jeremy Messenger
d5ec7f79f1 Update WWW to: http://www.freedesktop.org/wiki/Software/shared-mime-info 2008-01-12 18:34:11 +00:00
Joe Marcus Clarke
f00344ca8e Update to 0.23. 2008-01-12 06:42:11 +00:00
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
Joe Marcus Clarke
4e3e062fa4 Update to 0.22. 2007-08-09 19:30:39 +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
Jeremy Messenger
ef349f1be4 Remove X11BASE stuff from plist, they are no longer need.
Reviewed by:	marcus
2007-05-30 04:19:13 +00:00
Joe Marcus Clarke
90774037f4 Remove support for a separate X11BASE.
Approved by:	portmgr (implicit)
2007-05-19 22:01:13 +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
24fa0fb373 Restore a hunk that was accidentally removed with the MIMEDIRS fix.
Submitted by:	roam
2007-04-27 14:48:31 +00:00
Joe Marcus Clarke
1c0bb5fd51 Correct MIME dirs in patch. 2007-04-26 19:09:22 +00:00
Joe Marcus Clarke
6643cb30b3 Update to 0.21. 2007-04-22 03:49:34 +00:00
Joe Marcus Clarke
a4e6a946e0 Update to 0.20. 2007-02-10 10:02:18 +00:00
Joe Marcus Clarke
57b80413cb Update to 0.19. 2006-09-04 00:24:54 +00:00
Joe Marcus Clarke
eb35231643 Update to 0.18. 2006-07-13 05:42:19 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Jeremy Messenger
cfe60275d1 Update the MASTER_SITES to fix the fetch.
Reported by:	krismail
2006-05-03 18:52:52 +00:00
Joe Marcus Clarke
6e6640218f Clean up leftover mime.cache files, and add another MIME subdirectory. 2006-03-18 05:04:36 +00:00
Jeremy Messenger
b6f16345e0 Update to 0.17. 2006-03-16 19:18:57 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Michael Johnson
249f17b408 - Update to 0.16 2005-04-02 16:50:27 +00:00
Joe Marcus Clarke
f445ade1ad * Sync with Freedesktop CVS to add support for a few new MIME types including
D source code, CHM files, Stuffit archives, and Oasis documents
* Add support for aliases and subtypes, new to the MIME spec

Obtained from:	Freedesktop CVS
2005-03-19 20:59:06 +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
29166337b6 Be sure to create all of the X11BASE MIME subdirectories since we will
be responsible for removing them.

Approved by:	portmgr (implicit)
2005-01-03 21:46:28 +00:00
Pav Lucistnik
e2021ef6a5 - Create an empty database in X11BASE
This is not strictly needed, and it violates a "stay in prefix" rule,
  but it's necessary to avoid pointyhat from reporting leftover files
  in ports which actually do create mime database in X11BASE, for example,
  comms/xlog.

- Change @cwd+%D to %%X11BASE%%, there are no files listed after @cwd anymore.
2004-12-30 21:34:20 +00:00
Pav Lucistnik
4e08f235a1 - Silence unexec lines 2004-12-28 14:06:47 +00:00
Joe Marcus Clarke
edd78a5bb3 Make sure update-mime-database is run during package installation as well.
Reported by:	GNOME Tinderbox
2004-12-26 07:05:08 +00:00
Joe Marcus Clarke
a5b0e7da4f Don't statically add dynamically generated files to the plist. Instead,
just remove them if they exist during deinstall.  This should fix
the packaging problems.
2004-12-25 21:07:13 +00:00
Jeremy Messenger
d07c705d2a Fix the pkg-plist for X11BASE stuff.
Reported by:	pointyhat via kris
2004-12-24 06:36:45 +00:00
Joe Marcus Clarke
b40c9846f1 Fix a potential overflow leading to incorrect MIME detection on 64-bit
and bigendian platforms.  See

https://bugs.freedesktop.org/show_bug.cgi?id=1506
https://bugs.freedesktop.org/show_bug.cgi?id=1507

For more details.

Reported by:	Sean McNeil <sean@mcneil.com>
Obtained from:	FreeDesktop CVS
2004-12-04 21:10:03 +00:00
Michael Johnson
f13ef58534 Update WWW: line 2004-12-01 22:33:46 +00:00
Joe Marcus Clarke
7117dfe95a Add a temporary mirror until fd.o gets their act together. 2004-11-21 21:48:49 +00:00
Joe Marcus Clarke
7f05469576 Update to 0.15. 2004-08-30 21:53:14 +00:00
Joe Marcus Clarke
deed05e038 Sync the MIME search directories from gnome-vfs. This fixes some
prioritization issues with custom MIME types.
2004-08-04 18:33:45 +00:00
Joe Marcus Clarke
93181c3dd7 Add support for a mime database in ${X11BASE} as well as ${LOCALBASE}.
Requested by:	pav
2004-06-26 03:28:37 +00:00
Joe Marcus Clarke
ed39d2c53b Bump PORTREVISION for the NULL pointer check. 2004-04-13 03:18:25 +00:00
Joe Marcus Clarke
c9791c336c It is possible for ``lang'' to be NULL, and thus free'ing it would be a bad
idea.  Add a check to prevent a crash.

Submitted by:	Mark Evenson <evenson@panix.com>
2004-04-13 03:17:32 +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
3c25020226 Update to 0.14. 2004-03-24 22:29:35 +00:00