Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2012 20:38:13 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thierry@FreeBSD.org
Subject:   ports/168375: [PATCH] graphics/libboard: Update to 0.9.0
Message-ID:  <201205271438.q4REcDlI016889@bofh.telnet.net.bd>
Resent-Message-ID: <201205271440.q4REe7ZR000594@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         168375
>Category:       ports
>Synopsis:       [PATCH] graphics/libboard: Update to 0.9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 14:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
[DESCRIBE CHANGES]
- Update to 0.9.0

For Committer's reference:
http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/libboard-0.9.0.log
http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/libboard-0.9.0.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/libboard-0.9.0.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/libboard-0.9.0.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/libboard-0.9.0.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/libboard-0.9.0.log

Port maintainer (thierry@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- libboard-0.9.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/libboard/Makefile ./Makefile
--- /usr/ports/graphics/libboard/Makefile	2010-03-28 12:36:58.000000000 +0600
+++ ./Makefile	2012-05-26 19:04:51.677209550 +0600
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=		libboard
-DISTVERSION=		0.8.6b-2
-PORTREVISION=	2
+DISTVERSION=		0.9.0
 CATEGORIES=		graphics
-MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/0.8.6b
+MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=		thierry@FreeBSD.org
 COMMENT=		A vector graphics C++ library
diff -ruN --exclude=CVS /usr/ports/graphics/libboard/distinfo ./distinfo
--- /usr/ports/graphics/libboard/distinfo	2011-07-03 20:11:32.000000000 +0600
+++ ./distinfo	2012-05-26 19:05:09.929208616 +0600
@@ -1,2 +1,2 @@
-SHA256 (libboard-0.8.6b-2.tar.gz) = b21cd08fe437d216e4a1eda54a9073785f60120e8aea734c1a9a97e0d32de7b5
-SIZE (libboard-0.8.6b-2.tar.gz) = 299488
+SHA256 (libboard-0.9.0.tar.gz) = 01a481e9853502643d964a32b74eac3f8b0ca12d261185ae2d20b16bdcbf19e8
+SIZE (libboard-0.9.0.tar.gz) = 355463
diff -ruN --exclude=CVS /usr/ports/graphics/libboard/files/patch-configure ./files/patch-configure
--- /usr/ports/graphics/libboard/files/patch-configure	2009-02-24 00:04:37.000000000 +0600
+++ ./files/patch-configure	2012-05-26 19:10:23.234212185 +0600
@@ -1,6 +1,6 @@
---- configure.orig	2009-02-02 12:12:55.000000000 +0100
-+++ configure	2009-02-23 18:56:43.000000000 +0100
-@@ -109,23 +109,23 @@
+--- configure.orig	2012-05-26 19:06:25.069208812 +0600
++++ configure	2012-05-26 19:08:46.373209460 +0600
+@@ -117,23 +117,6 @@
  ##
  ## Are we on a 64 bits arch
  ##
@@ -13,7 +13,7 @@
 -}
 -EOF
 -gcc -o is64 is64.c
--if is64; then
+-if ./is64; then
 -CXX64FLAGS="-fPIC"
 -echo yes
 -else
@@ -21,34 +21,17 @@
 -echo no
 -fi
 -rm -f is64 is64.c
-+#${ECHO} -n "Checking for 64 bits architecture..."
-+#cat > is64.c <<EOF
-+#int main() {
-+# unsigned long n = 0;
-+# n = ~n;
-+# return n == 0xFFFFFFFF;
-+#}
-+#EOF
-+#$(CXX) -o is64 is64.c
-+#if is64; then
-+#CXX64FLAGS="-fPIC"
-+#echo yes
-+#else
-+#CXX64FLAGS=""
-+#echo no
-+#fi
-+#rm -f is64 is64.c
  
  cat > Makefile <<EOF
  
-@@ -204,10 +204,6 @@
- 	cp include/board/*.h \$(PREFIX)/include/board
+@@ -220,10 +203,6 @@
+ 	chmod 755 \$(PREFIX)/include/board
  	chmod 644 \$(PREFIX)/include/Board.h
  	chmod 644 \$(PREFIX)/include/board/*.h
 -	install -d \$(PREFIX)/share/libboard/examples
--	cp examples/*.cpp \$(PREFIX)/share/libboard/examples
--	cp examples/README \$(PREFIX)/share/libboard/examples
--	cp ${LICENSE} \$(PREFIX)/share/libboard/
+-	\$(CP) examples/*.cpp \$(PREFIX)/share/libboard/examples
+-	\$(CP) examples/README \$(PREFIX)/share/libboard/examples
+-	\$(CP) ${LICENSE} \$(PREFIX)/share/libboard/
  
  doc: doc/html/index.html
  
diff -ruN --exclude=CVS /usr/ports/graphics/libboard/pkg-plist ./pkg-plist
--- /usr/ports/graphics/libboard/pkg-plist	2009-02-22 23:40:20.000000000 +0600
+++ ./pkg-plist	2012-05-26 19:26:49.703219839 +0600
@@ -1,12 +1,17 @@
 include/Board.h
 include/board/Color.h
+include/board/Path.h
 include/board/PSFonts.h
 include/board/Point.h
 include/board/Rect.h
 include/board/ShapeList.h
+include/board/ShapeList.ih
 include/board/Shapes.h
+include/board/Shapes.ih
 include/board/Tools.h
+include/board/Tools.ih
 include/board/Transforms.h
+include/board/Transforms.ih
 lib/libboard.a
 lib/libboard.so
 lib/libboard.so.0
@@ -16,6 +21,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arithmetic.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrows
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrows.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clipping
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clipping.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ellipse
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ellipse.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1
@@ -26,6 +33,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flag
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flag.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/koch
@@ -34,5 +43,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logo.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ruler
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ruler.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scale_ellipse
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scale_ellipse.cpp
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 @dirrm include/board
--- libboard-0.9.0.patch ends here ---

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



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