aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXrender
Commit message (Collapse)AuthorAgeFilesLines
* - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)flz2008-03-131-1/+2
| | | | | - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
* - Update X.org ports to 7.3.flz2007-09-142-4/+4
| | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
* - Welcome X.org 7.2 \o/.flz2007-05-202-23/+6
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Conversion to a single libtool environment.ade2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk sincelesi2005-03-061-1/+0
| | | | rev. 1.503 for ${PREFIX} == ${XPREFIX} cases.
* Fix MASTER_SITES.lesi2005-02-151-1/+1
|
* Register missing CONFLICTS, mostly on xorg-libraries-*anholt2004-07-271-1/+1
| | | | Reported by: Kent Stewart <kstewart@owt.com>
* 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
* Use the right MTREE_FILEarved2004-04-191-0/+1
| | | | Reported by: kris
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Declare CONFLICTS between freedesktop.org X extension/library ports andlofi2004-03-251-0/+2
| | | | XFree86-libraries.
* 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.
* Add a missing dependency on xproto.marcus2004-02-171-2/+3
| | | | Reported by: bento via kris
* Add a missing dependency on libX11.marcus2004-02-081-9/+4
| | | | Reported by: bento
* BROKEN on 5.x: configure failskris2004-02-071-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* fix INDEX buildeik2004-01-251-1/+1
| | | | x11-toolkits/render moved to x11/renderext
* Correct xextensions dependency.anholt2004-01-251-1/+1
| | | | Reported by: kris (bento)
* Complete repocopy of x11-toolkits/xrender to x11/libXrender, and update toanholt2004-01-253-19/+8
| | | | 0.8.4.
* - fix PKGORIGINeik2004-01-231-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)
* - Take this over as x11@ maintainership.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)
* PR:foxfair2003-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