ports/106729: [MAINTAINER] graphics/ocrad: update to 0.16

Ulrich Spoerlein uspoerlein at gmail.com
Thu Dec 14 20:49:37 UTC 2006


>Number:         106729
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/ocrad: update to 0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 14 20:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Fri Oct 27 22:09:08 CEST 2006
>Description:
- Update to 0.16
- Fixes gcc 4.1 compilation
- Don't hardcode gcc 3.4 for older systems, any recent gcc version will do

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ocrad-0.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/ocrad/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- Makefile	29 May 2006 20:46:12 -0000	1.11
+++ Makefile	14 Dec 2006 20:28:16 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ocrad
-PORTVERSION=	0.14
+PORTVERSION=	0.16
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,7 +26,7 @@ MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500035
-USE_GCC=	3.4
+USE_GCC=	3.4+
 post-patch:
 . for f in main.cc rational.cc
 	@${REINPLACE_CMD} 's/std::snprintf/snprintf/g' ${WRKSRC}/$f
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/ocrad/distinfo,v
retrieving revision 1.7
diff -u -p -u -r1.7 distinfo
--- distinfo	10 May 2006 17:42:49 -0000	1.7
+++ distinfo	14 Dec 2006 20:28:16 -0000
@@ -1,3 +1,3 @@
-MD5 (ocrad-0.14.tar.bz2) = 6a72f723175e799cc72b81b96793491f
-SHA256 (ocrad-0.14.tar.bz2) = c31ba791840fae5a867f86cbb01880fe1ef3adf33175fdf30eeea857d9e9fcce
-SIZE (ocrad-0.14.tar.bz2) = 73632
+MD5 (ocrad-0.16.tar.bz2) = 11436dd04e65a1e15ea62c2e2f26a4fa
+SHA256 (ocrad-0.16.tar.bz2) = e3f98047f53bc19f6ff9d40de7b55ddf5e52d9b41453ab7f39f3bdf1ee974de6
+SIZE (ocrad-0.16.tar.bz2) = 75532
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/graphics/ocrad/files/patch-configure,v
retrieving revision 1.4
diff -u -p -u -r1.4 patch-configure
--- files/patch-configure	26 Jan 2005 05:42:46 -0000	1.4
+++ files/patch-configure	14 Dec 2006 20:28:16 -0000
@@ -1,12 +1,14 @@
 --- configure.orig	Fri Jan 23 22:55:38 2004
 +++ configure	Mon Mar  1 11:34:35 2004
-@@ -19,13 +19,6 @@
+@@ -19,15 +19,6 @@
  progname=$0
  srctrigger=ocrad.png
  
 -# clear some things potentially inherited from environment.
 -srcdir=
 -prefix=/usr/local
+-exec_prefix='$(prefix)'
+-bindir='$(exec_prefix)/bin'
 -datadir='$(prefix)/share'
 -infodir='$(datadir)/info'
 -mandir='$(datadir)/man'
@@ -14,7 +16,7 @@
  # Loop over all args
  while [ x$1 != x ] ; do
  
-@@ -68,6 +62,11 @@
+@@ -78,6 +72,11 @@
  		exit 1 ;;
  	esac
  done
--- ocrad-0.16.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list