aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qxv
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2014-04-17 02:28:47 +0800
committerzeising <zeising@FreeBSD.org>2014-04-17 02:28:47 +0800
commit0d308966c11339773e9f09cdd69a8b5876b4f04e (patch)
treefc8323f5d400038235fda42a6096107239789049 /graphics/qxv
parent2ff2f3dac9805ec42de1b5cab42db4952b63bb93 (diff)
downloadfreebsd-ports-gnome-0d308966c11339773e9f09cdd69a8b5876b4f04e.tar.gz
freebsd-ports-gnome-0d308966c11339773e9f09cdd69a8b5876b4f04e.tar.zst
freebsd-ports-gnome-0d308966c11339773e9f09cdd69a8b5876b4f04e.zip
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
Diffstat (limited to 'graphics/qxv')
-rw-r--r--graphics/qxv/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/qxv/Makefile b/graphics/qxv/Makefile
index 0d3a46637cdf..dadb1ea17d9a 100644
--- a/graphics/qxv/Makefile
+++ b/graphics/qxv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qxv
PORTVERSION= 0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES+= graphics
MASTER_SITES= http://labs.freehackers.org/attachments/download/422/
@@ -21,12 +21,11 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libintl.so:${PORTSDIR}/devel/gettext \
libpcre.so:${PORTSDIR}/devel/pcre \
libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
- libexpat.so:${PORTSDIR}/textproc/expat2 \
- libxcb.so:${PORTSDIR}/x11/xcb
+ libexpat.so:${PORTSDIR}/textproc/expat2
USES= iconv qmake
USE_BZIP2= yes
-USE_XORG= sm xrender xext x11 xau xdmcp ice
+USE_XORG= sm xrender xext x11 xau xdmcp ice xcb
USE_QT4= corelib gui moc_build uic_build rcc_build
MAKE_JOBS_UNSAFE= yes
date to KDE 3.1.2lioux2003-05-201-1/+1 * Add a NO_VIET_KDE knob to avoid the KDE I18N bits -- otherwise it is hard toobrien2003-05-091-0/+2 * BROKEN: Does not compilekris2003-05-071-0/+2 * Repo-move KDE I18N hebrew, hungarian, & vietnamese messages to theirwill2003-04-144-5/+72 * Clear moonlight beckons.ade2003-03-0730-15/+15 * Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-292-38/+34 * Perl script to convert the text in the VIQR encoding to another Vietnameseobrien2002-11-136-0/+68 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1126-26/+13 * Use PORTCOMMENT.obrien2002-11-0726-13/+26 * Add a missing directorykris2002-10-281-0/+1 * Get the dependencies correct for XF4.obrien2002-10-171-1/+1 * revert last commit. This builds fine here, and I've never seen oneobrien2002-10-171-2/+0 * Unmark broken. Please have the decentcy to notify the maintainer of a buildobrien2002-10-171-2/+0 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-3/+27 * BROKEN: Does not compilekris2002-10-061-0/+2 * BROKEN: Missing dependencieskris2002-10-061-0/+2 * Don't gratuitously add -O.obrien2002-09-091-2/+2 * 'union wait' was depreciated by the time of Net/2.obrien2002-09-091-13/+24 * Catch up with lossage of 'union wait' in 5-CURRENT.obrien2002-09-092-21/+34 * Fix corrupted comment line.obrien2002-09-091-1/+1 * I have no idea what bsd.port.mk change broke this port, but be moreobrien2002-09-091-0/+1 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-253-4/+4 * 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-031-2/+2 * Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-0/+1 * Chase shlib rev of devel/gettextade2002-08-021-1/+1 * Fix MASTER_SITE_SUBDIR.will2002-07-101-1/+1 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-5/+12 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-2/+32 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-227-128/+154 * gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2 * Stage 1 of gettext update.ade2002-03-161-1/+1 * Add WWW.demon2001-12-281-0/+2 * Update to 2.2.2.demon2001-12-133-9/+16 * Note the standard these utilities conform to.obrien2001-11-2815-35/+133 * Unicode TrueType Font with UHoai Vietnamese encodingobrien2001-11-288-0/+60 * VISCII->Unicode conversionobrien2001-11-286-0/+36 * Upgrade to 2.2.1.demon2001-10-276-26/+23 * Sort entries.knu2001-09-211-3/+2 * Set DIST_SUBDIR=KDEdemon2001-09-112-1/+2 * MAINTAINER -> kde@FreeBSD.orgdemon2001-09-011-1/+1 * Our -man package does not understand .PN and .MS. So use .B (bold) untilobrien2001-08-232-18/+158 * Fix installation in a slightly different way.demon2001-08-212-6/+8 * Remove two languages not presented in new version.demon2001-08-201-3/+1 * Forgot to remove debug comment.demon2001-08-161-1/+1 * Upgrade to 2.2.demon2001-08-165-8/+31 * Note that VNterm adheres to RFC 1456 (VISCII and VIQR encodings)obrien2001-07-151-0/+6