1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

2054 Commits

Author SHA1 Message Date
Joe Marcus Clarke
99e0ceb918 Okay, this time the build should be fixed on -CURRENT.
Reported by:	bento
2002-12-04 18:02:39 +00:00
Joe Marcus Clarke
f8345466c3 Make sure that gnome-pty-helper is installed setuid to root. This fixes
a bug where commands like mesg would fail in gnome-terminal.

Approved by:	portmgr (kris)
2002-12-03 04:22:41 +00:00
Dirk Meyer
7d3ae456d4 remove extra include 2002-12-02 08:21:23 +00:00
Dirk Meyer
f9992def0c add missing check for GNUSTEP_GUI_DEVEL 2002-12-02 05:03:13 +00:00
Dirk Meyer
080b15c45c bento, mark BROKEN only for CURRENT
conflicts with new gcc, method definition not in class context
2002-12-02 04:51:16 +00:00
Dirk Meyer
0e54aadc86 Fix build on beto: drop sound support on CURRENT 2002-12-02 03:51:18 +00:00
Joe Marcus Clarke
d35f727398 Add a forgotten patch that makes the whole thing work on -CURRENT. Thanks
to kris for making me revisit this.
2002-12-02 01:28:20 +00:00
Kris Kennaway
a444049969 Revert previous commit (port was already fixed)
Submitted by:	marcus
2002-12-02 00:36:37 +00:00
Kris Kennaway
4912f2a36a BROKEN On 5.0: does not compile 2002-12-02 00:29:12 +00:00
Kris Kennaway
2deb746892 Protect targets with .if target(...) ... .endif for targets that are
redefined in slave ports.  Slave port maintainers need to check that
they aren't actually relying on the master port target to be executed.
2002-12-01 00:54:16 +00:00
Kris Kennaway
4bce4fb355 Coalesce two bogus post-patch targets into one. 2002-12-01 00:48:35 +00:00
Joe Marcus Clarke
8d8f66fcbc Update to 1.0.2 which should fix the build problems we're seeing on bento
and beta.

Reported by:	bento and beta
2002-11-30 06:36:47 +00:00
Akinori MUSHA
a2aa04500e Unbreak for new C++ compilers. 2002-11-29 04:58:19 +00:00
Joe Marcus Clarke
e8f27d2a5c Fix the path of the file to patch. 2002-11-29 03:32:40 +00:00
Joe Marcus Clarke
f661b5735b Fix build on Alpha.
Submitted by:	beta
2002-11-29 03:31:53 +00:00
Akinori MUSHA
cb277bb0b6 Replace <machine/joystick.h> with <sys/joystick.h> to fix the build. 2002-11-28 12:42:56 +00:00
Akinori MUSHA
60e37192e4 Sort entries. 2002-11-27 20:28:08 +00:00
Akinori MUSHA
d0f3460224 Import Ruby/GNOME2 0.1 ports.
Newly added are devel/ruby-glib2 and graphics/ruby-gnomecanvas2, the
rest are updated after repocopy.

Approved by:	portmgr (implicitly)
2002-11-27 20:12:16 +00:00
Dirk Meyer
6ae40244a0 remove some obsolete files
gnustep-make 1.5.1 don't build them
2002-11-26 21:33:51 +00:00
Akinori MUSHA
96c45c44ef Add a patch to fix the build on current (with gcc 3.2.1). 2002-11-25 18:47:07 +00:00
Dirk Meyer
9eb098f016 remove some oblsolte files in 0.7.6
gnustep-make 1.5.1 don't build them
2002-11-24 04:47:24 +00:00
Maho Nakata
e2647e4c21 PORTREVISION should be PORTREVISION?=2, otherwise
PORTREVISION of satellite ports cannot be set.

Advised and approved by: knu (mentor)
2002-11-23 23:22:58 +00:00
Dirk Meyer
4bc3f6679c Update to 0.8.3 2002-11-23 09:59:01 +00:00
Dirk Meyer
18eb72bd9a GNUSTEP_GUI_DEVEL: update to 0.8.3 2002-11-23 09:52:28 +00:00
Dirk Meyer
a9c3f37a1f GNUSTEP_GUI_DEVEL: Update to 0.8.3 2002-11-23 09:49:33 +00:00
Norikatsu Shigemura
f320931da8 Add gauche-gtk 0.2.3, GTK2 binding for Gauche.
PR:		45331
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-11-21 18:29:59 +00:00
Joe Marcus Clarke
5fba54d02d Update to 2.0.6. 2002-11-21 04:19:51 +00:00
Joe Marcus Clarke
d78b79c255 Update to 2.0.9. 2002-11-21 04:18:24 +00:00
Joe Marcus Clarke
cd1489e639 Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
the old xxx-config files, remove the "12" suffix.  This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking.  Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.

PR:		39417
2002-11-20 20:11:27 +00:00
Ying-Chieh Liao
0184afc5c1 upgrade to 0.6.0
PR:		45454
Submitted by:	Ports Fury
2002-11-20 13:23:28 +00:00
Oliver Braun
39800089b4 Add the new virtual category haskell. 2002-11-20 09:10:55 +00:00
Joe Marcus Clarke
2e5c1cbbc3 Update to 2.0.8. 2002-11-20 08:49:52 +00:00
Edwin Groothuis
6c9ec610a2 gtk12-apireference: set the prefix to x11base
gtk20-apireference: update to the new versions, set the prefix to x11base
2002-11-19 01:07:51 +00:00
Edwin Groothuis
af69b97eae i386-freebsd -> PERL_ARCH
Noticed on: bento
2002-11-17 04:13:27 +00:00
Joe Marcus Clarke
040a50454d Fix a bug that caused spurious crashes in metacity.
Special thanks goes to James Pole <james.pole@paradise.net.nz>,
and Marc Recht <marc@informatik.uni-bremen.de> who provided information
to GNOME's Bugzilla.  More details on this bug can be found at:

http://bugzilla.gnome.org/show_bug.cgi?id=97992
http://bugzilla.gnome.org/show_bug.cgi?id=94806

Obtained from:	GNOME CVS
2002-11-17 00:31:19 +00:00
Joe Marcus Clarke
3ff5dd4015 Update to 2.0.1. 2002-11-17 00:15:24 +00:00
Joe Marcus Clarke
18fb470c66 Fix a bug where bonobo applications could have a bogus datadir path
registered.  This came about when testing that the Help feature worked
in Gnumeric 2.  This fix looks correct, and I tested numerous bonobo apps
to very they still worked.  However, if people run into problems where
application components suddenly can't be found, let me know.
2002-11-16 22:03:24 +00:00
Alan Eldridge
d60b7b87a2 Update to 1.1.
PR:		45321
Submitted by:	Tony Maher <tonym@biolateral.com.au>
2002-11-15 23:22:51 +00:00
Alan Eldridge
2ae3afe6b7 take over for tg@ who has no net access 2002-11-15 23:15:21 +00:00
Joe Marcus Clarke
f77f7c0e19 Update to 0.10.4, and fix build with GNOME 2.0.x. 2002-11-15 16:22:02 +00:00
Edwin Groothuis
dc1d9dadaa Added gtk-x11-2.0.0 to LIB_DEPENDS to make it building again.
Noticed on: bento
2002-11-15 06:26:34 +00:00
Dirk Meyer
c3cbef04d1 - Update to 8.4.1 2002-11-13 03:29:27 +00:00
Joe Marcus Clarke
5ac608976c Update to 0.17. 2002-11-12 22:31:29 +00:00
Dirk Meyer
533f7540ab - Update to 8.3.5 2002-11-12 21:11:16 +00:00
Joe Marcus Clarke
9679538ba9 Fix build with gtkhtml-1.1. 2002-11-12 03:56:21 +00:00
Joe Marcus Clarke
d7be4def84 This file isn't needed anymore. 2002-11-12 02:21:45 +00:00
Joe Marcus Clarke
49834e035e Bump PORTREVISION after the gtkhtml version bump. 2002-11-12 02:09:58 +00:00
Mario Sergio Fujikawa Ferreira
431bcdceda Replace hard dependences on auto{conf,make} with newly added
USE_AUTO{CONF,MAKE}_VER
2002-11-11 20:45:20 +00:00
Joe Marcus Clarke
156030da72 * Fix a crash in pygtk_generic_cell_renderer_get_size(). [1]
* Add an option to enable or disable pthread support.

PR:	45150
Submitted by:	Marc Recht <marc@informatik.uni-bremen.de>
Obtained from:	pygtk CVS [1]
2002-11-11 19:50:48 +00:00
Joe Marcus Clarke
ff4b751b96 Update to 0.21. 2002-11-11 19:39:02 +00:00