From swell.k@gmail.com  Sun May  2 09:00:16 2010
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E25301065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 May 2010 09:00:16 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 70DED8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 May 2010 09:00:16 +0000 (UTC)
Received: by fxm15 with SMTP id 15so1516098fxm.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 02 May 2010 02:00:10 -0700 (PDT)
Received: by 10.87.76.7 with SMTP id d7mr7729605fgl.65.1272790810779;
        Sun, 02 May 2010 02:00:10 -0700 (PDT)
Received: from localhost (95-26-245-70.broadband.corbina.ru [95.26.245.70])
        by mx.google.com with ESMTPS id d8sm11086283fga.6.2010.05.02.02.00.10
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 02 May 2010 02:00:10 -0700 (PDT)
Message-Id: <86wrvm3ckz.fsf@gmail.com>
Date: Sun, 02 May 2010 12:57:48 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] sysutils/jfbterm: png14 regression

>Number:         146230
>Category:       ports
>Synopsis:       [patch] sysutils/jfbterm: png14 regression
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 02 09:10:10 UTC 2010
>Closed-Date:    Tue Sep 14 07:13:03 UTC 2010
>Last-Modified:  Wed Sep 22 05:50:03 UTC 2010
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: sysutils/jfbterm/files/patch-configure
===================================================================
RCS file: /a/.cvsup/ports/sysutils/jfbterm/files/patch-configure,v
retrieving revision 1.1
diff -u -p -r1.1 patch-configure
--- sysutils/jfbterm/files/patch-configure	12 Mar 2010 20:39:12 -0000	1.1
+++ sysutils/jfbterm/files/patch-configure	2 May 2010 08:40:31 -0000
@@ -1,6 +1,15 @@
 --- configure.in.orig	2009-02-10 19:40:45.000000000 -0500
 +++ configure.in	2010-02-22 16:37:33.000000000 -0500
-@@ -111,7 +111,7 @@
+@@ -31,7 +31,7 @@ esac
+ 
+ case $system in
+ Linux|FreeBSD|NetBSD)
+-  PKG_CHECK_MODULES(LIBPNG, libpng12 >= 1.2.0, have_libpng=true, have_libpng=false)
++  PKG_CHECK_MODULES(LIBPNG, libpng14 >= 1.2.0, have_libpng=true, have_libpng=false)
+   ;;
+ OpenBSD)
+   PKG_CHECK_MODULES(LIBPNG, libpng >= 1.2.0, have_libpng=true, have_libpng=false)
+@@ -111,7 +111,7 @@ if test x$enable_vga16fb = xyes; then
    case $system in
    Linux|FreeBSD)
      case $machine in
Index: sysutils/jfbterm/files/patch-splash-png.c
===================================================================
RCS file: sysutils/jfbterm/files/patch-splash-png.c
diff -N sysutils/jfbterm/files/patch-splash-png.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sysutils/jfbterm/files/patch-splash-png.c	2 May 2010 08:41:53 -0000
@@ -0,0 +1,11 @@
+--- splash-png.c~
++++ splash-png.c
+@@ -103,7 +103,7 @@ u_char *read_png_file(FILE *stream, u_in
+ 	if (color_type == PNG_COLOR_TYPE_PALETTE)
+ 		png_set_palette_to_rgb(png_ptr);
+ 	if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
+-		png_set_gray_1_2_4_to_8(png_ptr);
++		png_set_expand_gray_1_2_4_to_8(png_ptr);
+ 	if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
+ 		png_set_tRNS_to_alpha(png_ptr);
+ 	if (bit_depth == 16)
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun May 2 09:10:31 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bsdports@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/146230: [patch] sysutils/jfbterm: png14 regression
Date: Sun, 2 May 2010 09:10:18 UT

 Maintainer of sysutils/jfbterm,
 
 Please note that PR ports/146230 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146230
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Anonymous <swell.k@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146230: [patch] sysutils/jfbterm: png14 regression
Date: Sun, 02 May 2010 13:14:52 +0400

 Oops, this requires PORTREVISION bump.
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue May 18 01:47:22 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146230 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 5 21:03:31 UTC 2010 
State-Changed-Why:  
fixed with 146238 

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

From: Anonymous <swell.k@gmail.com>
To: miwi@FreeBSD.org
Cc: bug-followup@freebsd.org
Subject: Re: ports/146230: [patch] sysutils/jfbterm: png14 regression
Date: Sun, 06 Jun 2010 07:53:44 +0000

 miwi@FreeBSD.org writes:
 
 > Synopsis: [patch] sysutils/jfbterm: png14 regression
 >
 > State-Changed-From-To: feedback->closed
 > State-Changed-By: miwi
 > State-Changed-When: Sat Jun 5 21:03:31 UTC 2010
 > State-Changed-Why: 
 > fixed with 146238
 
 No. Reopen, please.
 
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=146230
State-Changed-From-To: closed->open 
State-Changed-By: linimon 
State-Changed-When: Tue Aug 3 01:24:29 UTC 2010 
State-Changed-Why:  
Submitter claims this is still a problem.  Reopen and return to the pool. 


Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Aug 3 01:24:29 UTC 2010 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=146230 
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Sep 14 05:56:27 UTC 2010 
Responsible-Changed-Why:  
I will take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146230 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Sep 14 07:13:03 UTC 2010 
State-Changed-Why:  
close in prep for new consolidated pr from submitter 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146230: commit references a PR
Date: Wed, 22 Sep 2010 05:40:27 +0000 (UTC)

 pgollucci    2010-09-22 05:40:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/jfbterm     Makefile pkg-descr pkg-plist 
   Added files:
     sysutils/jfbterm/files BSDmakefile patch-screensaver.c 
                            patch-splash-png.c 
   Removed files:
     sysutils/jfbterm/files patch-configure pkg-message.in 
   Log:
   Dispose of autotools[1]. While here fix these bugs:
   - GCC 4.4+ build (#elif with no expression)
   - use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)
   
   and
   - move libiconv, libpng and gnu-unifont to respective options.
   All ON by default. With all options unset = empty all-depends-list.
   
   Requested by: paradox <ddkprog@yahoo.com>
   
   [1] This should reduce build time and lessen dependencies with little
   cost of maintaining more clear BSDmakefile and config.h that
   were based on Makefile.am, configure.in and config.h.in.
   
   Fix png14 regression
   
   Use PREFIX in man pages, config, pkg-message
   and drop redundant PKGMESSAGE assign as well
   
   Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because
   while it builds fine the package may not work on archs without VESA support.
   
   All options are ON in order for package to work with default configuration.
   
   Tested building with BSDmakefile a bit on NetBSD and using
   devel/bmake port. Perhaps, it can be included upstream.
   
   PR:             ports/139107 (bsdmake), ports/146230 (png14), ports/146271 (PREFIX)
                   ports/150759 [this pr]
   Submitted by:   Anonymous <swell.k@gmail.com>
   
   Revision  Changes    Path
   1.13      +116 -22   ports/sysutils/jfbterm/Makefile
   1.1       +81 -0     ports/sysutils/jfbterm/files/BSDmakefile (new)
   1.2       +0 -11     ports/sysutils/jfbterm/files/patch-configure (dead)
   1.1       +11 -0     ports/sysutils/jfbterm/files/patch-screensaver.c (new)
   1.1       +11 -0     ports/sysutils/jfbterm/files/patch-splash-png.c (new)
   1.3       +0 -27     ports/sysutils/jfbterm/files/pkg-message.in (dead)
   1.2       +2 -1      ports/sysutils/jfbterm/pkg-descr
   1.2       +8 -5      ports/sysutils/jfbterm/pkg-plist
 _______________________________________________
 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:
