aboutsummaryrefslogtreecommitdiff
path: root/x11/libXrender
Commit message (Collapse)AuthorAgeFilesLines
* Register missing CONFLICTS, mostly on xorg-libraries-*Eric Anholt2004-07-261-1/+1
| | | | | | | Reported by: Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=114790
* 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
* Use the right MTREE_FILETilman Keskinoz2004-04-191-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=107583
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Declare CONFLICTS between freedesktop.org X extension/library ports andMichael Nottebrock2004-03-241-0/+2
| | | | | | | XFree86-libraries. Notes: svn path=/head/; revision=105135
* 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
* Add a missing dependency on xproto.Joe Marcus Clarke2004-02-171-2/+3
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=101116
* Add a missing dependency on libX11.Joe Marcus Clarke2004-02-081-9/+4
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=100324
* BROKEN on 5.x: configure failsKris Kennaway2004-02-071-1/+7
| | | | Notes: svn path=/head/; revision=100225
* 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 INDEX buildOliver Eikemeier2004-01-251-1/+1
| | | | | | | x11-toolkits/render moved to x11/renderext Notes: svn path=/head/; revision=99077
* Correct xextensions dependency.Eric Anholt2004-01-251-1/+1
| | | | | | | Reported by: kris (bento) Notes: svn path=/head/; revision=99015
* Complete repocopy of x11-toolkits/xrender to x11/libXrender, and update toEric Anholt2004-01-253-19/+8
| | | | | | | 0.8.4. Notes: svn path=/head/; revision=99009
* - fix PKGORIGINOliver Eikemeier2004-01-221-1/+1
| | | | | | | | | | since ito makes using package tools hard, is marked as FATAL by portlint and otherwise doesn't affect the port, fix it silently. Approved by: marcus (mentor) Notes: svn path=/head/; revision=98816
* - Take this over as x11@ maintainership.Eric Anholt2003-12-224-19/+27
| | | | | | | | | | | - Put .pc file in the right location. - Update pkg-descr for new website and description. - Fix up pkg-plist a little. - Use GNU_CONFIGURE and CONFIGURE_TARGET. - Rename to match naming scheme of other ports (and CVS) Notes: svn path=/head/; revision=96400
* PR:Foxfair Hu2003-07-104-0/+44
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Add xrender - X render library and server implementations for XFree86 PR: 53996 Submitted by: me Notes: svn path=/head/; revision=84553