[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-commits
Subject:    [cvs] dists/10.4/stable/main/finkinfo/devel doxygen-doc.info, 1.4, 1.5 doxygen.info, 1.10, 1.11 doxy
From:       Alexander Hansen <alexkhansen () users ! sourceforge ! net>
Date:       2013-01-31 22:21:52
Message-ID: E1U12W5-0003CN-4S () sfs-ml-4 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27823/10.4/stable/main/finkinfo/devel


Modified Files:
	doxygen-doc.info doxygen.info 
Removed Files:
	doxygen-10.6.info doxygen-10.6.patch 
Log Message:
New upstream doxygen for 10.5/10.6.  
Fix Source and SourceDirectory declarations for doxygen-doc in 10.7/
Get rid of outmoded doxygen-10.6.info/.patch


--- doxygen-10.6.patch DELETED ---

Index: doxygen-doc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/doxygen-doc.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- doxygen-doc.info	16 Oct 2011 08:46:28 -0000	1.4
+++ doxygen-doc.info	31 Jan 2013 22:21:50 -0000	1.5
@@ -1,11 +1,11 @@
 Info3: <<
 
 Package: doxygen-doc
-Version: 1.7.4
+Version: 1.8.3.1
 Revision: 1
 Source: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%v.src.tar.gz
 SourceDirectory: doxygen-%v
-Source-MD5: ff908759ff7cd9464424b04ae6c68e48
+Source-MD5: 31b0aaab51c5cab7db9f0ebbe9f85530
 BuildDepends: <<
 	fink (>= 0.25.0),
 	doxygen (>= %v),
@@ -14,16 +14,25 @@
 	libiconv-dev,
 	tetex3-base
 <<
-BuildConflicts: bison, flex
 UseMaxBuildJobs: true
 NoSetMAKEFLAGS: true
 PatchFile: doxygen.patch
-PatchFile-MD5: 76520c0172b660a877827b63c6fbbeee
+PatchFile-MD5: 6fa2690fb487dd1e4e8fe513f88c739d
 PatchScript: <<
-	sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
+	sed -e 's|@PREFIX@|%p|g' \
+		-e 's|@FINK_ARCH@|%m|g' <%{PatchFile} | patch -p1
+	sed -i.bak -e 's|-Wno-invalid-source-encoding||g' \
+					addon/doxmlparser/examples/metrics/Makefile.metrics \
+					addon/doxmlparser/src/Makefile.doxmlparser \
+					addon/doxmlparser/test/Makefile.xmlparse \
+					libmd5/Makefile.libmd5 \
+					src/Makefile.libdoxycfg \
+					tmake/lib/macosx-c++/tmake.conf \
+					tmake/lib/macosx-intel-c++/tmake.conf \
+					tmake/lib/macosx-uni-c++/tmake.conf 
 <<
 CompileScript: <<
-	./configure --prefix %p --release --install /usr/bin/install --dot %p/bin/dot
+	./configure --prefix %p --release --install /usr/bin/install --dot %p/bin/dot \
--bison /usr/bin/bison --flex /usr/bin/flex  ln -s %p/bin/doxygen ./bin/doxygen
 	make docs
 <<

Index: doxygen.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/doxygen.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- doxygen.info	2 Jul 2012 19:43:09 -0000	1.10
+++ doxygen.info	31 Jan 2013 22:21:50 -0000	1.11
@@ -1,11 +1,11 @@
 Info3: <<
 
 Package: doxygen
-Version: 1.7.4
+Version: 1.8.3.1
 Revision: 1
 Source: ftp://ftp.stack.nl/pub/users/dimitri/%n-%v.src.tar.gz
 SourceDirectory: %n-%v
-Source-MD5: ff908759ff7cd9464424b04ae6c68e48
+Source-MD5: 31b0aaab51c5cab7db9f0ebbe9f85530
 Depends: <<
 	libiconv,
 <<
@@ -13,16 +13,24 @@
 	fink (>= 0.25.0),
 	libiconv-dev
 <<
-#NoSetMAKEFLAGS: true
-#SetMAKEFLAGS: -j1
 PatchFile: %n.patch
-PatchFile-MD5: 84ed8db406537a8e01e7940d27f1e6b7
+PatchFile-MD5: 6fa2690fb487dd1e4e8fe513f88c739d
 PatchScript: <<
-	sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
+	sed -e 's|@PREFIX@|%p|g' \
+		-e 's|@FINK_ARCH@|%m|g' <%{PatchFile} | patch -p1
+	sed -i.bak -e 's|-Wno-invalid-source-encoding||g' \
+					addon/doxmlparser/examples/metrics/Makefile.metrics \
+					addon/doxmlparser/src/Makefile.doxmlparser \
+					addon/doxmlparser/test/Makefile.xmlparse \
+					libmd5/Makefile.libmd5 \
+					src/Makefile.libdoxycfg \
+					tmake/lib/macosx-c++/tmake.conf \
+					tmake/lib/macosx-intel-c++/tmake.conf \
+					tmake/lib/macosx-uni-c++/tmake.conf 
 <<
 GCC: 4.0
 CompileScript: <<
-	./configure --prefix %p --release --install /usr/bin/install --dot %p/bin/dot
+	./configure --prefix %p --release --install /usr/bin/install --dot %p/bin/dot \
--bison /usr/bin/bison --flex /usr/bin/flex  make
 <<
 InstallScript: <<
@@ -63,6 +71,9 @@
 	Disable OSX portability games (no SDKs, no -arch flags)
 	because it's more portable than fink needs to support and
 	leads to build chaos.
+	
+	Patch out -Wno-invalid-source-encoding on < 10.7 because the compilers
+	can't understand it.
 <<
 Maintainer: Thomas Kotzian <thomas.kotzian@gmx.at>
 Homepage: http://www.doxygen.org

--- doxygen-10.6.info DELETED ---


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic