From hopet@treegarth.fi.muni.cz  Fri Mar 28 10:48:38 2008
Return-Path: <hopet@treegarth.fi.muni.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AC0691065676
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <hopet@ics.muni.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11/xcalib: update to 0.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122186
>Category:       ports
>Synopsis:       [PATCH] x11/xcalib: update to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 10:50:04 UTC 2008
>Closed-Date:    Fri Aug 22 09:35:35 UTC 2008
>Last-Modified:  Fri Aug 22 09:40:01 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Mar 28 16:49:27 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122186 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 29 23:25:14 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122186 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122186: commit references a PR
Date: Sat, 29 Mar 2008 23:25:15 +0000 (UTC)

 miwi        2008-03-29 23:25:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xcalib           Makefile 
   Log:
   - Update to 0.8
   
   PR:             122186
   Submitted by:   Petr Holub <hopet@ics.muni.cz>
   
   Revision  Changes    Path
   1.6       +2 -2      ports/x11/xcalib/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: "Petr Holub" <hopet@ics.muni.cz>
To: <bug-followup@FreeBSD.org>, <hopet@ics.muni.cz>
Cc:  
Subject: Re: ports/122186: [PATCH] x11/xcalib: update to 0.8
Date: Fri, 20 Jun 2008 00:29:55 +0200

 I've realized that while the port log on the Freshports tells us
 that upgrade to 0.8 version has been submitted, it is still version
 0.6_3. What has happened?
 
 Thanks,
 Petr
 
State-Changed-From-To: closed->open 
State-Changed-By: pav 
State-Changed-When: Wed Aug 20 21:46:14 UTC 2008 
State-Changed-Why:  
Not committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122186 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 22 09:35:33 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122186 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122186: commit references a PR
Date: Fri, 22 Aug 2008 09:35:35 +0000 (UTC)

 miwi        2008-08-22 09:35:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xcalib           Makefile distinfo pkg-descr 
   Log:
   - Update to 0.8
   
   PR:             122186
   Submitted by:   Petr Holub <hopet@ics.muni.cz> (maintainer)
   
   Revision  Changes    Path
   1.7       +6 -7      ports/x11/xcalib/Makefile
   1.4       +3 -3      ports/x11/xcalib/distinfo
   1.3       +1 -1      ports/x11/xcalib/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
