Date: Tue, 2 Aug 2016 06:11:31 +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: r419466 - head/x11/xcalib Message-ID: <201608020611.u726BVIw091914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Aug 2 06:11:31 2016 New Revision: 419466 URL: https://svnweb.freebsd.org/changeset/ports/419466 Log: - Add EXAMPLES to OPTIONS_DEFINE (missed in r404643 by amdmi3@), otherwise packages will miss the *.icc files; this requires port revision bump - Clean up COMMENT and port description by rewording bogus `X11-Servers' to more readable `X11 servers' and wrap one overly long line while at it Modified: head/x11/xcalib/Makefile head/x11/xcalib/pkg-descr Modified: head/x11/xcalib/Makefile ============================================================================== --- head/x11/xcalib/Makefile Tue Aug 2 05:27:07 2016 (r419465) +++ head/x11/xcalib/Makefile Tue Aug 2 06:11:31 2016 (r419466) @@ -3,12 +3,13 @@ PORTNAME= xcalib PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= x11 graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Program for display calibration of X11-Servers with ICC profiles +COMMENT= Program for X11 display calibration with ICC profiles LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -25,7 +26,7 @@ DEFINES= -DXCALIB_VERSION=\"${PORTVERSIO LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lm -lX11 -lXxf86vm -lXext CFLAGS+= -I./icclib -I${LOCALBASE}/include -I${LOCALBASE}/include -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ Modified: head/x11/xcalib/pkg-descr ============================================================================== --- head/x11/xcalib/pkg-descr Tue Aug 2 05:27:07 2016 (r419465) +++ head/x11/xcalib/pkg-descr Tue Aug 2 06:11:31 2016 (r419466) @@ -1,11 +1,11 @@ xcalib is a program that allows you to use ICC profiles (to load its -'vcgt'-tag) for display calibration on X11-Servers with XVidModeExtension +'vcgt'-tag) for X11 servers display calibration with XVidModeExtension supported (like X.org or XFree86 4.x.x). It can't create the profiles so you need to acquire them elsewhere (e.g. from some commercial program or from your display vendor). -xcalib is a postcardware. So if you like this program, send a picture postcard -from your country/area to: +xcalib is a postcardware. So if you like this program, send a picture +postcard from your country/area to: Stefan Doehla Steinselb 7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608020611.u726BVIw091914>