summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 building with perl5.8Vanilla I. Shu2003-01-212-3/+36
| | | | | | | | PR: ports/45031 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=73702
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-021-1/+2
| | | | | | | | PR: 42309 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65472
* Fix CFLAGS complience. No optimizations at all was used before...Mikhail Teterin2002-05-311-0/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=60385
* Upgrade to 0.7008Vanilla I. Shu2002-04-103-10/+10
| | | | Notes: svn path=/head/; revision=57519
* Upgrade to 0.7006.Vanilla I. Shu2001-05-275-23/+38
| | | | Notes: svn path=/head/; revision=43166
* Upgrade to Gtk-Perl-0.7005.Vanilla I. Shu2001-03-125-40/+56
| | | | Notes: svn path=/head/; revision=39629
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-6/+2
| | | | Notes: svn path=/head/; revision=38917
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* Portlint.Vanilla I. Shu2000-10-295-25/+56
| | | | Notes: svn path=/head/; revision=34414
* Upgrade to 0.7004.Vanilla I. Shu2000-10-292-2/+2
| | | | Notes: svn path=/head/; revision=34406
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-051-4/+3
| | | | Notes: svn path=/head/; revision=33427
* Upgrade to 0.7003.Vanilla I. Shu2000-09-122-4/+3
| | | | | | | | PR: ports/21101 Submitted by: Steve Coltrin <spcoltri@omcl.org> Notes: svn path=/head/; revision=32531
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-5/+6
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* Update to 0.7Yukihiro Nakai2000-01-293-5/+31
| | | | Notes: svn path=/head/; revision=25243
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22244
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Update to version 0.5121.Steve Price1999-05-293-26/+11
| | | | | | | | PR: 11851 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19074
* Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.Jacques Vidrine1999-03-151-2/+2
| | | | | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3 Notes: svn path=/head/; revision=17236
* Bump imlib version number in dependencies.Jacques Vidrine1999-01-171-2/+2
| | | | Notes: svn path=/head/; revision=16103
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-28/+28
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Remove BROKEN tag.Vanilla I. Shu1998-11-171-3/+1
| | | | Notes: svn path=/head/; revision=14603
* Mark this port broken, looks like another casualty of the gtk11 upgrade.Satoshi Asami1998-11-101-1/+3
| | | | | | | | | | | | | | | | | === cc -c -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -I/usr/local/include -O -pipe -DVERSION=\"0.4\" -DXS_VERSION=\"0.4\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE GtkDefs.c GtkDefs.c: In function `Gtk_InstallTypedefs': GtkDefs.c:2559: `GDK_OTHER_EVENT' undeclared (first use this function) GtkDefs.c:2559: (Each undeclared identifier is reported only once GtkDefs.c:2559: for each function it appears in.) GtkDefs.c:2712: `PIXELS_METRIC' undeclared (first use this function) GtkDefs.c:2713: `POINTS_METRIC' undeclared (first use this function) *** Error code 1 Stop. Notes: svn path=/head/; revision=14441
* Fix a typo error.Vanilla I. Shu1998-10-191-2/+2
| | | | | | | Submitted by: SURANYI Peter <suranyip@jks.is.tsukuba.ac.jp> Notes: svn path=/head/; revision=14078
* Upgrade to 0.4, add depend with imlib.Vanilla I. Shu1998-10-093-10/+26
| | | | Notes: svn path=/head/; revision=13789
* Change depend with gtk11, and ready depend with imlib, gnome.Vanilla I. Shu1998-10-021-2/+4
| | | | Notes: svn path=/head/; revision=13590
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13337
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Upgrade to 0.3, and change for perl5 scheme.Vanilla I. Shu1998-08-193-20/+19
| | | | Notes: svn path=/head/; revision=12648
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* I'm not sure how I missed these before. Move "gtk gtk11 p5-GtkSatoshi Asami1998-08-071-2/+2
| | | | | | | | | p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the Makefile because it's a repository copy of gtk awaiting an upgrade (vanilla, wake up! :). Notes: svn path=/head/; revision=12332
* Compatible with perl5.00501.Vanilla I. Shu1998-08-062-17/+16
| | | | Notes: svn path=/head/; revision=12304
* Upgrade to 0.2.2.Vanilla I. Shu1998-06-012-5/+5
| | | | Notes: svn path=/head/; revision=11207
* Fix a type error in MASTER_SITES.Vanilla I. Shu1998-05-231-2/+2
| | | | | | | Submitted by: Jeremy Prior <jez@netcraft.co.uk> Notes: svn path=/head/; revision=11114
* Make it can LIB_DEPENDS with any version 1.* gtk library.Vanilla I. Shu1998-05-161-2/+2
| | | | Notes: svn path=/head/; revision=11015
* Upgrade to 0.2.1Vanilla I. Shu1998-05-143-6/+12
| | | | Notes: svn path=/head/; revision=10981
* Upgrade to 0.2.0.Vanilla I. Shu1998-05-072-6/+6
| | | | Notes: svn path=/head/; revision=10898
* Change my Address to vanilla@FreeBSD.ORGVanilla I. Shu1998-05-061-2/+2
| | | | Notes: svn path=/head/; revision=10868
* Remove BROKEN; patch-aa corrects the "make configure" problem.Matthew Hunt1998-04-301-3/+1
| | | | Notes: svn path=/head/; revision=10778
* Mark this port broken.Satoshi Asami1998-04-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | ------- ## make >> Checksum OK for Gtk-0.1.17.tar.gz. ===> Extracting for p5-Gtk-0.1.17 ===> p5-Gtk-0.1.17 depends on executable: perl5.00404 - found ===> p5-Gtk-0.1.17 depends on shared library: gtk\.1\. - found ===> Patching for p5-Gtk-0.1.17 ===> Configuring for p5-Gtk-0.1.17 syntax error in file gendefs.pl at line 7, next 2 tokens "my(" Spurious backslash ignored at gendefs.pl line 8/(\()|(\))|("(.*?)")|(;.*?$)|([^\(\)\s]+)/: nested *?+ in regexp at gendefs.pl line 10Checking if your kit is complete... Looks good Typemap typemap.gtk not found. Writing Makefile for Gtk ===> Building for p5-Gtk-0.1.17 mkdir ./blib mkdir ./blib/lib make: don't know how to make GtkTypes.pm. Stop *** Error code 2 Stop. Notes: svn path=/head/; revision=10776
* Import p5-Gtk, It's gtk perl interface.Vanilla I. Shu1998-04-295-0/+45
Notes: svn path=/head/; revision=10764