summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-- (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-12-04New location on MASTER_SITE.Steve Price1-1/+1
PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23576
1999-10-18Change MASTER_SITESYukihiro Nakai1-1/+2
Notes: svn path=/head/; revision=22500
1999-10-14PR: ports/14303Yukihiro Nakai4-12/+11
Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.3 Notes: svn path=/head/; revision=22440
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21148
1999-08-22Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1-11/+3
Notes: svn path=/head/; revision=20886
1999-08-17egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1-4/+4
all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
1999-08-15Move the USE_X_PREFIX up a few lines so it actually gets used.Chris Piazza1-2/+3
PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp> Notes: svn path=/head/; revision=20733
1999-06-09bsd.port.mk already takes care of passing CC and CXX in the environmentSteve Price1-2/+2
for configure. Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19380
1999-06-08Make sure we pass CC and CXX in configure's environment so thatSteve Price2-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
1999-05-29Update to use gtk version 1.2.3.Steve Price2-5/+14
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19055
1999-05-12Make this compile.Satoshi Asami2-0/+12
Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18813
1999-05-12Make this compile.Satoshi Asami1-11/+7
Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18812
1999-05-07Unbroken gtk--Michael Haro3-20/+169
PR: 11532 Submitted by: Yukihiro Nakai nacai@iname.com Notes: svn path=/head/; revision=18577
1999-01-12Change maitainer's email address,Vanilla I. Shu1-2/+2
and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
1998-10-20This is broken for non-ELF systems too.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=14122
1998-10-15Mark BROKEN for ELF:Justin M. Seger1-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
1998-09-22gtk and gtk11 are now ELFized.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=13337
1998-09-15No need to use += for variable defined only once. (I know it's justSatoshi Asami1-2/+2
a comment, but a bad one nonetheless. :) Notes: svn path=/head/; revision=13141
1998-08-31C++ wrapper for gtk, a x11 graphics libraryJun Kuriyama5-0/+128
PR: ports/6704 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=12973