Opened 17 years ago

Closed 17 years ago

Last modified 8 years ago

#12617 closed defect (fixed)

ntfs-3g broken

Reported by: raimue (Rainer Müller) Owned by: kballard (Lily Ballard)
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc: raimue (Rainer Müller), kballard (Lily Ballard)
Port:

Description

ntfs-3g Portfile is broken, patch attached

Attachments (1)

ntfs-3g-broken.diff (362 bytes) - added by raimue (Rainer Müller) 17 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 17 years ago by raimue (Rainer Müller)

I have problems attaching the patch, so I post it here: Index: Portfile =================================================================== --- Portfile (revision 28626) +++ Portfile (working copy) @@ -30,7 +30,7 @@

configure.args --exec-prefix=${prefix}

platform darwin {

  • configure.ldflags-append '-framework CoreFoundation'

+ configure.ldflags-append -framework CoreFoundation

}

post-destroot {

Version 0, edited 17 years ago by raimue (Rainer Müller) (next)

Changed 17 years ago by raimue (Rainer Müller)

Attachment: ntfs-3g-broken.diff added

comment:2 Changed 17 years ago by raimue (Rainer Müller)

Grrr, forgot to mark it as code block. Anyways, attaching worked now.

comment:3 Changed 17 years ago by kballard (Lily Ballard)

Resolution: fixed
Status: newclosed

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.