Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/py-orbit2/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / devel / py-orbit2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29
Sun May 28 12:06:13 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.28: +1 -1 lines
devel/py-orbit2 -> devel/py-orbit

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for x11-toolkits/py-gnome2, chase the rename.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Apr 30 00:46:52 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Presenting GNOME 2.14.1 for FreeBSD!  Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:13 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:01 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:55 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:02 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:49:44 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Update to 2.0.1.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Aug 25 18:38:39 2004 UTC (7 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -3 lines
* Correct the ORBIT_CONFIG [1]
* Use the new libtool scheme
* Make CONFLICTS for portlint friendly

PR:		69484 [1]

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:19 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:53 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:25 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
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.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:50 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Dec 24 20:24:20 2003 UTC (8 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Revert the part of the previous commit that involved innocent
bystander py-orbit.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Dec 24 16:34:45 2003 UTC (8 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -0 lines
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)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 4 05:25:10 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update to 2.0.0.

PR:		56396
Submitted by:	Jeremy Messenger <mezz7@cox.net>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Aug 24 22:42:20 2003 UTC (8 years, 5 months ago) by adamw
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to 1.99.7.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 31 18:09:37 2003 UTC (8 years, 6 months ago) by adamw
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to 1.99.6.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 16 16:21:19 2003 UTC (8 years, 6 months ago) by adamw
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Update to 1.99.5.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 22 04:21:47 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3 lines
Convert to new GNOME infrastructure.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 20 02:56:27 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 4 07:57:38 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update to 1.99.4.

Submitted by:	Mezz bsdforums.org <reigncracks@hotmail.com>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 5 23:19:58 2003 UTC (8 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -13 lines
Add py-orbit2 after a repo-copy from py-orbit.  py-orbit2 are Python
bindings for ORBit2.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 15 17:21:53 2002 UTC (9 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 25 10:18:19 2002 UTC (9 years, 10 months ago) by wjv
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -2 lines
- 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>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 15 10:00:24 2001 UTC (10 years, 2 months ago) by wjv
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3 lines
- Update to version 0.3.1; this is a bugfix release

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 2 13:18:13 2001 UTC (10 years, 3 months ago) by wjv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
- 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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 28 12:15:52 2001 UTC (10 years, 5 months ago) by wjv
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- 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.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 27 10:14:57 2001 UTC (10 years, 7 months ago) by wjv
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Updating my email address in my remaining ports.

Prompted by:	vanilla

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 4 15:13:28 2001 UTC (10 years, 10 months ago) by nbm
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB.

PR:		26346
Submitted by:	Johann Visagie <johann@egenetics.com>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options