ports/109429: [Update Version] x11-toolkits/xbae to 4.50.97

Marcelo Araujo araujo at bsdmail.org
Thu Feb 22 13:30:05 UTC 2007


>Number:         109429
>Category:       ports
>Synopsis:       [Update Version] x11-toolkits/xbae to 4.50.97
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 22 13:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
BSD EXPERIENCE 
>Environment:


System: FreeBSD 6.2-STABLE #0: Thu Feb  1 13:51:30 BRST 2007
    araujo at reloaded.freebsd.org:/usr/obj/usr/src/sys/RELOADED



>Description:


- update version to 4.50.97
- remove files/patch-ab
- moving files/patch-ac to patch-ab
- remove files/patch-ac


>How-To-Repeat:





>Fix:


--- xbae.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/xbae/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	15 Aug 2006 01:13:41 -0000	1.32
+++ Makefile	22 Feb 2007 12:51:59 -0000
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	Xbae
-PORTVERSION=	4.50.91
+PORTVERSION=	4.50.97
 CATEGORIES=	x11-toolkits math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	xbae
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/xbae/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	24 Jan 2006 03:16:46 -0000	1.9
+++ distinfo	22 Feb 2007 12:51:59 -0000
@@ -1,3 +1,3 @@
-MD5 (Xbae-4.50.91.tar.gz) = 7580353e86ca452b481608b67586fc3c
-SHA256 (Xbae-4.50.91.tar.gz) = 47ffbf0fd3195a954022c50419fea3751fcfde1c2f89bc1cade930a10c88fffe
-SIZE (Xbae-4.50.91.tar.gz) = 1413828
+MD5 (Xbae-4.50.97.tar.gz) = f5518adff4cf031fd429c7f47bc0b49d
+SHA256 (Xbae-4.50.97.tar.gz) = 7b8f51db7397e65ffcc2585b3789b4a3f1e9828c6599635c2eee32c66d44b725
+SIZE (Xbae-4.50.97.tar.gz) = 1411186
Index: files/patch-ab
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/xbae/files/patch-ab,v
retrieving revision 1.2
diff -u -r1.2 patch-ab
--- files/patch-ab	30 May 2004 12:46:35 -0000	1.2
+++ files/patch-ab	22 Feb 2007 12:51:59 -0000
@@ -1,36 +1,108 @@
-*** src/ScrollMgr.c.orig	Mon Apr 12 07:49:28 2004
---- src/ScrollMgr.c	Sun May 30 14:37:57 2004
-***************
-*** 951,957 ****
-  xbaeRedrawCells(XbaeMatrixWidget mw, Rectangle *expose)
-  {
-      int startCol, endCol, startRow, endRow, i, j;
-!     Rectangle rect;
-      Boolean set_mask = False;
-  
-      DEBUGOUT(_XbaeDebug(__FILE__, (Widget)mw,
---- 951,957 ----
-  xbaeRedrawCells(XbaeMatrixWidget mw, Rectangle *expose)
-  {
-      int startCol, endCol, startRow, endRow, i, j;
-!     Rectangle rect, matrix_expose;
-      Boolean set_mask = False;
-  
-      DEBUGOUT(_XbaeDebug(__FILE__, (Widget)mw,
-***************
-*** 963,969 ****
-  	return;
-  
-      #if 1
-!     Rectangle matrix_expose;
-      SETRECT(matrix_expose,
-  	    expose->x1 + FIXED_COLUMN_LABEL_OFFSET(mw),
-  	    expose->y1 + FIXED_ROW_LABEL_OFFSET(mw),
---- 963,969 ----
-  	return;
-  
-      #if 1
-!     /* Rectangle matrix_expose;*/
-      SETRECT(matrix_expose,
-  	    expose->x1 + FIXED_COLUMN_LABEL_OFFSET(mw),
-  	    expose->y1 + FIXED_ROW_LABEL_OFFSET(mw),
+--- doc/Makefile.am.orig	Sat May 29 23:24:50 2004
++++ doc/Makefile.am	Sat May 29 23:24:57 2004
+@@ -15,7 +15,7 @@
+ # Lets put the informational stuff in a sub directory to avoid 
+ # polluting /usr/local for default installs.
+ #
+-docdir=	$(datadir)/Xbae
++docdir=	$(datadir)/doc/Xbae
+ 
+ doc_DATA=	\
+       contents.html coverplus.html difffonts.html \
+--- doc/Makefile.in.orig	Sat May 29 23:25:16 2004
++++ doc/Makefile.in	Sat May 29 23:25:18 2004
+@@ -214,7 +214,7 @@
+ # Lets put the informational stuff in a sub directory to avoid 
+ # polluting /usr/local for default installs.
+ #
+-docdir = $(datadir)/Xbae
++docdir = $(datadir)/doc/Xbae
+ doc_DATA = \
+       contents.html coverplus.html difffonts.html \
+       index.html main.html morelines.html \
+--- Makefile.am.orig	Tue Aug 20 12:03:13 2002
++++ Makefile.am	Sat Nov 23 16:28:21 2002
+@@ -16,7 +16,7 @@
+ 
+ endif
+ 
+-docdir=	$(prefix)/Xbae
++docdir=	$(datadir)/doc/Xbae
+ doc_DATA= NEWS README
+ 
+ .PHONY: changelog UpdateCheck
+--- Makefile.in.orig	Sat May 29 22:51:17 2004
++++ Makefile.in	Sat May 29 23:03:58 2004
+@@ -226,7 +226,7 @@
+ 
+ aclocaldir = @ACLOCALDIR@
+ @Aclocal_TRUE at aclocal_DATA = ac_find_xbae.m4
+-docdir = $(prefix)/Xbae
++docdir = $(datadir)/doc/Xbae
+ doc_DATA = NEWS README
+ 
+ #
+@@ -627,7 +627,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-aclocalDATA install-docDATA
++install-data-am: install-docDATA
+ 
+ install-exec-am:
+ 
+--- examples/builderXcessory/Makefile.am.orig	Sat May 29 23:20:22 2004
++++ examples/builderXcessory/Makefile.am	Sat May 29 23:20:26 2004
+@@ -9,7 +9,7 @@
+ 	xbae.wml \
+ 	xbae_ctrl.tcl
+ 
+-examplesdir = $(datadir)/Xbae/examples/builderXcessory
++examplesdir = $(datadir)/examples/Xbae/builderXcessory
+ examples_DATA = \
+ 	XbaeCaption.col XbaeInput.col XbaeMatrix.col \
+ 	XbaeCaption.pix XbaeInput.pix XbaeMatrix.pix \
+--- examples/builderXcessory/Makefile.in.orig	Sat May 29 23:23:48 2004
++++ examples/builderXcessory/Makefile.in	Sat May 29 23:23:52 2004
+@@ -203,7 +203,7 @@
+ 	xbae.wml \
+ 	xbae_ctrl.tcl
+ 
+-examplesdir = $(datadir)/Xbae/examples/builderXcessory
++examplesdir = $(datadir)/examples/Xbae/builderXcessory
+ examples_DATA = \
+ 	XbaeCaption.col XbaeInput.col XbaeMatrix.col \
+ 	XbaeCaption.pix XbaeInput.pix XbaeMatrix.pix \
+--- src/Makefile.in.orig	Sat May 29 23:37:07 2004
++++ src/Makefile.in	Sat May 29 23:37:10 2004
+@@ -525,7 +525,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-htmlDATA install-man
++install-data-am: install-man
+ 
+ install-exec-am: install-libLTLIBRARIES
+ 
+--- doc/images/Makefile.am.orig	Sat May 29 23:25:49 2004
++++ doc/images/Makefile.am	Sat May 29 23:25:53 2004
+@@ -10,7 +10,7 @@
+ # Lets put the informational stuff in a sub directory to avoid 
+ # polluting /usr/local for default installs.
+ #
+-imagedir=	$(datadir)/Xbae/images
++imagedir=	$(datadir)/doc/Xbae/images
+ 
+ 
+ 
+--- doc/images/Makefile.in.orig	Sat May 29 23:26:09 2004
++++ doc/images/Makefile.in	Sat May 29 23:26:14 2004
+@@ -203,7 +203,7 @@
+ # Lets put the informational stuff in a sub directory to avoid 
+ # polluting /usr/local for default installs.
+ #
+-imagedir = $(datadir)/Xbae/images
++imagedir = $(datadir)/doc/Xbae/images
+ 
+ #
+ # Cut the distribution size, don't distribute these in a source
--- xbae.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list