This patch updates lang/guile to 1.8.4 and fixes the hardcoded dependencies in lang/slib-guile, finance/gnucash, and security/lsh. All of these packages have been built and installed and smoke tested on an amd64 and i386 machine. This change supersedes ports/121070. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
This is an updated patch to add scm_init_guile support. ************************************************************ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use of the information contained within this email or attachments is strictly prohibited. ************************************************************ ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
marcus 2008-03-01 06:21:17 UTC FreeBSD ports repository Modified files: lang/guile Makefile distinfo pkg-plist lang/guile/files patch-libguile___scm.h patch-libguile_gc_os_dep.c Added files: lang/guile/files patch-config.h.in patch-configure.in patch-libguile_eval.c patch-libguile_gen-scmconfig.c patch-libguile_numbers.c patch-libguile_pthread-threads.h patch-libguile_read.c patch-libguile_threads.c Removed files: lang/guile/files extra-patch-ia64 patch-ag patch-configure patch-libguile_load.c patch-srfi_srfi-4.c Log: Update to 1.8.4, and assign maintainership to submitter. PR: 121137 Submitted by: David Barksdale <amatus@gnu.org> Revision Changes Path 1.66 +4 -16 ports/lang/guile/Makefile 1.13 +3 -3 ports/lang/guile/distinfo 1.5 +0 -94 ports/lang/guile/files/extra-patch-ia64 (dead) 1.2 +0 -11 ports/lang/guile/files/patch-ag (dead) 1.1 +18 -0 ports/lang/guile/files/patch-config.h.in (new) 1.5 +0 -20 ports/lang/guile/files/patch-configure (dead) 1.1 +28 -0 ports/lang/guile/files/patch-configure.in (new) 1.3 +4 -4 ports/lang/guile/files/patch-libguile___scm.h 1.1 +11 -0 ports/lang/guile/files/patch-libguile_eval.c (new) 1.8 +10 -9 ports/lang/guile/files/patch-libguile_gc_os_dep.c 1.1 +10 -0 ports/lang/guile/files/patch-libguile_gen-scmconfig.c (new) 1.4 +0 -16 ports/lang/guile/files/patch-libguile_load.c (dead) 1.3 +11 -0 ports/lang/guile/files/patch-libguile_numbers.c (new) 1.1 +12 -0 ports/lang/guile/files/patch-libguile_pthread-threads.h (new) 1.1 +11 -0 ports/lang/guile/files/patch-libguile_read.c (new) 1.1 +27 -0 ports/lang/guile/files/patch-libguile_threads.c (new) 1.2 +0 -13 ports/lang/guile/files/patch-srfi_srfi-4.c (dead) 1.25 +98 -28 ports/lang/guile/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
marcus 2008-03-01 06:22:06 UTC FreeBSD ports repository Modified files: lang/slib-guile Makefile pkg-plist security/lsh Makefile Log: Chase guile update. PR: 121137 Submitted by: David Barksdale <amatus@gnu.org> Revision Changes Path 1.7 +3 -2 ports/lang/slib-guile/Makefile 1.3 +3 -3 ports/lang/slib-guile/pkg-plist 1.42 +2 -1 ports/security/lsh/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
marcus 2008-03-01 06:24:16 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Chase guile update. PR: 121137 Submitted by: David Barksdale <amatus@gnu.org> Revision Changes Path 1.114 +2 -2 ports/finance/gnucash/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!