aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/qinx
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Kick MD5 supportmiwi2011-07-031-1/+0
|
* Chase after net/openldap24-server update.delphij2011-02-251-1/+1
| | | | Reminded by: miwi
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-3/+1
| | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-1/+1
| | | | Suggested by: rafan
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Post libtool-conversion fixupsade2006-02-262-1/+6
| | | | | Submitted by: pointyhat Approved by: portmgr (implicit)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Update to 1.4arved2005-10-052-4/+3
| | | | | PR: 86916 Submitted by: David Johnson
* We really want the .la-filesvs2005-03-032-1/+5
| | | | Submitted by: maintainer
* Update to 1.3vs2005-03-023-11/+6
| | | | | PR: ports/77481 Submitted by: maintainer
* More pthread-check fixes.lofi2004-11-121-0/+2
|
* Update to 1.2arved2004-11-053-14/+3
| | | | | PR: 73364 Submitted by: David Johnson <david@usermode.org>
* Fix build on -STABLEarved2004-07-281-0/+11
| | | | Submitted by: maintainer
* Update to 1.1arved2004-07-172-4/+5
| | | | | PR: 69138 Submitted by: David Johnson <david@usermode.org>
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* - Populate new category x11-themes with some candidates from x11-wmpav2004-06-021-1/+1
| | | | | | PR: ports/63146 List compiled by: adamw Repocopy by: marcus
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Update to 1.0arved2004-02-203-9/+10
| | | | | PR: 62463 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* update x11-wm/qinx: 0.5 --> 0.6daichi2003-07-072-2/+2
| | | | | PR: 54164 Submitted by: David Johnson <david@usermode.org> (maintainer)
* Update to 0.5arved2003-03-052-2/+2
| | | | | PR: 48654 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* update to 0.4arved2002-11-132-2/+2
| | | | | Submitted by: David Johnson <david@usermode.org> (maintainer) PR: 45130
* Add qinx 0.3, a QNX Photon like window decoration and widget stylewill2002-08-275-0/+41
for KDE. PR: 40105 Submitted by: David Johnson <david@usermode.org>