aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtkstep
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix after objformat removalPav Lucistnik2007-03-281-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188660
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-3/+2
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149467
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-032-1/+7
| | | | Notes: svn path=/head/; revision=136758
* 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
* - Move to new category x11-themes.Pav Lucistnik2004-06-021-1/+1
| | | | | | | | | PR: ports/67478 Submitted by: pav Repocopy by: marcus Notes: svn path=/head/; revision=110656
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Fix MASTER_SITESKirill Ponomarev2003-12-153-4/+6
| | | | | | | | | | - Remove obsolete WWW: line PR: 60274 Submitted by: Ports Fury Notes: svn path=/head/; revision=95915
* o Fix MASTER_SITESErwin Lansing2003-06-092-3/+2
| | | | | | | | | | | | o change in distinfo because the new distfile is a .tar.gz . but there is no change between both the old and new distfile. PR: 53075 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor) Notes: svn path=/head/; revision=82570
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Release to the wild.Maxim Sobolev2003-01-191-1/+1
| | | | Notes: svn path=/head/; revision=73560
* 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
* Update WWW and MASTER_SITES.Maxim Sobolev2001-04-092-2/+2
| | | | | | | Submitted by: FDS Notes: svn path=/head/; revision=41111
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* - Update to 2.2;Maxim Sobolev2000-11-032-3/+3
| | | | | | | | | | - take over maintainership. PR: 22424 Submitted by: PF Notes: svn path=/head/; revision=34743
* Implement USE_GTK, part 2.Jeremy Lea2000-10-052-6/+2
| | | | Notes: svn path=/head/; revision=33425
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27434
* Update MASTER_SITES and WWW to their new domainChris D. Faulhaber2000-03-232-2/+2
| | | | | | | | PR: 17530 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26993
* Update to version 2.0.Steve Price1999-12-253-5/+5
| | | | | | | | PR: 15666 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24015
* Upgrade to 1.10.Thomas Gellekum1999-11-113-6/+6
| | | | | | | | PR: 14804 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23029
* Don't remove directories that are owned by the gtk12 port.Steve Price1999-11-011-2/+0
| | | | | | | | PR: 13677 (10 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=22778
* Remove patch-ab, it doesn't make sense to install the library inChris Piazza1999-10-081-3/+3
| | | | | | | | | | $(datadir) PR: 14208 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22255
* Update to version 1.9Chris Piazza1999-10-073-7/+5
| | | | Notes: svn path=/head/; revision=22234
* Update to version 1.8Chris Piazza1999-09-062-3/+3
| | | | | | | | PR: 13602 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21328
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Update to gtkstep 1.6Chris Piazza1999-07-173-4/+7
| | | | Notes: svn path=/head/; revision=20232
* #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
* Remove current maintainer and replace with ports@FreeBSD.orgChris Piazza1999-06-191-2/+2
| | | | | | | | | | | Maintainer writes: Sorry, but as Ive posted before, I can no longer maintain any of my ports, serving in the army is eating up all of my free time. Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il> Notes: svn path=/head/; revision=19554
* Update to version 1.5.Steve Price1999-05-293-12/+9
| | | | | | | | PR: 11850 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19068
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18424
* Applications using imlib should also use gtk12 (as opposed to anyJacques Vidrine1999-04-221-2/+2
| | | | | | | earlier version). Notes: svn path=/head/; revision=18070
* 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
* Upgrade to 1.4, it's GTK theme module now, you need gtk11-devel & imlib,Vanilla I. Shu1999-02-184-139/+21
| | | | | | | | and it doesn't work with gtk1.0.6. Agree by: maintainer Notes: svn path=/head/; revision=16754
* Correct MASTER_SITES.Vanilla I. Shu1998-12-101-2/+2
| | | | Notes: svn path=/head/; revision=15247
* Inital import of a GTKStep port. This provides GTK with a NeXTstep-likeEivind Eklund1998-11-085-0/+158
interface. Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il> Notes: svn path=/head/; revision=14410