Commit graph

57 commits

Author SHA1 Message Date
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
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
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
Jeremy Messenger
9c1c27d440 - Update to 1.1.7.
- Do not let its Makefile to compress the manpages. Let our ports to take
  care of it for anyone can control it.
- USE_X_PREFIX -> USE_XLIB.
2006-12-02 06:08:45 +00:00
Pav Lucistnik
c4d35f2348 - Rename ports
textproc/gtkspell2 -> textproc/gtkspell
  textproc/gtkspell2-reference -> textproc/gtkspell-reference
2006-05-28 15:54:10 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41: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
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Koop Mast
624421f42b Fix build by adding dependencie on gtkspell2.
Pointed out by: pointyhat via kris
2005-02-09 17:35:51 +00:00
Koop Mast
7449a9ce9c Update to 1.1.6.
Chase master site to gnome mirrors.
2005-02-06 16:10:27 +00:00
Koop Mast
932e843527 Update to 1.1.5.
Remove gtranslator.org from MASTER_SITE it's an ad site.
2004-12-17 21:08:58 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +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
Adam Weinberger
b0e5117a2c Update to 1.1.4. It is technically a development release, but its functionality
is so greatly improved from the 1.0 version that it's senseless not to merge it
now. Especially as it's not clear when another release is even coming...
2004-05-16 02:49:25 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Adam Weinberger
ed7b091496 Nuke -Werror to prevent the gnuregex->gnu/regex warnings from
erroring out the build.
2004-03-05 14:34:11 +00:00
Joe Marcus Clarke
be7c26949f Disable compile warnings to fix build with the new gnuregex.h. 2004-02-25 18:16:18 +00:00
Joe Marcus Clarke
7502d0a02a Add intlhack to fix the build on 4.X.
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2004-02-21 00:21:51 +00:00
Adam Weinberger
e948b0090b Assign maintainership to gnome@, and put in better comment and pkg-descr
strings.

I'm keeping the website in there, even though it's unreachable.
2004-02-20 22:06:02 +00:00
Adam Weinberger
949e84ce7c Update to 1.0.1, apply some plist fixes, and remove the main MASTER_SITE
which doesn't seem to exist.
2004-02-20 19:09:26 +00:00
Adam Weinberger
017a4017b8 Oops. Correct the path correction. 2004-02-19 23:03:41 +00:00
Adam Weinberger
005311198f Correct the some hardcoded paths that rendered the application
useless for anything except browsing uncompiled po files.
2004-02-19 22:58:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Adam Weinberger
7fa399c32d Clean up USE_GNOME list. 2003-10-16 06:01:48 +00:00
Edwin Groothuis
e238129739 [patch] fix dependencies for devel/gtranslator
Not all the GNOME dependencies were specified in the Makefile.
        This causes errors on bento -- but probably really doesn't
        affect anyone in the real world.  Regardless, they should
        be there, so here they are.

PR:		ports/57340
Submmited by:	Mark 'give that man a commit bit' Linimon <linimon@lonesome.com>
2003-09-29 05:22:38 +00:00
Christian Weisgerber
a0f1b3ae49 Fix build.
PR:		57093
Submitted by:	Ports Fury
2003-09-26 17:30:06 +00:00
Kirill Ponomarev
0339d72bc5 - Update to version 1.0
PR:		56432
Submitted by:	Ports Fury
2003-09-04 16:58:31 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
dd5d199e35 Bump PORTREVISION after the gal version bump. 2002-11-12 02:14:10 +00:00
Maxim Sobolev
8a37734a38 Update to 0.43. 2002-07-25 11:55:05 +00:00
Maxim Sobolev
3a28fb3952 GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
2002-04-15 17:05:52 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Maxim Sobolev
8488effa1d Update to 0.41. 2002-04-06 15:21:27 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Maxim Sobolev
1ab381ec91 Distfile had been rerolled without version bump, therefore update checksum.
There are some non-whitespace differencies beween the old and new versions,
so that bump PORTREVISION.

Submitted by:	bento
2002-03-15 09:39:01 +00:00
Maxim Sobolev
912efabad9 Update to 0.40. 2002-03-01 17:01:45 +00:00
Maxim Sobolev
3a8e4138d9 Update to 0.39.1. 2001-11-30 15:27:47 +00:00
Maxim Sobolev
1dc34440ed Update to 0.39. 2001-09-10 10:27:55 +00:00
Satoshi Asami
c47ba2aa8d Mark it FORBIDDEN for parallel package build -- hang. 2001-08-29 05:17:30 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Ade Lovett
60db595359 Chase new shlib revision from x11-toolkits/gal 2001-05-21 18:06:30 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Maxim Sobolev
6171a25a88 Update to 0.38. 2001-05-03 14:15:26 +00:00
Maxim Sobolev
a398c07dfa Update to 0.37. 2001-04-09 09:48:17 +00:00