aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/qinx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - 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
* Post libtool-conversion fixupsAde Lovett2006-02-261-1/+2
| | | | | | | | Submitted by: pointyhat Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156826
* Update to 1.4Tilman Keskinoz2005-10-051-2/+1
| | | | | | | | PR: 86916 Submitted by: David Johnson Notes: svn path=/head/; revision=144283
* We really want the .la-filesVolker Stolz2005-03-031-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=130253
* Update to 1.3Volker Stolz2005-03-011-5/+4
| | | | | | | | PR: ports/77481 Submitted by: maintainer Notes: svn path=/head/; revision=130132
* More pthread-check fixes.Michael Nottebrock2004-11-111-0/+2
| | | | Notes: svn path=/head/; revision=121427
* Update to 1.2Tilman Keskinoz2004-11-041-1/+1
| | | | | | | | PR: 73364 Submitted by: David Johnson <david@usermode.org> Notes: svn path=/head/; revision=120806
* Update to 1.1Tilman Keskinoz2004-07-171-2/+3
| | | | | | | | PR: 69138 Submitted by: David Johnson <david@usermode.org> Notes: svn path=/head/; revision=113834
* 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
* - Populate new category x11-themes with some candidates from x11-wmPav Lucistnik2004-06-021-1/+1
| | | | | | | | | PR: ports/63146 List compiled by: adamw Repocopy by: marcus Notes: svn path=/head/; revision=110632
* 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
* Update to 1.0Tilman Keskinoz2004-02-201-2/+1
| | | | | | | | PR: 62463 Submitted by: maintainer Notes: svn path=/head/; revision=101487
* 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
* update x11-wm/qinx: 0.5 --> 0.6Daichi GOTO2003-07-071-1/+1
| | | | | | | | PR: 54164 Submitted by: David Johnson <david@usermode.org> (maintainer) Notes: svn path=/head/; revision=84352
* Update to 0.5Tilman Keskinoz2003-03-041-1/+1
| | | | | | | | PR: 48654 Submitted by: maintainer Notes: svn path=/head/; revision=76872
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76045
* update to 0.4Tilman Keskinoz2002-11-131-1/+1
| | | | | | | | Submitted by: David Johnson <david@usermode.org> (maintainer) PR: 45130 Notes: svn path=/head/; revision=70014
* Add qinx 0.3, a QNX Photon like window decoration and widget styleWill Andrews2002-08-261-0/+21
for KDE. PR: 40105 Submitted by: David Johnson <david@usermode.org> Notes: svn path=/head/; revision=65053