From owner-svn-ports-all@freebsd.org Sun Jul 23 17:10:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83216DA5C85; Sun, 23 Jul 2017 17:10:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FC5767D9D; Sun, 23 Jul 2017 17:10:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6NHAdaF009481; Sun, 23 Jul 2017 17:10:39 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6NHAdb0009477; Sun, 23 Jul 2017 17:10:39 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201707231710.v6NHAdb0009477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 23 Jul 2017 17:10:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446499 - in head/graphics/farbfeld: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics/farbfeld: . files X-SVN-Commit-Revision: 446499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2017 17:10:40 -0000 Author: tobik Date: Sun Jul 23 17:10:39 2017 New Revision: 446499 URL: https://svnweb.freebsd.org/changeset/ports/446499 Log: graphics/farbfeld: Update to 3 PR: 220946 Submitted by: aaron@baugher.biz (maintainer) Modified: head/graphics/farbfeld/Makefile head/graphics/farbfeld/distinfo head/graphics/farbfeld/files/patch-config.mk head/graphics/farbfeld/pkg-plist Modified: head/graphics/farbfeld/Makefile ============================================================================== --- head/graphics/farbfeld/Makefile Sun Jul 23 17:01:37 2017 (r446498) +++ head/graphics/farbfeld/Makefile Sun Jul 23 17:10:39 2017 (r446499) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= farbfeld -PORTVERSION= 2 +PORTVERSION= 3 CATEGORIES= graphics MASTER_SITES= http://dl.suckless.org/farbfeld/ Modified: head/graphics/farbfeld/distinfo ============================================================================== --- head/graphics/farbfeld/distinfo Sun Jul 23 17:01:37 2017 (r446498) +++ head/graphics/farbfeld/distinfo Sun Jul 23 17:10:39 2017 (r446499) @@ -1,2 +1,3 @@ -SHA256 (farbfeld-2.tar.gz) = a366e7628274fb9b4dc9508a7340a32b5e7557d99895b7ed7b5165241d613f58 -SIZE (farbfeld-2.tar.gz) = 6646 +TIMESTAMP = 1500781142 +SHA256 (farbfeld-3.tar.gz) = 5b953b86a72d3feaedf62698532c8888e5f6e2f6363193a4cc8cee0e38c378ad +SIZE (farbfeld-3.tar.gz) = 10169 Modified: head/graphics/farbfeld/files/patch-config.mk ============================================================================== --- head/graphics/farbfeld/files/patch-config.mk Sun Jul 23 17:01:37 2017 (r446498) +++ head/graphics/farbfeld/files/patch-config.mk Sun Jul 23 17:10:39 2017 (r446499) @@ -1,12 +1,15 @@ ---- config.mk.orig 2016-03-15 17:46:09 UTC +--- config.mk.orig 2017-07-23 04:09:50 UTC +++ config.mk -@@ -18,8 +18,8 @@ LIBS = -L${PNGLIB} -L${JPGLIB} -lpng -lj +@@ -9,10 +9,10 @@ MANPREFIX = ${PREFIX}/man # flags CPPFLAGS = -D_DEFAULT_SOURCE --CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -+CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} - LDFLAGS = -s ${LIBS} +-CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os +-LDFLAGS = -s ++CFLAGS += -std=c99 -pedantic -Wall -Wextra -Os -I${LOCALBASE}/include ++LDFLAGS = -s -L${LOCALBASE}/lib + PNG-LDFLAGS = -lpng + JPG-LDFLAGS = -ljpeg # compiler and linker -CC = cc Modified: head/graphics/farbfeld/pkg-plist ============================================================================== --- head/graphics/farbfeld/pkg-plist Sun Jul 23 17:01:37 2017 (r446498) +++ head/graphics/farbfeld/pkg-plist Sun Jul 23 17:10:39 2017 (r446499) @@ -1,9 +1,15 @@ bin/2ff +bin/ff2jpg +bin/ff2pam bin/ff2png +bin/ff2ppm bin/jpg2ff bin/png2ff man/man1/2ff.1.gz +man/man1/ff2jpg.1.gz +man/man1/ff2pam.1.gz man/man1/ff2png.1.gz +man/man1/ff2ppm.1.gz man/man1/jpg2ff.1.gz man/man1/png2ff.1.gz man/man5/farbfeld.5.gz