Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 14:18:50 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310271 - in head/devel/picprog: . files
Message-ID:  <201301121418.r0CEIocX053040@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Jan 12 14:18:49 2013
New Revision: 310271
URL: http://svnweb.freebsd.org/changeset/ports/310271

Log:
  - Update to 1.9.1
  
  PR:		ports/175165
  Submitted by:	Erik Greenwald <erik@bz.bzflag.bz> (maintainer)

Added:
  head/devel/picprog/files/patch-testport.cc   (contents, props changed)
Modified:
  head/devel/picprog/Makefile   (contents, props changed)
  head/devel/picprog/distinfo   (contents, props changed)

Modified: head/devel/picprog/Makefile
==============================================================================
--- head/devel/picprog/Makefile	Sat Jan 12 13:55:20 2013	(r310270)
+++ head/devel/picprog/Makefile	Sat Jan 12 14:18:49 2013	(r310271)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:    picprog
-# Date created:         31 August 1999
-# Whom:                 Johan Kerckaert <kirk@bricsnet.com>
-#
+# Created by: Johan Kerckaert <kirk@bricsnet.com>
 # $FreeBSD$
-#
 
 PORTNAME=	picprog
-PORTVERSION=	1.9.0
+PORTVERSION=	1.9.1
 CATEGORIES=	devel
 MASTER_SITES=	http://hyvatti.iki.fi/~jaakko/pic/
 
@@ -18,8 +14,10 @@ USE_GMAKE=	yes
 PLIST_FILES=	bin/picprog
 MAN1=		picprog.1
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	*
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+PORTDOCS=	README anybrowser3.png jdm84ne3.png jdm84pcb6.png picprog.html
 .endif
 
 post-patch:
@@ -30,15 +28,13 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/picprog ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/picprog.1 ${MAN1PREFIX}/man/man1
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for f in README *.png picprog.html
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 .endfor
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 BROKEN=		Does not compile on ia64, powerpc, or sparc64
 .endif

Modified: head/devel/picprog/distinfo
==============================================================================
--- head/devel/picprog/distinfo	Sat Jan 12 13:55:20 2013	(r310270)
+++ head/devel/picprog/distinfo	Sat Jan 12 14:18:49 2013	(r310271)
@@ -1,2 +1,2 @@
-SHA256 (picprog-1.9.0.tar.gz) = 1af3febb62855847a4de884c1a4d98c88f8d6c02f8193c876bce0b760c7606e6
-SIZE (picprog-1.9.0.tar.gz) = 64398
+SHA256 (picprog-1.9.1.tar.gz) = 057572133390122051622c412b8b3abeb38487a205645c427252ec61c38304e4
+SIZE (picprog-1.9.1.tar.gz) = 76452

Added: head/devel/picprog/files/patch-testport.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/picprog/files/patch-testport.cc	Sat Jan 12 14:18:49 2013	(r310271)
@@ -0,0 +1,10 @@
+--- testport.cc.orig	2013-01-09 14:43:31.000000000 -0500
++++ testport.cc	2013-01-09 14:43:44.000000000 -0500
+@@ -38,7 +38,6 @@
+ #include <ctime>
+ 
+ #include <sys/ioctl.h>
+-#include <sys/io.h>
+ #include <fcntl.h>
+ #include <sys/time.h>
+ #include <unistd.h>
\ No newline at end of file



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301121418.r0CEIocX053040>