From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 28 10:50:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0133F1065674 for ; Fri, 28 Mar 2008 10:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA6C48FC1A for ; Fri, 28 Mar 2008 10:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2SAo4Sr043146 for ; Fri, 28 Mar 2008 10:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2SAo4KO043145; Fri, 28 Mar 2008 10:50:04 GMT (envelope-from gnats) Resent-Date: Fri, 28 Mar 2008 10:50:04 GMT Resent-Message-Id: <200803281050.m2SAo4KO043145@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petr Holub Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC0691065676 for ; Fri, 28 Mar 2008 10:48:38 +0000 (UTC) (envelope-from hopet@treegarth.fi.muni.cz) Received: from treegarth.fi.muni.cz (unknown [IPv6:2001:718:801:311::206]) by mx1.freebsd.org (Postfix) with ESMTP id 395E08FC17 for ; Fri, 28 Mar 2008 10:48:37 +0000 (UTC) (envelope-from hopet@treegarth.fi.muni.cz) Received: from treegarth.fi.muni.cz (localhost [127.0.0.1]) by treegarth.fi.muni.cz (8.14.2/8.14.2) with ESMTP id m2R86sRl032039 for ; Thu, 27 Mar 2008 09:06:54 +0100 (CET) (envelope-from hopet@treegarth.fi.muni.cz) Received: (from root@localhost) by treegarth.fi.muni.cz (8.14.2/8.14.2/Submit) id m2R86sEA032038; Thu, 27 Mar 2008 09:06:54 +0100 (CET) (envelope-from hopet) Message-Id: <200803270806.m2R86sEA032038@treegarth.fi.muni.cz> Date: Thu, 27 Mar 2008 09:06:54 +0100 (CET) From: Petr Holub To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/122186: [PATCH] x11/xcalib: update to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 10:50:05 -0000 >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: