Date: Wed, 10 Jul 2013 01:43:23 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322595 - head/x11-wm/compton Message-ID: <201307100143.r6A1hNpU028135@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Jul 10 01:43:23 2013 New Revision: 322595 URL: http://svnweb.freebsd.org/changeset/ports/322595 Log: - Update to the latest snapshot as of 20130625 - Enable DBUS option by default, it's likely present on most desktops - Remove no longer needed OpenGL compatibility hack (fixed upstream) - More broad usage of USES; sort some knobs while here - Use more common abbreviation of X Rendering Extension in pkg-descr Modified: head/x11-wm/compton/Makefile head/x11-wm/compton/distinfo head/x11-wm/compton/pkg-descr Modified: head/x11-wm/compton/Makefile ============================================================================== --- head/x11-wm/compton/Makefile Wed Jul 10 01:31:18 2013 (r322594) +++ head/x11-wm/compton/Makefile Wed Jul 10 01:43:23 2013 (r322595) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compton -PORTVERSION= 20130619 +PORTVERSION= 20130625 CATEGORIES= x11-wm MAINTAINER= femc7488@gmail.com @@ -16,18 +16,17 @@ RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop USE_GITHUB= yes GH_ACCOUNT= chjj GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= c02b3fa +GH_COMMIT= b26bbc0 +USES= gmake pkgconfig USE_XORG= xcomposite xdamage xrandr xrender -USE_GMAKE= yes -USES= pkgconfig MAKE_ARGS= COMPTON_VERSION=git-${PORTVERSION}-${GH_COMMIT} \ XDGDIR=${LOCALBASE}/etc/xdg ALL_TARGET= ${PORTNAME} OPTIONS_DEFINE= PCRE DRM OPENGL DBUS DOCS -OPTIONS_DEFAULT= PCRE DRM OPENGL +OPTIONS_DEFAULT= PCRE DRM OPENGL DBUS PCRE_DESC= Blacklist support (via libpcre) DRM_DESC= DRM support @@ -64,19 +63,15 @@ BUILD_DEPENDS= a2x:${PORTSDIR}/textproc/ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl -ALL_TARGET+= docs MAKE_ARGS+= DOCDIR=${DOCSDIR} MANDIR=${MANPREFIX}/man/man1 +ALL_TARGET+= docs MAN1= compton.1 compton-trans.1 PORTDOCS= README.md cdbus-driver.sh .endif post-patch: # Adjust the location of configuration file - @${REINPLACE_CMD} -e '/config_system_dir/s|/etc|${LOCALBASE}/etc|' \ + @${REINPLACE_CMD} -e '/config_system_dir/s|/etc|${LOCALBASE}&|' \ ${WRKSRC}/src/compton.c -# Replace OpenGL 3.2+ glFramebufferTexture() with glFramebufferTexture2D() - @${REINPLACE_CMD} -e \ - '/glFramebufferTexture/s|tex_scr2|GL_TEXTURE_2D, &| ; \ - s|glFramebufferTexture|&2D|' ${WRKSRC}/src/opengl.c .include <bsd.port.mk> Modified: head/x11-wm/compton/distinfo ============================================================================== --- head/x11-wm/compton/distinfo Wed Jul 10 01:31:18 2013 (r322594) +++ head/x11-wm/compton/distinfo Wed Jul 10 01:43:23 2013 (r322595) @@ -1,2 +1,2 @@ -SHA256 (compton-20130619.tar.gz) = 241d5653952d697d5a7752601e15690a824f5ee6a391739eccdd3a7b836f23ea -SIZE (compton-20130619.tar.gz) = 138921 +SHA256 (compton-20130625.tar.gz) = 6039a6407c1fc228f4a2d8861bc48f9ee10ca83d0fe9b5a2030728930f9a2c78 +SIZE (compton-20130625.tar.gz) = 138987 Modified: head/x11-wm/compton/pkg-descr ============================================================================== --- head/x11-wm/compton/pkg-descr Wed Jul 10 01:31:18 2013 (r322594) +++ head/x11-wm/compton/pkg-descr Wed Jul 10 01:43:23 2013 (r322595) @@ -3,7 +3,7 @@ of xcompmgr, and heavily refactored. Most prominent changes from the original xcompmgr: - - OpenGL/GLX backend in addition to the old X Render backend + - OpenGL/GLX backend in addition to the old XRender backend - Inactive window transparency and dimming - Titlebar/frame and menu transparency - Shadows for ARGB windows, e.g. terminals with transparency
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307100143.r6A1hNpU028135>