aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on amd64.Joe Marcus Clarke2007-01-144-0/+64
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=182368
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-4/+3
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Move the gtk--2 programming reference to the gtk--2-reference port.Jean-Yves Lefort2006-05-112-1918/+14
| | | | Notes: svn path=/head/; revision=162132
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+8
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - 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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Fix inter-library dependencies.Alexander Nedotsukov2005-04-223-1/+25
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=133899
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Fix warnings when doing make deinstall by applying some @unexecJoe Marcus Clarke2004-08-041-0/+2
| | | | | | | | | magic when removing shared directories. PR: 70013 Notes: svn path=/head/; revision=115426
* 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
* Update to 2.2.12Alexander Nedotsukov2004-06-043-10/+3
| | | | Notes: svn path=/head/; revision=110842
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Update to 2.2.11.Joe Marcus Clarke2004-03-303-26/+3
| | | | Notes: svn path=/head/; revision=105737
* Fix detection of ambiguous const template specialization.Alexander Nedotsukov2004-03-242-9/+22
| | | | | | | This triggered build breakage in gnome-vfsmm port. Notes: svn path=/head/; revision=105105
* Update to 2.2.10.Joe Marcus Clarke2004-03-152-3/+3
| | | | Notes: svn path=/head/; revision=104106
* 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
* Update to 2.2.9Alexander Nedotsukov2004-02-183-9/+17
| | | | Notes: svn path=/head/; revision=101285
* 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
* - Remove obsolete --without-gnome option.Alexander Nedotsukov2003-09-302-8/+3
| | | | | | | - Exclude tests/ from build and packaging. Notes: svn path=/head/; revision=89874
* Update to 2.2.8.Adam Weinberger2003-09-303-6/+33
| | | | Notes: svn path=/head/; revision=89863
* Update to 2.2.7Alexander Nedotsukov2003-08-242-2/+2
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87623
* Update to 2.2.6Alexander Nedotsukov2003-08-213-5/+15
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87460
* * Update to 2.2.5Joe Marcus Clarke2003-07-212-2/+3
| | | | | | | * Use USE_BZIP2 Notes: svn path=/head/; revision=85323
* Update to 2.2.4.Joe Marcus Clarke2003-07-213-3/+22
| | | | Notes: svn path=/head/; revision=85316
* Don't build and install examples by default. This cuts build time byAdam Weinberger2003-07-072-236/+250
| | | | | | | | | | | | more than half. Examples are available via a WITH_EXAMPLES knob, which is off by default. Bump PORTREVISION. Notes: svn path=/head/; revision=84415
* Change the LATEST_LINK to make this port easier to find.Joe Marcus Clarke2003-06-191-1/+1
| | | | | | | Requested by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=83336
* Update to 2.2.3.Joe Marcus Clarke2003-06-012-2/+2
| | | | Notes: svn path=/head/; revision=81791
* Update the comment and description to mention the other libraries forJoe Marcus Clarke2003-05-222-2/+4
| | | | | | | | | which this port is a wrapper. Also, add a URL to the pkg-descr. Suggested by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=81677
* Update to 2.2.2.Joe Marcus Clarke2003-05-214-23/+16
| | | | Notes: svn path=/head/; revision=81642
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-3/+2
| | | | Notes: svn path=/head/; revision=79439
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Update to 2.2.1.Joe Marcus Clarke2003-04-045-1629/+1876
| | | | Notes: svn path=/head/; revision=78131
* 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
* Remove a left-over include directory.Joe Marcus Clarke2003-02-161-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=75615
* Update to 2.2.0.Joe Marcus Clarke2003-02-083-383/+541
| | | | Notes: svn path=/head/; revision=75085
* Chase gtk20's shared lib version.Joe Marcus Clarke2003-02-071-1/+2
| | | | Notes: svn path=/head/; revision=75044
* Update to 2.0.2.Joe Marcus Clarke2003-01-013-9/+8
| | | | Notes: svn path=/head/; revision=72078
* Update to 2.0.1.Joe Marcus Clarke2002-11-173-8/+1507
| | | | Notes: svn path=/head/; revision=70274
* Update to 2.0.0.Joe Marcus Clarke2002-11-013-20/+20
| | | | Notes: svn path=/head/; revision=69276
* Update to 1.3.26.Joe Marcus Clarke2002-10-193-9/+14
| | | | Notes: svn path=/head/; revision=68316
* Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++Joe Marcus Clarke2002-10-126-240/+477
| | | | | | | | | | | bindings for GTK+-2.0. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=67851
* 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
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Bump PORTREVISION after latest libsigc++ upgrade. This is needed or portsJoe Marcus Clarke2002-08-181-0/+1
| | | | | | | | | depending on gtk-- will not build. Reported by: Adriel Cardenas G. <freebsd@aztlansystems.net> Notes: svn path=/head/; revision=64641
* Use USE_GNOMENG.Maxim Sobolev2002-07-161-1/+2
| | | | Notes: svn path=/head/; revision=63091
* Actually patch the correct file. You can't patch C++ files in the gtk--Joe Marcus Clarke2002-06-111-5/+3
| | | | | | | subdir since they are generated at build-time. Notes: svn path=/head/; revision=61088