Commit graph

26 commits

Author SHA1 Message Date
Pav Lucistnik
f3dcf0b80f - Remove WWW, it relates to another project. This project got no real homepage 2005-09-13 20:53:26 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
386bf21e7d Update to 2.0.1. 2004-11-07 22:49:44 +00:00
Joe Marcus Clarke
07bd12c059 * Correct the ORBIT_CONFIG [1]
* Use the new libtool scheme
* Make CONFLICTS for portlint friendly

PR:		69484 [1]
2004-08-25 18:38:39 +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
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
55a7e57766 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:47:05 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +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
Mark Linimon
707d96d94c Revert the part of the previous commit that involved innocent
bystander py-orbit.
2003-12-24 20:24:20 +00:00
Mark Linimon
055b8e6df0 Mark py-omniorb, py-orbit, and py-orbit2 as being mutuallly exclusive.
PR:		ports/60019
Submitted by:	Patrick Hartling <patrick@137.org>
Reviewed by:	Joe Marcus Clarke <marcus@marcuscom.com> (py-orbit2),
		Sergey Matveychuk <sem@ciam.ru> (py-omniorb)
2003-12-24 16:34:45 +00:00
Joe Marcus Clarke
fee938ffe4 Update to 2.0.0.
PR:		56396
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-09-04 05:25:10 +00:00
Adam Weinberger
373e7598d6 Update to 1.99.7. 2003-08-24 22:42:20 +00:00
Adam Weinberger
6096bfd3ce Update to 1.99.6. 2003-07-31 18:09:37 +00:00
Adam Weinberger
b31e4448d1 Update to 1.99.5. 2003-07-16 16:21:19 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Joe Marcus Clarke
797d91cad6 Update to 1.99.4.
Submitted by:	Mezz bsdforums.org <reigncracks@hotmail.com>
2003-04-04 07:57:38 +00:00
Joe Marcus Clarke
90ba361d69 Add py-orbit2 after a repo-copy from py-orbit. py-orbit2 are Python
bindings for ORBit2.
2003-03-05 23:19:58 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Johann Visagie
a4d472cf5f - Recent changes to the ORBit port caused a build error, which highlighted a
deficiency in orbit-python's Makefile structure:  it's not sufficiently
  inclusive w.r.t actually using *_CFLAGS generated by various test programs
  called from its own configure script.  Added a patch to fix this.
- (It's also not very good about using generated *_LIBS, which may cause
  future problems.)
- No PORTREVISION bump; this is a build-time problem.

PR:		36278
Submitted by:	Christopher Farley <chris@northernbrewer.com>
2002-03-25 10:18:19 +00:00
Johann Visagie
4ee981abd6 - Update to version 0.3.1; this is a bugfix release 2001-11-15 10:00:25 +00:00
Johann Visagie
24236d150a - Fix a build breakage which suddenly appeared from I know not where.
- No PORTREVISION bump; it's just a build-time thing.

Submitted by:	bento
2001-11-02 13:18:13 +00:00
Johann Visagie
d3d84dd449 - Update to version 0.3.0
- Release notes:
  - many new features
  - improved stability
  - improved memory usage - all known leaks fixed
  - improved compliance with Python mapping specification
  - CORBA exceptions overhauled
  - object references implemented as class instances
  - works better with GNOME IDLs
  - etc.
2001-08-28 12:15:52 +00:00
Johann Visagie
afc010f63a Updating my email address in my remaining ports.
Prompted by:	vanilla
2001-06-27 10:15:01 +00:00
Neil Blakey-Milner
fcb10f2d3e Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.
PR:		26346
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-04-04 15:13:28 +00:00