aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm12
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Bump PORTREVISION after latest libsigc++ upgrade. This is needed or portsmarcus2002-08-191-0/+1
| | | | | | depending on gtk-- will not build. Reported by: Adriel Cardenas G. <freebsd@aztlansystems.net>
* Use USE_GNOMENG.sobomax2002-07-171-1/+2
|
* Actually patch the correct file. You can't patch C++ files in the gtk--marcus2002-06-111-5/+3
| | | | subdir since they are generated at build-time.
* Fix a build problem on -CURRENT.marcus2002-06-101-0/+13
| | | | Submitted by: petef
* Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-122-2/+2
|
* These are GNOME components more than anything else, so track the versionade2002-02-122-3/+5
| | | | as supplied by MASTER_SITE_GNOME.
* Update to 1.2.8.sobomax2001-11-132-2/+2
| | | | | PR: 31763 Submitted by: Patrick Li <pat@databits.net>
* Update to 1.2.7demon2001-08-122-2/+2
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 1.2.5.sobomax2001-03-133-3/+3
|
* Update to 1.2.4nakai2000-12-233-8/+7
| | | | Submitted by: Maxim Sobolev <sobomax@FreeBSD.org>
* Add --with-sigc-prefixnakai2000-10-141-1/+3
| | | | Submitted by: Warner Losh <imp@village.org>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-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.
* Implement USE_GTK, part 2.reg2000-10-052-13/+11
|
* Update to 1.2.3nakai2000-09-113-5/+5
|
* Update to 1.2.2.sobomax2000-08-283-3/+3
| | | | No response from: nakai (maintainer)
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update to 1.2.0nakai2000-04-163-69/+27
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* New location on MASTER_SITE.steve1999-12-051-1/+1
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Change MASTER_SITESnakai1999-10-181-1/+2
|
* PR: ports/14303nakai1999-10-144-12/+11
| | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.3
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-11/+3
|
* egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-4/+4
| | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com>
* Move the USE_X_PREFIX up a few lines so it actually gets used.cpiazza1999-08-151-2/+3
| | | | | PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
* bsd.port.mk already takes care of passing CC and CXX in the environmentsteve1999-06-091-2/+2
| | | | | | for configure. Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Make sure we pass CC and CXX in configure's environment so thatsteve1999-06-092-3/+16
| | | | | | | | boxes that require egcs from the ports collection will use it instaed of the system compiler. PR: 1176 Submitted by: Yukihiro Nakai <nacai@iname.com>
* Update to use gtk version 1.2.3.steve1999-05-292-5/+14
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Make this compile.asami1999-05-122-0/+12
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Make this compile.asami1999-05-121-11/+7
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Unbroken gtk--mharo1999-05-073-20/+169
| | | | | PR: 11532 Submitted by: Yukihiro Nakai nacai@iname.com
* Change maitainer's email address,vanilla1999-01-131-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
* This is broken for non-ELF systems too.asami1998-10-201-2/+2
|
* Mark BROKEN for ELF:jseger1998-10-151-1/+3
| | | | | | | | | | | | ../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)': In file included from ../../src/gtk--/bin.h:8, from ../../src/gtk--/alignment.h:8, from ../../src/gtk--.h:208, from gtk--.cc:31: ../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach' ../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach' gmake[4]: *** [gtk--.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--'
* gtk and gtk11 are now ELFized.asami1998-09-231-2/+2
|
* No need to use += for variable defined only once. (I know it's justasami1998-09-151-2/+2
| | | | a comment, but a bad one nonetheless. :)
* C++ wrapper for gtk, a x11 graphics librarykuriyama1998-09-015-0/+128
PR: ports/6704 Submitted by: Yukihiro Nakai <Nakai@technologist.com>