aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The x11/libcapplet has been broken for over a year (will be two in June 2011)Jeremy Messenger2011-01-041-48/+0
| | | | | | | | | | | | | | 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!) Notes: svn path=/head/; revision=267360
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Eliminate hard coded "PKGNAMEPREFIX= py-"Martin Wilke2009-08-181-1/+2
| | | | | | | | PR: 137859 Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=239877
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removeMarcelo Araujo2009-02-021-1/+1
| | | | | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav) Notes: svn path=/head/; revision=227416
* Do not use file that py-gobject and py-gtk have same file. It causes recordJeremy Messenger2008-07-131-5/+2
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=216777
* -NOPORTDOCS -> NOPORTEXAMPLESJeremy Messenger2008-07-041-10/+5
| | | | | | | | | -Fix the plist when NOPORTDOCS (now NOPORTEXAMPLES) is defined. Reported by: QA Tindy Notes: svn path=/head/; revision=216287
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Fix after objformat removalPav Lucistnik2007-07-151-0/+3
| | | | Notes: svn path=/head/; revision=195636
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-2/+2
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add CONFLICTS for py-gnome and py-gnome2 on each other.Joe Marcus Clarke2004-01-301-0/+2
| | | | | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=99458
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+2
| | | | Notes: svn path=/head/; revision=93884
* Remove libpanel support as part of phase II of the GNOME 1.4 desktopJoe Marcus Clarke2003-08-121-3/+2
| | | | | | | removal. Notes: svn path=/head/; revision=86815
* * Update to new GNOME infrastructureJoe Marcus Clarke2003-04-061-2/+1
| | | | | | | | * Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade across desktop versions Notes: svn path=/head/; revision=78454
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Bump PORTREVISION after the gtkhtml version bump.Joe Marcus Clarke2002-11-121-0/+1
| | | | Notes: svn path=/head/; revision=69934
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Update to 1.4.4.Maxim Sobolev2002-08-281-4/+6
| | | | Notes: svn path=/head/; revision=65181
* Update to 1.4.2.Maxim Sobolev2002-07-141-2/+4
| | | | Notes: svn path=/head/; revision=62921
* - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3;Maxim Sobolev2002-02-071-0/+1
| | | | | | | | | - silence harmless configure warning by overriding CONFIGURE_TARGET. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax Notes: svn path=/head/; revision=54309
* Update to 1.4.2.Maxim Sobolev2002-01-041-1/+1
| | | | Notes: svn path=/head/; revision=52560
* Remove gtkhtml from LIB_DEPENDS - we inherit this dependency along withMaxim Sobolev2001-07-231-1/+0
| | | | | | | USE_GNOME anyway. Notes: svn path=/head/; revision=45396
* Update to 1.4.1.Maxim Sobolev2001-07-031-7/+4
| | | | Notes: svn path=/head/; revision=44713
* Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so itMaxim Sobolev2001-07-031-2/+4
| | | | | | | could be safely enabled. Notes: svn path=/head/; revision=44694
* Use ${PYTHON_SITELIBDIR} where appropriate.Maxim Sobolev2001-06-131-1/+1
| | | | Notes: svn path=/head/; revision=43941
* Missed one (grr)Ade Lovett2001-05-161-2/+1
| | | | Notes: svn path=/head/; revision=42640
* Remove --with-gtkhtml fully. PORTREVISION bumped.Ade Lovett2001-05-161-3/+2
| | | | | | | Discovered by: gnome-builder automated script Notes: svn path=/head/; revision=42637
* Temporary comment out gtkhtml dependency until right way has been worked out.Maxim Sobolev2001-05-151-1/+1
| | | | | | | Pointed out by: ade Notes: svn path=/head/; revision=42617
* Enable gtkhtml module.Maxim Sobolev2001-05-151-1/+4
| | | | Notes: svn path=/head/; revision=42616
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Implement USE_GNOME, part 2.Jeremy Lea2000-10-051-11/+3
| | | | Notes: svn path=/head/; revision=33429
* Pythonize.Maxim Sobolev2000-09-211-7/+8
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32935
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-2/+2
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Add a missing dependency.Jacques Vidrine2000-06-291-1/+2
| | | | Notes: svn path=/head/; revision=29977
* Point MASTER_SITE to MASTER_SITE_GNOME now that gnome-pythonAde Lovett2000-06-071-5/+2
| | | | | | | | | | | is an official part of GNOME. Some of the previous MASTER_SITES had bad and/or missing distfiles. Pointed out by: Dennis Favro <dennis.favro@utoronto.ca> Approved by: MAINTAINER (nectar) Notes: svn path=/head/; revision=29337
* Say hello to GNOME 1.2Ade Lovett2000-06-011-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release. Notes: svn path=/head/; revision=29055
* Update 1.0.50 -> 1.0.53Jacques Vidrine2000-05-201-1/+1
| | | | Notes: svn path=/head/; revision=28634
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* portlint: remove whitespaceMichael Haro2000-03-211-1/+0
| | | | Notes: svn path=/head/; revision=26924
* . Repair PLIST after it was spammed by previous committer.Jacques Vidrine1999-10-171-2/+2
| | | | | | | . Update 1.0.4 -> 1.0.50 Notes: svn path=/head/; revision=22495