Commit graph

3218 commits

Author SHA1 Message Date
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
Joe Marcus Clarke
811ef5fa3b We have a new Mono vict^W^W^Wolunteer! John Merryweather Cooper has offered
to take these ports.
2004-06-24 20:05:54 +00:00
Pav Lucistnik
342fb8ce63 - Update to 1.0.29
- Add support for fxscintilla

Approved by:	knu (maintainer)
2004-06-24 08:46:49 +00:00
Pav Lucistnik
d7c30af315 Add fxscintilla, an implementation of Scintilla editing widget for FOX
library.

PR:		ports/68019
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2004-06-23 23:21:56 +00:00
Alexander Nedotsukov
66c9d78a93 Update to 2.6.2 2004-06-23 12:58:51 +00:00
Dirk Meyer
1edd473dce - update pkg-plist for gnustep-stable 2004-06-22 21:01:39 +00:00
Dag-Erling Smørgrav
85c3d4a725 Add -fPIC to CFLAGS since some depents use plib in shared libraries.
PR:		ports/68109
Submitted by:	thierry
2004-06-22 09:09:35 +00:00
Akinori MUSHA
e14f8d6914 Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way
too old and obsolete.
2004-06-22 04:45:25 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Hye-Shik Chang
04a5a4873f Add new port for py-gui 1.4,
a cross-platform pythonic GUI API.
2004-06-21 05:53:03 +00:00
Kris Kennaway
bbdac6a841 Remove expired ports, plus the three ports that depended on them. 2004-06-20 23:40:39 +00:00
Dirk Meyer
bfb71c9309 - rename patchfile 2004-06-20 22:27:31 +00:00
Thierry Thomas
4a4d5fd691 Unbreak by upgrading to 3.11.1.
PR:		ports/68053
Submitted by:	danny@ricin.com
2004-06-20 22:13:24 +00:00
Pav Lucistnik
cb66a11b63 - Add a patching I forgot in previous commit
Prodded by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-20 21:35:57 +00:00
Pav Lucistnik
0c95e1c09c - Update to 0.93
PR:		ports/68063
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
Reviewed by:	marcus
2004-06-20 20:13:06 +00:00
Kris Kennaway
78f2d3d0ab BROKEN: Unfetchable 2004-06-19 09:30:27 +00:00
Dirk Meyer
46435aa5aa - udpate to 0.9.3 2004-06-16 16:38:33 +00:00
Dirk Meyer
971be92b76 - udpate to 0.9.3
headsup: needs active procfs to build
2004-06-16 16:38:16 +00:00