RE: Fail to install databases/evolution-data-server 1.12.3 - FreeBSD
This is a discussion on RE: Fail to install databases/evolution-data-server 1.12.3 - FreeBSD ; --=-2d9FC39niaLEwjj4+vU9 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi The problem is that the which command is clobbering the return for people who don't have gtk-rebase installed. Attached is a patch to fix this. Thanks Roy --=-2d9FC39niaLEwjj4+vU9 Content-Disposition: attachment; filename=evo.patch Content-Type: text/x-patch; name=evo.patch; ...
| | LinkBack | Tools |
|
#1
| |||
| |||
| --=-2d9FC39niaLEwjj4+vU9 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi The problem is that the which command is clobbering the return for people who don't have gtk-rebase installed. Attached is a patch to fix this. Thanks Roy --=-2d9FC39niaLEwjj4+vU9 Content-Disposition: attachment; filename=evo.patch Content-Type: text/x-patch; name=evo.patch; charset=us-ascii Content-Transfer-Encoding: 7bit diff -ur evolution-data-server-1.12.3.orig/docs/reference/camel/Makefile.in evolution-data-server-1.12.3/docs/reference/camel/Makefile.in --- evolution-data-server-1.12.3.orig/docs/reference/camel/Makefile.in 2008-01-08 15:11:02.000000000 +0000 +++ evolution-data-server-1.12.3/docs/reference/camel/Makefile.in 2008-01-08 15:13:15.000000000 +0000 @@ -684,8 +684,9 @@ done; \ echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ - which gtkdoc-rebase >/dev/null && \ + if which gtkdoc-rebase >/dev/null; then \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ + fi ; \ fi uninstall-local: --=-2d9FC39niaLEwjj4+vU9 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-gnome@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=-2d9FC39niaLEwjj4+vU9-- |
« Previous Thread
|
Next Thread »
| Tools | |
| |
| LinkBack to this Thread: http://fixunix.com/freebsd/325831-re-fail-install-databases-evolution-data-server-1-12-3-a.html | ||||
| Posted By | For | Type | Date | |
| Gentoo Bug 206886 - evolution-data-server 1.12.3 fails to build: which gtkdoc-rebase error | This thread | Refback | 01-22-2008 07:19 AM | |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [PATCH] databases/evolution-data-server: BUILD_DEPENDS to | unix | FreeBSD | 0 | 01-09-2008 02:20 PM |
| Fail to install databases/evolution-data-server 1.12.3 | unix | FreeBSD | 0 | 01-08-2008 12:40 PM |
| Re: [PATCH] databases/evolution-data-server: Fix segfault on new | unix | FreeBSD | 0 | 11-04-2007 08:36 PM |
| Re: [PATCH] databases/evolution-data-server: Fix segfault on new | unix | FreeBSD | 0 | 11-04-2007 08:08 PM |
| databases/evolution-data-server/Makefile,v 1.33 2007/04/26 20:16 | unix | FreeBSD | 0 | 05-19-2007 08:20 AM |
All times are GMT. The time now is 09:34 AM.
