aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* 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 the plist when NOPORTDOCS is defined, bump the PORTREVISION.Jeremy Messenger2008-05-282-66/+60
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=213816
* - 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
* - Fix after objformat removalPav Lucistnik2007-03-281-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188686
* portlint:Jeremy Messenger2006-05-161-59/+59
| | | | | | | -Use DOCSDIR and EXAMPLESDIR in plist. Notes: svn path=/head/; revision=162542
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+7
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add CONFLICTS on py-gobject.Joe Marcus Clarke2006-01-171-1/+1
| | | | Notes: svn path=/head/; revision=153702
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* 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
* - Update or add WWW lineMichael Johnson2005-07-211-0/+1
| | | | Notes: svn path=/head/; revision=139800
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Change libtool from 1.3 to 1.5 to avoid install the .la files.Jeremy Messenger2004-12-232-9/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=125019
* - According to contents of distfile, this is 0.6.11Pav Lucistnik2004-05-231-2/+1
| | | | | | | No functional change in this commit. Notes: svn path=/head/; revision=109758
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104470
* 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-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add CONFLICTS from py-gtk2 and py-gtk to each other.Joe Marcus Clarke2004-01-301-0/+2
| | | | | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=99457
* 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 USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+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
* Fix MASTER_SITE_SUBDIR.Joe Marcus Clarke2002-09-211-1/+1
| | | | | | | | PR: 43192 Submitted by: Bob Fleck <bob@securesoftware.com> Notes: svn path=/head/; revision=67019
* 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 0.6.10.Maxim Sobolev2002-08-284-45/+100
| | | | Notes: svn path=/head/; revision=65180
* Use USE_LIBTOOL.Maxim Sobolev2002-07-183-29/+14
| | | | Notes: svn path=/head/; revision=63203
* Use $PYNUMERIC in the dependencies.Thomas Gellekum2002-07-151-2/+2
| | | | Notes: svn path=/head/; revision=62985
* Use USE_GNOMENG.Maxim Sobolev2002-07-141-6/+3
| | | | Notes: svn path=/head/; revision=62917
* Replace USE_GNOME with USE_GNOMELIBS + libglade in LIB_DEPENDS - this reducesMaxim Sobolev2002-03-171-2/+3
| | | | | | | | | length of dependency chain from 50 ports to only 39. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56239
* Update to 0.6.9.Maxim Sobolev2002-01-042-3/+4
| | | | Notes: svn path=/head/; revision=52559
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury Notes: svn path=/head/; revision=49418
* Update to 0.6.8.Maxim Sobolev2001-07-034-7/+59
| | | | Notes: svn path=/head/; revision=44712
* 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-042-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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 WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-052-17/+19
| | | | Notes: svn path=/head/; revision=33427
* Chage bsd.python.mk: PYTHON_CMD is now a full path.Jacques Vidrine2000-09-301-1/+1
| | | | | | | Reported by: Takeshi Hiyami <th@cis.ibaraki.ac.jp> Notes: svn path=/head/; revision=33264
* Use bsd.python.mk.Thomas Gellekum2000-09-182-37/+35
| | | | | | | Approved by: nectar Notes: svn path=/head/; revision=32803
* 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
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Add a forgotten directory to PLIST.Jacques Vidrine2000-06-221-0/+1
| | | | Notes: svn path=/head/; revision=29780
* 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
* Upgrade to 0.6.6.Thomas Gellekum2000-05-052-3/+4
| | | | | | | Reviewed by: nectar Notes: svn path=/head/; revision=28301
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* Update 0.6.2 -> 0.6.3Jacques Vidrine1999-10-172-3/+3
| | | | Notes: svn path=/head/; revision=22494
* Revert request from MAINTAINER.Yukihiro Nakai1999-10-143-6/+6
| | | | Notes: svn path=/head/; revision=22449
* PR: ports/14303Yukihiro Nakai1999-10-143-6/+6
| | | | | | | | | | | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 0.6.3 Notes: Make this port use the actual py-gtk distribution file, rather than downloading all of gnome-python. Forcibly disable libglade hooks, even if present, since libglade is part of GNOME, and people should be using py-gnome instead. Notes: svn path=/head/; revision=22442
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22244
* Step one of splitting py-gnome into py-gtk and py-gnome so that folksJacques Vidrine1999-09-194-135/+94
| | | | | | | | | may use the Python GTK bindings without all the GNOME cruft. This is py-gtk-0.6.2, built from sources in the py-gnome-1.0.4 distfile. Notes: svn path=/head/; revision=21757
* Update 1.0.3 -> 1.0.4Jacques Vidrine1999-09-092-3/+3
| | | | Notes: svn path=/head/; revision=21516