1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Joe Marcus Clarke
1f182e9052 * Bump the shared lib version of gal
* Add another locale regex to gnomehack
2003-01-19 19:12:45 +00:00
Adam Weinberger
2ddf0eef67 Fix a couple very trivial grammar mistakes in the comments sections. 2002-12-09 05:09:56 +00:00
Joe Marcus Clarke
c71fcf8f8c Chase the shared lib versions of gal and gtkhtml. 2002-11-11 19:44:47 +00:00
Joe Marcus Clarke
5b4499e138 Hack up some of the conditionals so that they work with older versions of
make.

PR:	43813
2002-10-09 16:14:57 +00:00
Joe Marcus Clarke
5fe92eb487 * Add the ability to specify WITH/WITHOUT_GNOME macros with a list of
components to build or not build with.  For example:

# make WITHOUT_GNOME=esound

  Will build a port that can optionally use esound support, without it.
  You can also specify multiple components separated with a space:

# make WITHOUT_GNOME="esound gnomelibs"

  The converse is true for WITH_GNOME.  Note, that this is backwards
  compatible with the old WITH/WITHOUT_GNOME macros.  That is,

# make -DWITHOUT_GNOME

  Will turn off all optional GNOME components.  Also,

# make WITHOUT_GNOME=yes

  Will do the same thing.

* Mark a port BROKEN if it includes an unknown GNOME component [1]

PR:		41873 [1]
Submitted by:	Edwin Groothuis <edwin@mavetju.org> [1]
Not objected to by:	sobomax
2002-10-07 21:25:57 +00:00
Joe Marcus Clarke
858b8e6867 Make sure gtk-doc support is disabled even for ports that don't support the
--disable-gtk-doc option.

PR:		42616
Reviewed by:	sobomax
2002-09-11 21:37:39 +00:00
Joe Marcus Clarke
3a150b8461 Make ports that install gconf data PREFIX-safe.
Discussed with:	sobomax
2002-07-25 15:36:21 +00:00
Maxim Sobolev
ea1daf192b Add $FreeBSD$. 2002-07-15 13:29:14 +00:00
Maxim Sobolev
ad484b3133 Correct gtkhtml dependencies: ghttp --> libghttp. 2002-07-14 13:28:54 +00:00
Maxim Sobolev
c43f196739 Ensure that HAVE_GNOME is always defined, to make detection of optional
gnome components easier and update example accordingly.
2002-07-11 16:37:11 +00:00
Maxim Sobolev
d664b1ec23 Correct LIB_DEPENDS for libpanel. 2002-07-10 15:50:45 +00:00
Maxim Sobolev
4525834b66 Use libpanel instead of gnomecore. Remove all foo_PKGNAMESUFFIX'es, because
they aren't going to be used anyway.
2002-07-10 15:18:24 +00:00
Maxim Sobolev
300134e8cc Use libcapplet instead of gnomecc. 2002-07-10 14:16:00 +00:00
Maxim Sobolev
509f446244 - Remove duplicate gnomeaudio entry from _USE_GNOME_ALL;
- make support for gnome-optional ports more robust.
2002-07-10 07:02:52 +00:00
Maxim Sobolev
c55aadae3c Numerous improvements and cleanups:
- Add missed gnomeaudio into _USE_GNOME_ALL;
- refine dependencies for all components;
- add new redefineable knob GNOME_HTML_DIR, which allows to override value of
  --with-html-dir configure argument;
- remove USE_REINPLACE workaround - real fix was just committed into
  bsd.port.mk;
- improve example of gnome-optional port's logick;
- improve conditions when PLIST_SUB is defined for gnome-optional ports.
2002-07-09 13:49:51 +00:00
Maxim Sobolev
650e6590fe Provide temporary workaround for problem with USE_REINPLACE in ports
converted to USE_GNOMENG. The real fix for bsd.port.mk will be committed
later, after portmgr@ approval.

Prompted by:	Rasmus Skaarup <mfbsd@skaarup.org>
2002-07-05 10:00:02 +00:00
Maxim Sobolev
1c350f1280 Correct typo: gtk12 --> glib12 2002-07-05 09:11:30 +00:00
Maxim Sobolev
54646ecfd5 oaf requires gtk12, orbit and libxml, not gnomelibs 2002-07-05 08:33:43 +00:00
Maxim Sobolev
65be31b8f9 gtk12 shouldn't imply gnomehier. 2002-07-04 16:25:25 +00:00
Maxim Sobolev
1f6b5527a5 Add bsd.gnomeng.mk - a new framework for GNOME ports, which will allow
to make GNOME1 platform more modular and will eventually replace bsd.gnome.mk
completely. For the time being, it should be explicitly activated by the
USE_GNOMENG knob, so that it is possible to do gradual conversion.

Reviewed by:	marcus, gnome@
2002-07-04 11:50:03 +00:00