non port: x11-toolkits/py-gnome/Makefile |
SVNWeb
|
Number of commits found: 47 |
Tue, 4 Jan 2011
|
[ 03:32 mezz ] (Only the first 10 of 100 ports in this commit are shown above. )
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 18 Aug 2009
|
[ 20:15 miwi ] (Only the first 10 of 15 ports in this commit are shown above. )
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de>
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 2 Feb 2009
|
[ 01:36 araujo ] (Only the first 10 of 159 ports in this commit are shown above. )
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
|
Sun, 13 Jul 2008
|
[ 16:11 mezz ]
Do not use file that py-gobject and py-gtk have same file. It causes record
incorrect dependency when py-object exists. Use different file to detect
file in *_DEPENDS by use USE_GNOME=pygtk. Bump the PORTREVISION.
PR: ports/125482
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
Fri, 4 Jul 2008
|
[ 03:25 mezz ]
-NOPORTDOCS -> NOPORTEXAMPLES
-Fix the plist when NOPORTDOCS (now NOPORTEXAMPLES) is defined.
Reported by: QA Tindy
|
Fri, 6 Jun 2008
|
[ 14:16 edwin ] (Only the first 10 of 158 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sun, 15 Jul 2007
|
[ 00:11 pav ]
- Fix after objformat removal
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sat, 14 Oct 2006
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Fri, 30 Jan 2004
|
[ 03:31 marcus ]
Add CONFLICTS for py-gnome and py-gnome2 on each other.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
Thu, 13 Nov 2003
|
[ 12:03 trevor ]
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Tue, 12 Aug 2003
|
[ 15:00 marcus ]
Remove libpanel support as part of phase II of the GNOME 1.4 desktop
removal.
|
Sun, 6 Apr 2003
|
[ 21:16 marcus ] (Only the first 10 of 12 ports in this commit are shown above. )
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions
|
Fri, 7 Mar 2003
|
[ 06:14 ade ] (Only the first 10 of 142 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 12 Nov 2002
|
[ 02:09 marcus ]
Bump PORTREVISION after the gtkhtml version bump.
|
Fri, 20 Sep 2002
|
[ 17:07 marcus ] (Only the first 10 of 151 ports in this commit are shown above. )
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
Wed, 28 Aug 2002
|
[ 18:02 sobomax ]
Update to 1.4.4.
|
Sun, 14 Jul 2002
|
[ 13:39 sobomax ]
(forced)
Previous commit log should be: "Use USE_GNOMENG", not "Update to ...".
|
Thu, 7 Feb 2002
|
[ 13:44 sobomax ]
- Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3; - silence
harmless configure warning by overriding CONFIGURE_TARGET.
|
Fri, 4 Jan 2002
|
[ 11:58 sobomax ]
Update to 1.4.2.
|
Mon, 23 Jul 2001
|
[ 11:17 sobomax ]
Remove gtkhtml from LIB_DEPENDS - we inherit this dependency along with
USE_GNOME anyway.
|
Tue, 3 Jul 2001
|
[ 18:39 sobomax ]
Update to 1.4.1.
|
[ 12:38 sobomax ]
Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so it
could be safely enabled.
|
Wed, 13 Jun 2001
|
[ 15:33 sobomax ]
Use ${PYTHON_SITELIBDIR} where appropriate.
|
Wed, 16 May 2001
|
[ 15:34 ade ]
Missed one (grr)
|
[ 14:59 ade ]
Remove --with-gtkhtml fully. PORTREVISION bumped.
|
Tue, 15 May 2001
|
[ 18:14 sobomax ]
Temporary comment out gtkhtml dependency until right way has been worked out.
|
[ 14:30 sobomax ]
Enable gtkhtml module.
|
Fri, 11 May 2001
|
[ 17:36 ade ] (Only the first 10 of 96 ports in this commit are shown above. )
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
Fri, 4 May 2001
|
[ 22:39 ade ] (Only the first 10 of 172 ports in this commit are shown above. )
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates.
|
Mon, 5 Feb 2001
|
[ 16:49 olgeni ] (Only the first 10 of 55 ports in this commit are shown above. )
Batch of style fixes for x11-toolkits.
|
Sun, 8 Oct 2000
|
[ 11:23 asami ] (Only the first 10 of 400 ports in this commit are shown above. )
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
|
Thu, 5 Oct 2000
|
[ 08:17 reg ] (Only the first 10 of 87 ports in this commit are shown above. )
Implement USE_GNOME, part 2.
|
Thu, 21 Sep 2000
|
[ 17:00 sobomax ]
Pythonize.
|
Fri, 8 Sep 2000
|
[ 13:24 tg ] (Only the first 10 of 26 ports in this commit are shown above. )
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15.
|
Thu, 29 Jun 2000
|
[ 13:17 nectar ]
Add a missing dependency.
|
Wed, 7 Jun 2000
|
[ 19:06 ade ]
Point MASTER_SITE to MASTER_SITE_GNOME now that gnome-python is an official
part of GNOME. Some of the previous MASTER_SITES had bad and/or missing
distfiles.
|
Thu, 1 Jun 2000
|
[ 17:10 ade ] (Only the first 10 of 86 ports in this commit are shown above. )
Say hello to GNOME 1.2 audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0
devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9
games/gnomegames 1.2.0 graphics/imlib 1.9.8.1
misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0
sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8
x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1
|
Sat, 20 May 2000
|
[ 16:25 nectar ]
Update 1.0.50 -> 1.0.53
|
Number of commits found: 47 |