summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-221-11/+3
| | | | Notes: svn path=/head/; revision=20886
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-171-4/+4
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Move the USE_X_PREFIX up a few lines so it actually gets used.Chris Piazza1999-08-151-2/+3
| | | | | | | | PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp> Notes: svn path=/head/; revision=20733
* bsd.port.mk already takes care of passing CC and CXX in the environmentSteve Price1999-06-091-2/+2
| | | | | | | | | for configure. Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19380
* Make sure we pass CC and CXX in configure's environment so thatSteve Price1999-06-082-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> Notes: svn path=/head/; revision=19343
* Update to use gtk version 1.2.3.Steve Price1999-05-292-5/+14
| | | | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19055
* Make this compile.Satoshi Asami1999-05-122-0/+12
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18813
* Make this compile.Satoshi Asami1999-05-121-11/+7
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18812
* Unbroken gtk--Michael Haro1999-05-073-20/+169
| | | | | | | | PR: 11532 Submitted by: Yukihiro Nakai nacai@iname.com Notes: svn path=/head/; revision=18577
* Change maitainer's email address,Vanilla I. Shu1999-01-121-2/+2
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* This is broken for non-ELF systems too.Satoshi Asami1998-10-201-2/+2
| | | | Notes: svn path=/head/; revision=14122
* Mark BROKEN for ELF:Justin M. Seger1998-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--' Notes: svn path=/head/; revision=14021
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13337
* No need to use += for variable defined only once. (I know it's justSatoshi Asami1998-09-151-2/+2
| | | | | | | a comment, but a bad one nonetheless. :) Notes: svn path=/head/; revision=13141
* C++ wrapper for gtk, a x11 graphics libraryJun Kuriyama1998-08-315-0/+128
PR: ports/6704 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=12973