Hello,
In the latest (for me...) update-all farsight2 fails because of a
typo:
Making all in libs
make[3]: Entering directory
`/opt/sw/src/fink.build/farsight2-0.0.21-3/farsight2-0.0.21/docs/libs'
Makefile:773: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.
make[3]: Leaving directory
`/opt/sw/src/fink.build/farsight2-0.0.21-3/farsight2-0.0.21/docs/libs'
make[2]: *** [all-recursive] Error 1
Make happens to be quite right, though the initial issue stems from
Makefile.in rather than Makefile. The following trivial patch fixes
things:
================== begin: farsight2.patch ==================
--- farsight2-0.0.21/docs/libs/Makefile.in.orig 2012-08-13 23:38:14.000000000
-0400
+++ farsight2-0.0.21/docs/libs/Makefile.in 2012-08-13 23:38:41.000000000
-0400
@@ -766,7 +766,7 @@
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
cd $(distdir) && rm -f $(DISTCLEANFILES)
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
================== end: farsight2.patch ==================
Note the tab (rather than spaces) on the "+" line. Of course, the
corresponding lines, e.g.,
PatchFile: %n.patch
PatchFile-MD5: c3ab25673eb7d179e4b7914133dba651
are needed in the .info file (the MD5 sum is for the above patch as
pasted). The typo looks like coming from upstream but I am not
sure...
Cheers,
Stefan
--
If it was so, it might be; and if it were so, it would be; but as it
isn't, it ain't. That's logic. --Lewis Carroll, Through the Looking-Glass
No HTML emails and proprietary attachments please <http://bruda.ca/ascii>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users