1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
Tim Bishop
456dac3a74 Update to 2.2.8. 2007-10-27 17:50:24 +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
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
Tim Bishop
9b85a27536 - Update to 2.2.6
- Remove WANT_FAM_SYSTEM

Submitted by:	tmclaugh
2007-05-24 22:52:07 +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
Tim Bishop
97f813eb2d Update to 2.2.4. 2007-01-07 15:57:37 +00:00
Tim Bishop
f060780275 - Update to 2.2.3. 2006-12-08 10:24:55 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Tim Bishop
6371623a9a - Update to 2.2.2 2006-09-03 18:28:27 +00:00
Tim Bishop
4a67f63e6f - Update to 2.2.1 2006-06-25 13:59:58 +00:00
Tim Bishop
8688573520 - Update to 2.2.0
- Add WITHOUT_NLS knob
2006-04-16 18:04:10 +00:00
Kris Kennaway
2bd36282e8 Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure.  Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).

PR:		ports/92583
Submitted by:	marcus
2006-02-11 02:37:36 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Tim Bishop
db4965d88b - Update to 2.1.9
Approved by:	clement (mentor, implicitly)
2006-01-09 08:09:24 +00:00
Tim Bishop
a37159a829 - Update to 2.1.8
Approved by:	clement (mentor, implicitly)
2005-12-22 21:03:12 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Pav Lucistnik
041f68d663 - Update to 2.1.7
PR:		ports/88925
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-11-13 13:44:55 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Sergey Matveychuk
8ee6092898 - Update to 2.1.6
PR:		ports/88228
Submitted by:	maintainer
2005-10-30 20:28:32 +00:00
Marcus Alves Grando
cbe1e47f83 Update to 2.1.5
PR:		87005
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-10-06 19:41:33 +00:00
Pav Lucistnik
154e1d046b - Update to 2.1.4
PR:		ports/82754
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:	maintainer
2005-06-30 12:31:51 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Roman Bogorodskiy
199bae3959 Fix pkg-plist.
PR:		79787
Submitted by:	Tim Bishop (maintainer)
Reported by:	pointyhat via kris
2005-04-11 12:54:41 +00:00
Roman Bogorodskiy
36cc74c7c8 Update to 2.1.3.
PR:		79674
Submitted by:	Tim Bishop (maintainer)
2005-04-08 12:35:51 +00:00
Pav Lucistnik
82d73438fe - Update to 2.1.2
PR:		ports/79445
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-04-05 22:49:24 +00:00
Tilman Keskinoz
0fc8c612fe Update to 2.1.1
PR:		78784
Submitted by:	Tim Bishop <tim@bishnet.net>
2005-03-13 22:03:02 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Sergey Matveychuk
68a880bc99 - Add missing dependency (on libfam)
PR:		ports/76074
Submitted by:	maintainer
Reported by:	kris
2005-01-11 11:34:54 +00:00
Sergey Matveychuk
4441eff9dd - Update to 2.1.0
PR:		ports/75994
Submitted by:	maintainer
2005-01-09 15:36:31 +00:00
Sergey Matveychuk
aeae72cf95 - Fix plist
PR:		ports/75927
Submitted by:	maintainer
Reported by:	kris
2005-01-08 20:58:24 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Sergey Matveychuk
2287d088b1 - Update to 2.0.3
PR:		ports/74687
Submitted by:	maintainer
2004-12-10 15:09:52 +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
Pav Lucistnik
50e95cac55 - Update to 2.0.2
PR:		ports/73037
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-11-06 14:44:41 +00:00
Pav Lucistnik
a8d78b75f1 - Update to 2.0.1
PR:		ports/72563
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-10-12 13:30:09 +00:00
Pav Lucistnik
ff791ee73a - Fix build on 4.x 2004-06-25 16:07:25 +00:00
Kirill Ponomarev
7dde05340b Update to version 1.4.0
PR:		ports/68296
Submitted by:	maintainer
2004-06-25 07:34:00 +00:00
Pav Lucistnik
cec9bbca75 - Autodetect GNOME and build applet version
PR:		ports/66302
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-05-05 20:14:30 +00:00
Kirill Ponomarev
0a89b36832 Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.

It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.

Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.

PR:		ports/66226
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-05-04 07:56:16 +00:00