Bug 121137 - Update port: lang/guile to 1.8.4 and fix hardcoded dependencies
Summary: Update port: lang/guile to 1.8.4 and fix hardcoded dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 01:30 UTC by David Barksdale
Modified: 2008-03-01 19:23 UTC (History)
0 users

See Also:


Attachments
file.diff (26.71 KB, patch)
2008-02-27 01:30 UTC, David Barksdale
no flags Details | Diff
guile-1.8.4.patch4 (31.47 KB, application/octet-stream)
2008-02-27 16:58 UTC, c11h15no2
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Barksdale 2008-02-27 01:30:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-27 01:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 c11h15no2 2008-02-27 16:58:20 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-01 06:21:25 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-01 06:22:10 UTC
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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-03-01 06:24:19 UTC
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"
Comment 6 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-03-01 19:23:03 UTC
State Changed
From-To: open->closed

Committed, thanks!