Date: Thu, 27 Mar 2008 09:06:54 +0100 (CET) From: Petr Holub <hopet@ics.muni.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122186: [PATCH] x11/xcalib: update to 0.8 Message-ID: <200803270806.m2R86sEA032038@treegarth.fi.muni.cz> Resent-Message-ID: <200803281050.m2SAo4KO043145@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122186 >Category: ports >Synopsis: [PATCH] x11/xcalib: update to 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 10:50:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 7.0-BETA4 i386 >Organization: >Environment: System: FreeBSD treegarth.fi.muni.cz 7.0-BETA4 FreeBSD 7.0-BETA4 #8: Tue Dec 11 11:46:50 CET 2007 >Description: - Update to 0.8 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xcalib-0.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports.orig/x11/xcalib/Makefile /usr/ports/x11/xcalib/Makefile --- /usr/ports.orig/x11/xcalib/Makefile 2008-03-24 00:02:57.000000000 +0100 +++ /usr/ports/x11/xcalib/Makefile 2008-03-27 08:42:45.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= xcalib -PORTVERSION= 0.6 -PORTREVISION= 3 +PORTVERSION= 0.8 CATEGORIES= x11 graphics MASTER_SITES= http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} @@ -18,16 +17,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README README.profilers USE_XORG= x11 xext sm xxf86vm +USE_GMAKE= yes DEFINES= -DXCALIB_VERSION=\"${PORTVERSION}\" -DUNIX LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lX11 -lXxf86vm -lXext CFLAGS+= -I./icclib -I${LOCALBASE}/include -I${X11BASE}/include -do-build: - ${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}.o - ${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/icclib/icc.c -o ${WRKSRC}/icclib/icc.o - ${CC} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.o -o ${WRKSRC}/${PORTNAME} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${EXAMPLESDIR} diff -ruN --exclude=CVS /usr/ports.orig/x11/xcalib/distinfo /usr/ports/x11/xcalib/distinfo --- /usr/ports.orig/x11/xcalib/distinfo 2006-01-24 04:16:08.000000000 +0100 +++ /usr/ports/x11/xcalib/distinfo 2008-03-27 08:36:32.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (xcalib-source-0.6.tar.gz) = 076f9c28c2d1766d36c424dd1609cdbf -SHA256 (xcalib-source-0.6.tar.gz) = f942a39021d55cde9c25ee0e80e015d1b6ca48e60868382f903085aa2d747c2d -SIZE (xcalib-source-0.6.tar.gz) = 150354 +MD5 (xcalib-source-0.8.tar.gz) = 1fbcae44ad8d754512fdd1e5f1b3a7e7 +SHA256 (xcalib-source-0.8.tar.gz) = 8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6 +SIZE (xcalib-source-0.8.tar.gz) = 32782 --- xcalib-0.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803270806.m2R86sEA032038>