From asa@plunderer.agava.net  Mon Jan 17 10:41:08 2005
Return-Path: <asa@plunderer.agava.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6099316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jan 2005 10:41:08 +0000 (GMT)
Received: from plunderer.agava.net (plunderer.agava.net [81.176.64.153])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 97DF143D31
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jan 2005 10:41:07 +0000 (GMT)
	(envelope-from asa@plunderer.agava.net)
Received: by plunderer.agava.net (Postfix, from userid 1007)
	id 64BF6FDEC; Mon, 17 Jan 2005 13:41:05 +0300 (MSK)
Message-Id: <20050117104105.64BF6FDEC@plunderer.agava.net>
Date: Mon, 17 Jan 2005 13:41:05 +0300 (MSK)
From: Sergey Akifyev <asa@agava.com>
Reply-To: Sergey Akifyev <asa@agava.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] cups 1.1.22 -> 1.1.23
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76337
>Category:       ports
>Synopsis:       [maintainer] cups 1.1.22 -> 1.1.23
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 10:50:25 GMT 2005
>Closed-Date:    Mon Jan 24 17:23:23 GMT 2005
>Last-Modified:  Thu Feb 10 14:30:29 GMT 2005
>Originator:     Sergey Akifyev
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
AGAVA Software Company
>Environment:
System: FreeBSD asa.domain 5.3-RELEASE FreeBSD 5.3-RELEASE #3: Tue Dec 21 15:29:00 MSK 2004 root@asa.domain:/usr/src/sys/i386/compile/KERNEL i386

>Description:
* Update 1.1.22 -> 1.1.23
  Fixes:	http://vuxml.FreeBSD.org/7850a238-680a-11d9-a9e7-0001020eed82.html
		http://vuxml.FreeBSD.org/40a3bca2-6809-11d9-a9e7-0001020eed82.html
* Build with GNUTLS isntead of OpenSSL by default to fix FireFox issues
* Fixed man languages
>How-To-Repeat:
	
>Fix:
--- cups.diff begins here ---
diff -ruN orig/cups/Makefile cups/Makefile
--- orig/cups/Makefile	Fri Nov 14 20:28:15 2003
+++ cups/Makefile	Mon Jan 17 13:34:23 2005
@@ -16,7 +16,7 @@
 DISTFILES=	# empty
 EXTRACT_ONLY=	# empty
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	asa@agava.com
 COMMENT=	The Common UNIX Printing System: Metaport to install complete system
 
 LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-base
diff -ruN orig/cups/Makefile.common cups/Makefile.common
--- orig/cups/Makefile.common	Mon Nov 15 07:24:31 2004
+++ cups/Makefile.common	Mon Jan 17 12:47:45 2005
@@ -9,7 +9,7 @@
   ftp://ftp.fisek.com.tr/pub/cups/${CUPS_VERSION}/ \
   ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/
 
-CUPS_VERSION=	1.1.22
+CUPS_VERSION=	1.1.23
 CUPS_REVISION=	0
 CUPS_PORTVER=	${CUPS_VERSION}.${CUPS_REVISION}
 CUPS_PORTREV=	0
@@ -71,6 +71,11 @@
 			--with-cups-group=${CUPSGRP}	\
 			--with-docdir=${CUPS_DOCSDIR}	\
 			--with-rcdir=${CUPS_RCDIR}
+
+.if !defined(WITHOUT_GNUTLS)
+CONFIGURE_ARGS+=	--enable-gnutls
+LIB_DEPENDS+=		gnutls-openssl.12:${PORTSDIR}/security/gnutls
+.endif
 
 CONFIGURE_ARGS+=	CPPFLAGS="-I.. -I${LOCALBASE}/include"
 CONFIGURE_ARGS+=	DSOFLAGS="-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib"
diff -ruN orig/cups/distinfo cups/distinfo
--- orig/cups/distinfo	Mon Nov 15 07:24:31 2004
+++ cups/distinfo	Mon Jan 17 13:14:53 2005
@@ -1,2 +1,2 @@
-MD5 (cups-1.1.22-source.tar.bz2) = fe0a1b0fedccfe8b2e35e0cea1e5f0a9
-SIZE (cups-1.1.22-source.tar.bz2) = 8527045
+MD5 (cups-1.1.23-source.tar.bz2) = 4ce09b1dce09b6b9398af0daae9adf63
+SIZE (cups-1.1.23-source.tar.bz2) = 8705521
--- cups.diff ends here ---

--- cups-base.diff begins here ---
diff -ruN orig/cups-base/Makefile cups-base/Makefile
--- orig/cups-base/Makefile	Mon Dec 27 13:11:18 2004
+++ cups-base/Makefile	Mon Jan 17 13:34:35 2005
@@ -14,13 +14,13 @@
 CATEGORIES=	print
 MASTER_SITES=	${CUPS_MASTER_SITES}
 
-MAINTAINER=	asa@gascom.ru
+MAINTAINER=	asa@agava.com
 COMMENT=	The Common UNIX Printing System: headers, libs, & daemons
 
 USE_REINPLACE=	yes
 INSTALLS_SHLIB=	yes
 
-MANLANG=	""
+MANLANG=	"" es fr
 
 post-patch:
 	@${REINPLACE_CMD} -e '/SILENT/d' \
diff -ruN orig/cups-base/files/patch-pdftops-Gfx.cc cups-base/files/patch-pdftops-Gfx.cc
--- orig/cups-base/files/patch-pdftops-Gfx.cc	Sat Dec 25 02:17:44 2004
+++ cups-base/files/patch-pdftops-Gfx.cc	Thu Jan  1 03:00:00 1970
@@ -1,29 +0,0 @@
-diff -ruN pdftops/Gfx.cxx /home/josef//temp/pdftops/Gfx.cxx
---- pdftops/Gfx.cxx	Fri Apr  9 22:18:31 2004
-+++ /home/josef//temp/pdftops/Gfx.cxx	Fri Dec 24 20:21:32 2004
-@@ -2655,7 +2655,9 @@
-     haveMask = gFalse;
-     dict->lookup("Mask", &maskObj);
-     if (maskObj.isArray()) {
--      for (i = 0; i < maskObj.arrayGetLength(); ++i) {
-+      for (i = 0;
-+	  i < maskObj.arrayGetLength() && i < 2*gfxColorMaxComps;
-+	  ++i) {
- 	maskObj.arrayGet(i, &obj1);
- 	maskColors[i] = obj1.getInt();
- 	obj1.free();
-diff -ruN pdftops/GfxState.cxx /home/josef//temp/pdftops/GfxState.cxx
---- pdftops/GfxState.cxx	Mon Feb  2 23:41:09 2004
-+++ /home/josef//temp/pdftops/GfxState.cxx	Fri Dec 24 20:21:32 2004
-@@ -708,6 +708,11 @@
-   }
-   nCompsA = obj2.getInt();
-   obj2.free();
-+  if (nCompsA > gfxColorMaxComps) {
-+    error(-1, "ICCBased color space with too many (%d > %d) components",
-+    nCompsA, gfxColorMaxComps);
-+    nCompsA = gfxColorMaxComps;
-+  }
-   if (dict->lookup("Alternate", &obj2)->isNull() ||
-       !(altA = GfxColorSpace::parse(&obj2))) {
-     switch (nCompsA) {
--- cups-base.diff ends here ---

--- cups-lpr.diff begins here ---
diff -ruN orig/cups-lpr/Makefile cups-lpr/Makefile
--- orig/cups-lpr/Makefile	Mon Nov 15 07:24:32 2004
+++ cups-lpr/Makefile	Mon Jan 17 13:34:46 2005
@@ -14,12 +14,12 @@
 CATEGORIES=	print
 MASTER_SITES=	${CUPS_MASTER_SITES}
 
-MAINTAINER=	asa@gascom.ru
+MAINTAINER=	asa@agava.com
 COMMENT=	The CUPS BSD and system V compatibility binaries (lp* commands)
 
 USE_REINPLACE=	yes
 
-MANLANG=	""
+MANLANG=	"" es fr
 
 .ifndef CUPS_OVERWRITE_BASE
 PKGINSTALL=	nonexistent
--- cups-lpr.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Mon Jan 17 14:14:55 GMT 2005 
Responsible-Changed-Why:  
locking on build 

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

From: Sergey Matveychuk <sem@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, asa@agava.com
Cc:  
Subject: Re: ports/76337: [maintainer] cups 1.1.22 -> 1.1.23
Date: Mon, 17 Jan 2005 18:56:20 +0300

 ===>   Deinstalling cups-base-1.1.23.0_1
 pkg_delete: file '/usr/local/man/man1/cupstestppd.1.gz' doesn't really exist
 pkg_delete: file '/usr/local/man/man8/cupsaddsmb.8.gz' doesn't really exist
 pkg_delete: file '/usr/local/man/es/man1/cupstestppd.1.gz' doesn't 
 really exist
 pkg_delete: file '/usr/local/man/es/man8/cupsaddsmb.8.gz' doesn't really 
 exist
 pkg_delete: file '/usr/local/man/fr/man1/cupstestppd.1.gz' doesn't 
 really exist
 pkg_delete: file '/usr/local/man/fr/man8/cupsaddsmb.8.gz' doesn't really 
 exist
 pkg_delete: couldn't entirely delete package (perhaps the packing list is
 incorrectly specified?)
 
 --
 Sem.
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Mon Jan 24 17:23:16 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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

From: Michael Johnson <ahze@ahze.net>
To: freebsd-gnats-submit@FreeBSD.org, asa@agava.com
Cc: Sergey Matveychuk <sem@FreeBSD.org>
Subject: Re: ports/76337: [maintainer] cups 1.1.22 -> 1.1.23
Date: Tue, 8 Feb 2005 02:07:18 -0500

 --Apple-Mail-1-690219978
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
  > * Update 1.1.22 -> 1.1.23
  >  Fixes: 
 http://vuxml.FreeBSD.org/7850a238-680a-11d9-a9e7-0001020eed82.html
  > http://vuxml.FreeBSD.org/40a3bca2-6809-11d9-a9e7-0001020eed82.html
  > * Build with GNUTLS isntead of OpenSSL by default to fix FireFox 
 issues
 
 OpenSSL is still enabled and firefox still crashes, do you accept the 
 following patch?
 
 
 --Apple-Mail-1-690219978
 Content-Transfer-Encoding: 7bit
 Content-Id: <A377C4EA-80B6-4C5D-8783-C445FC9E3161@ipt.aol.com>
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="cups.diff"
 Content-Disposition: attachment;
 	filename=cups.diff
 
 Index: Makefile.common
 ===================================================================
 RCS file: /home/ncvs/ports/print/cups/Makefile.common,v
 retrieving revision 1.19
 diff -u -r1.19 Makefile.common
 --- Makefile.common	24 Jan 2005 17:22:59 -0000	1.19
 +++ Makefile.common	8 Feb 2005 07:08:15 -0000
 @@ -10,7 +10,7 @@
    ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/
  
  CUPS_VERSION=	1.1.23
 -CUPS_REVISION=	0
 +CUPS_REVISION=	1
  CUPS_PORTVER=	${CUPS_VERSION}.${CUPS_REVISION}
  CUPS_PORTREV=	0
  CUPS_PORTEPOCH=	0
 @@ -73,7 +73,9 @@
  			--with-rcdir=${CUPS_RCDIR}
  
  .if !defined(WITHOUT_GNUTLS)
 -CONFIGURE_ARGS+=	--enable-gnutls
 +CONFIGURE_ARGS+=	--enable-gnutls \
 +			--disable-openssl \
 +			--disable-ssl
  LIB_DEPENDS+=		gnutls-openssl.12:${PORTSDIR}/security/gnutls
  .endif
  
 
 --Apple-Mail-1-690219978
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 Michael
 
 --Apple-Mail-1-690219978--

From: Sergey Akifyev <asa@agava.com>
To: Michael Johnson <ahze@ahze.net>
Cc: freebsd-gnats-submit@FreeBSD.org,
	Sergey Matveychuk <sem@FreeBSD.org>
Subject: Re: ports/76337: [maintainer] cups 1.1.22 -> 1.1.23
Date: Thu, 10 Feb 2005 17:28:21 +0300

 --=-y6lmv3HINCaTxKr2wT/8
 Content-Type: text/plain; charset=koi8-r
 Content-Transfer-Encoding: quoted-printable
 
 On =D7=D4, 2005-02-08 at 02:07 -0500, Michael Johnson wrote:
 >  > * Update 1.1.22 -> 1.1.23
 >  >  Fixes:=20
 > http://vuxml.FreeBSD.org/7850a238-680a-11d9-a9e7-0001020eed82.html
 >  > http://vuxml.FreeBSD.org/40a3bca2-6809-11d9-a9e7-0001020eed82.html
 >  > * Build with GNUTLS isntead of OpenSSL by default to fix FireFox=20
 > issues
 >=20
 > OpenSSL is still enabled and firefox still crashes, do you accept the=20
 > following patch?
 
 Shortly: yes
 
 > Michael
 --=20
 regards,
 Sergey Akifyev <http://asa.gascom.ru>
 AGAVA Software Company <http://www.agava.com>
 PGP key available from:
 ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt
 
 --=-y6lmv3HINCaTxKr2wT/8
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQBCC2+Fbu06QwmNwNsRAtIyAKCJMMMTlnpe0llY2aIPXkJrVthcTACdG/sZ
 Y/JCbs5rRnNxX47wSwe+n9A=
 =NbRP
 -----END PGP SIGNATURE-----
 
 --=-y6lmv3HINCaTxKr2wT/8--
 
>Unformatted:
