ports/156235: [MAINTAINER] graphics/box: update to 0.2.2

Charlie Kester corky1951 at comcast.net
Thu Apr 7 01:10:08 UTC 2011


>Number:         156235
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/box: update to 0.2.2
>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 Apr 07 01:10:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester
>Release:        FreeBSD 8.2-RC3 i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.2-RC3 FreeBSD 8.2-RC3 #0: Sat Feb 19 20:09:18 PST 2011 root at atom.local:/usr/obj/usr/src/sys/ATOM i386


	
>Description:
Update to 0.2.2
Add license info
Add regression-test target for maintenance purposes

>How-To-Repeat:
	
>Fix:
===================
Files added:
files/patch-tests__dylib__Makefile.dev

Files deleted:
files/patch-box__Makefile.in
===================

--- box-0.2.2.diff begins here ---
diff -ruN /usr/ports/graphics/box/Makefile ./box/Makefile
--- /usr/ports/graphics/box/Makefile	2011-02-15 08:56:53.000000000 -0800
+++ ./box/Makefile	2011-04-06 14:31:19.000000000 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	box
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
 
@@ -16,6 +16,9 @@
 BUILD_DEPENDS=	docbook-to-man:${PORTSDIR}/textproc/docbook-to-man
 LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo
 
+LICENSE_COMB=	multi
+LICENSE=	GPLv2 LGPL3
+
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -26,6 +29,9 @@
 post-patch:
 	${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml
 
+check regression-test: build
+	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check)
+
 post-install:
 .if !defined(NOPORTEXAMPLES)
 	${MKDIR} ${EXAMPLESDIR}
diff -ruN /usr/ports/graphics/box/distinfo ./box/distinfo
--- /usr/ports/graphics/box/distinfo	2011-02-15 08:56:53.000000000 -0800
+++ ./box/distinfo	2011-04-06 13:03:23.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (box-0.2.1.tar.gz) = b34ae16f7bbf4fcaca7a246bf63c8c7ecbee333e5ac291d36beb503d42f4e5ab
-SIZE (box-0.2.1.tar.gz) = 950209
+SHA256 (box-0.2.2.tar.gz) = 060f016415d1edf7eaf36b984bd85e511050e1eb45b904bbde1dead05017ce4d
+SIZE (box-0.2.2.tar.gz) = 951210
diff -ruN /usr/ports/graphics/box/files/patch-box__Makefile.in ./box/files/patch-box__Makefile.in
--- /usr/ports/graphics/box/files/patch-box__Makefile.in	2011-02-15 08:56:53.000000000 -0800
+++ ./box/files/patch-box__Makefile.in	1969-12-31 16:00:00.000000000 -0800
@@ -1,11 +0,0 @@
---- ./box/Makefile.in.orig	2011-02-13 18:23:20.000000000 -0800
-+++ ./box/Makefile.in	2011-02-13 18:23:53.000000000 -0800
-@@ -329,7 +329,7 @@
-   paths.c main.c cmpproc.c bltinarray.c ast.c value.c \
-   compiler.c operator.c namespace.c autogen.c tsdesc.c
- 
--box_LDADD = $(LIBLTDL) libboxcore0.2.la
-+box_LDADD = libboxcore0.2.la $(LIBLTDL)
- box_LDFLAGS = -static
- box_DEPENDENCIES = $(LTDLDEPS)
- all: $(BUILT_SOURCES)
diff -ruN /usr/ports/graphics/box/files/patch-tests__dylib__Makefile.dev ./box/files/patch-tests__dylib__Makefile.dev
--- /usr/ports/graphics/box/files/patch-tests__dylib__Makefile.dev	1969-12-31 16:00:00.000000000 -0800
+++ ./box/files/patch-tests__dylib__Makefile.dev	2011-04-06 13:43:08.000000000 -0700
@@ -0,0 +1,11 @@
+--- ./tests/dylib/Makefile.dev.orig	2011-04-06 13:42:46.000000000 -0700
++++ ./tests/dylib/Makefile.dev	2011-04-06 13:42:59.000000000 -0700
+@@ -6,7 +6,7 @@
+ $(DESTDIR)/libmylib.la: mylib.c
+ 	$(LIBTOOL) --mode=compile gcc -c -I../.. mylib.c
+ 	$(LIBTOOL) --mode=link gcc -module -o libmylib.la mylib.lo -rpath $(DESTDIR)
+-        $(LIBTOOL) --mode=install cp libmylib.la $(DESTDIR)/libmylib.la
++	$(LIBTOOL) --mode=install cp libmylib.la $(DESTDIR)/libmylib.la
+ 	#gcc -I../.. -fPIC -shared -o libmylib.so mylib.c
+ 
+ clean:
diff -ruN /usr/ports/graphics/box/pkg-plist ./box/pkg-plist
--- /usr/ports/graphics/box/pkg-plist	2011-02-15 08:56:53.000000000 -0800
+++ ./box/pkg-plist	2011-04-06 17:04:55.000000000 -0700
@@ -13,7 +13,7 @@
 include/box0.2/box/occupation.h
 include/box0.2/box/print.h
 include/box0.2/box/srcpos.h
-include/box0.2/box/str.h
+include/box0.2/box/strutils.h
 include/box0.2/box/types.h
 include/box0.2/box/version.h
 include/box0.2/box/virtmach.h
@@ -41,6 +41,7 @@
 lib/box0.2/pkg/_window.bxh
 lib/box0.2/pkg/arrows.bxh
 lib/box0.2/pkg/bounce.bxh
+lib/box0.2/pkg/caps.bxh
 lib/box0.2/pkg/electric.bxh
 lib/box0.2/pkg/g.bxh
 lib/box0.2/pkg/label.bxh
--- box-0.2.2.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list