1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

3235 Commits

Author SHA1 Message Date
Pav Lucistnik
644574bbd9 - Chase redirect
PR:		ports/69569
Submitted by:	zeekay <zk@wspim.edu.pl>
2004-07-25 15:09:47 +00:00
Joe Marcus Clarke
73b8cfc1ec Since this port uses custom LIBTOOLFLAGS, make sure to use its included
libtool.
2004-07-25 02:41:35 +00:00
Adam Weinberger
264f9789e7 [1] Only utilize ATK_ROLE_EMBEDDED if it exists.
Utilize lthack.

Submitted by:	[1] many
2004-07-24 15:18:05 +00:00
Joe Marcus Clarke
706f3a708a Bump PORTREVISION as these need to be recompiled with X.Org. 2004-07-23 23:42:29 +00:00
Adam Weinberger
822e2ff9f9 Update to 1.0.5. 2004-07-23 19:34:15 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Tilman Keskinoz
3ac4fec272 Retire QT2. QT3 was released a few years ago and QT4 will be released soon. 2004-07-23 14:53:13 +00:00
Tilman Keskinoz
a2fd355dff Update to 0.5.17
PR:		69442
Submitted by:	stephane
2004-07-23 07:38:38 +00:00
Ying-Chieh Liao
46c3f147dc upgrade to 1.043
PR:		69332
Submitted by:	maintainer
2004-07-21 01:08:06 +00:00
Oliver Lehmann
6d22a57097 update to xfce4-4.0.6 2004-07-19 03:31:36 +00:00
Pav Lucistnik
c3ef8ffdf6 Add scx, a GUI library for Scheme.
PR:		ports/69074
Submitted by:	Björn Lindström <bkhl@elektrubadur.se>
2004-07-17 20:07:24 +00:00
Alexander Nedotsukov
8d79fab4da Put back USE_INC_LIBTOOL_VER=13 and lthack to fix build with
non-stock C++ compiller (gcc33 on -STABLE).

Noticed by:	kris
2004-07-16 04:26:07 +00:00
Alexander Nedotsukov
31f57dea12 Whitespace cleanup.
Noticed by:	kris
2004-07-16 02:03:31 +00:00
Pav Lucistnik
145963cb2b - Correct shared library numbers to match current state of GNOME.
Bad thing this have to be hardwired here, as it will be most probably
  forgotten next time some on the libs is updated.

PR:		ports/69118
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
2004-07-15 22:44:42 +00:00
Pav Lucistnik
2d7950b0cf - Update to 1.0
PR:		ports/68844
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
2004-07-14 22:44:23 +00:00
Kirill Ponomarev
614b89a8a4 Update to version 1.2.7
PR:		ports/69005
Submitted by:	Ports Fury
2004-07-14 12:36:33 +00:00
Alexander Nedotsukov
271f6af01d Update to 2.6.0 2004-07-14 09:04:53 +00:00
Hye-Shik Chang
4005598746 Update to 0.5.1 and fix dependency. 2004-07-12 02:16:27 +00:00
Pav Lucistnik
696e3ea05e - Fix plist after latest libtool change 2004-07-11 23:42:44 +00:00
Pav Lucistnik
475e356f71 - Portlint 2004-07-11 22:43:54 +00:00
Max Khon
85637516c8 Fix LIB_DEPENDS for wxgtk2-utils-devel port. 2004-07-11 08:14:35 +00:00
Kris Kennaway
413e6ce575 BROKEN: Broken dependency 2004-07-11 00:47:31 +00:00
Alexander Nedotsukov
bfeea0e7ac Update to 2.4.4 2004-07-10 09:20:06 +00:00
Kirill Ponomarev
32c58d5878 Update to version 2.4.0
PR:		ports/68866
Submitted by:	Ports Fury
2004-07-10 06:42:42 +00:00
Kirill Ponomarev
14f3ee0604 Update to version 2.4.0
PR:		ports/68865
Submitted by:	Ports Fury
2004-07-10 06:41:56 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Oliver Eikemeier
ed8fc12be2 sort 2004-07-08 22:24:40 +00:00
Alexander Nedotsukov
58b77748ff - Fix examples build trigger.
- Axe yet more build but not install stuff.
2004-07-08 14:42:03 +00:00
Alexander Nedotsukov
81593e6fc3 Fix LATEST_LINK. 2004-07-08 12:01:08 +00:00
Alexander Nedotsukov
2c51bb9ce7 Update to 2.6.2 2004-07-08 11:56:02 +00:00
Alexander Nedotsukov
6bf9154e67 Add libgnomeuimm 2.6.0 after repocopy from libgnomeuimm,
C++ wrapper for libgnomeui library.
2004-07-08 11:24:37 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Max Khon
7a049bf482 Patch Makefile.in in pre-configure instead of post-patch:
patching requires wxgtk2-2.5-config which is installed via BUILD_DEPENDS
and can be missing when post-patch stage is run.

Reported by:	bento (kris)
2004-07-07 13:33:48 +00:00
Pav Lucistnik
7de5522f7e - Register conflict with newly added Gtk2 incarnation of this port 2004-07-07 06:56:32 +00:00
Pav Lucistnik
593f3b1737 After repocopy from x11-toolkits/gtkdatabox, add gtkdatabox2, Gtk+2 widget
to display numerical data.

PR:		ports/68710
Submitted by:	Leonid Zolotarev <leoz@saunalahti.fi>
Repocopied by:	marcus
2004-07-07 06:55:33 +00:00
Adam Weinberger
c55e8c382e Update to 2.6.2.1. 2004-07-06 16:49:56 +00:00
Kirill Ponomarev
6aada50f02 Update to version 1.2.6
PR:		ports/68635
Submitted by:	Ports Fury
2004-07-03 15:42:58 +00:00
Anton Berezin
057b3a9144 Unbreak on 5.8 by doing some creative patching. While at it, assign
maintainership to perl@.
2004-07-02 10:56:03 +00:00
Kris Kennaway
cea7e62674 Still BROKEN with perl 5.8.4 2004-07-02 10:01:22 +00:00
Kris Kennaway
c113d5d1b2 BROKEN: Build fails 2004-07-02 08:16:31 +00:00
Alexander Nedotsukov
b5ec194289 Update to 2.4.4 2004-07-02 04:05:53 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Volker Stolz
90c3512f73 Update to 0.5.16 (unbreak w. gtk+-2.4), thanks to Jochen Huhmann
PR:		ports/68421
Submitted by: 	maintainer
2004-06-28 08:24:18 +00:00
Hye-Shik Chang
448a761391 Update to 1.5 2004-06-28 04:26:33 +00:00
Max Khon
9976897e4f Fix order. 2004-06-27 22:34:10 +00:00
Max Khon
40852f28b2 New ports:
wxWidgets 2.5.2 (development branch) + contributed libraries and utils.
2004-06-27 21:17:17 +00:00
Pav Lucistnik
f0b606b68f - Update to 1.2.5
PR:		ports/68393
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-06-26 16:19:37 +00:00
Alexander Nedotsukov
91d6af38e5 Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,
Pango, Atk.
2004-06-26 07:14:01 +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
a9bb02769e Depend on Mozilla since certain Firefox ports are broken after the recent
0.9 update.

Reported by:	pointyhat via kris
2004-06-24 21:17:08 +00:00