Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11-wm
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28363/10.3/unstable/main/finkinfo/x11-wm

Modified Files:
        blackbox-rootless.info blackbox.info 
Log Message:
Fix compiling for new compilers. Fix c++ ABI (I think)


Index: blackbox-rootless.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11-wm/blackbox-rootless.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- blackbox-rootless.info      19 Jan 2006 03:46:52 -0000      1.1
+++ blackbox-rootless.info      19 Jan 2006 03:56:42 -0000      1.2
@@ -1,33 +1,30 @@
 Package: blackbox-rootless
 Version: 0.65.0
-Revision: 1
+Revision: 2
 Description: Alternate Window Manager, works in XDarwin's rootless env
-License: BSD
 Maintainer: Christian Swinehart <[EMAIL PROTECTED]>
+GCC: 3.3
+BuildDepends: x11-dev, gcc3.3
+Depends: x11
 Conflicts: blackbox, blackbox-taskbar
 Replaces: blackbox, blackbox-taskbar
 Provides: blackbox
-BuildDepends: x11-dev, gcc3.1
-Depends: x11
 Source: mirror:sourceforge:blackboxwm/blackbox-%v.tar.gz
 Source-MD5: 08560fa287c68d65fbe894696d04deaf
-ConfigureParams: --disable-nls 
-Patch: %n
-SetCC: gcc3
-SetCXX: g++3
+ConfigureParams: --disable-nls --mandir='${prefix}/share/man'
+Patch: %n.patch
+PatchScript: perl -pi.bak -e 's/(c\.|comp)/_Base::\1/g' src/Timer.hh
+SetCC: gcc-3.3
+SetCXX: g++-3.3
 NoSetCXXFLAGS: true
-CompileScript: <<
- ./configure %c
- make
-<<
 InstallScript: <<
-make install prefix=%i
- mv %i/man %i/share/
+ make install prefix=%i
  mkdir -p %i/share/blackbox/fonts
  uudecode data/nu.pcf.gz.uu
  install -m 644 nu.pcf.gz %i/share/blackbox/fonts/
 <<
 DocFiles: README* LICENSE data/README.* ChangeLog
+License: BSD
 DescDetail: <<
 Blackbox is yet another addition to the list of window 
 managers for the Open Group's X Window System, Version 11 Release 6 
@@ -40,4 +37,8 @@
 clicking on the root window, may now be opened from the (otherwise
 fairly useless) toolbar at the bottom of the screen.
 <<
+DescPort: <<
+  Patch Timer.hh for recent gcc template scoping syntax. See:
+  http://linuxfromscratch.org/pipermail/patches/2004-April/001028.html
+<<
 Homepage: http://bbtools.thelinuxcommunity.org/

Index: blackbox.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11-wm/blackbox.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- blackbox.info       19 Jan 2006 03:48:03 -0000      1.5
+++ blackbox.info       19 Jan 2006 03:56:42 -0000      1.6
@@ -1,6 +1,6 @@
 Package: blackbox
 Version: 0.65.0
-Revision: 12
+Revision: 13
 Description: Alternate Window Manager, basic version
 Maintainer: Christian Swinehart <[EMAIL PROTECTED]>
 GCC: 3.3
@@ -13,6 +13,9 @@
 ConfigureParams: --disable-nls --mandir='${prefix}/share/man'
 Patch: %n.patch
 PatchScript: perl -pi.bak -e 's/(c\.|comp)/_Base::\1/g' src/Timer.hh
+SetCC: gcc-3.3
+SetCXX: g++-3.3
+NoSetCXXFLAGS: true
 DocFiles: README* LICENSE data/README.* ChangeLog
 License: BSD
 DescDetail: <<



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to