Opened 16 years ago

Closed 16 years ago

#14296 closed defect (fixed)

guile16-1.6.8 Library and header inconsistencies

Reported by: mp@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

Many headers and libraries installed by guile16 still reference 'guile*' rather than 'guile16*'. For example, /opt/local/include/guile16/gh.h references<libguile.h> when it should be <libguile16.h>. The problem is discussed in ticket #13472 where some patches are offered.

I have cleaned up the patch written by macosforge.lbn@… in ticket #13472, mostly changing the custom recursive file-traversal code with fs-traverse which should be a lot cleaner.

Attachments (2)

patch-guile16-Portfile.diff (930 bytes) - added by mp@… 16 years ago.
Portfile-guile16.diff (1.9 KB) - added by mp@… 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by mp@…

Attachment: patch-guile16-Portfile.diff added

comment:1 Changed 16 years ago by mp@…

jmpp has since committed the patch by macosforge.lbn@… in ticket #13472. I will change the attached patch so that it applies to the current portfile. (NB this revised patch was emailed to me by macosforge.lbn@…)

Changed 16 years ago by mp@…

Attachment: Portfile-guile16.diff added

comment:2 Changed 16 years ago by reiffert@…

Resolution: fixed
Status: newclosed

Committed in r35085. Thanks for your help.

Note: See TracTickets for help on using tickets.