ports/175165: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Jan 12 14:20:01 UTC 2013


The following reply was made to PR ports/175165; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/175165: commit references a PR
Date: Sat, 12 Jan 2013 14:18:58 +0000 (UTC)

 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 at 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 at bricsnet.com>
 -#
 +# Created by: Johan Kerckaert <kirk at 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
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list