Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#1011 closed defect (fixed)

patch to install libiconv docs into ${prefix}/share/doc

Reported by: simon@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

I've created a patch for libiconv which will correctly install the docs into ${prefix}/share/ doc/${portname} (They are currently being installed into ${prefix}/share/share/doc/ ${portname}.) This patch also correctly installs the man pages into ${prefix}/man, they are currently being installed into ${prefix}/share/man. I've also removed the reliance on root to install. Finally I've added the lines: configure.env CFLAGS=-no-cpp-precomp \

LDFLAGS=-L${prefix}/lib \ CPPFLAGS=-I${prefix}/include

and I was wondering whether this would be a problem or whether it would make no difference at all to the compile.

Attachments (1)

libiconv-1.9.1-Portfile.patch (1000 bytes) - added by simon@… 21 years ago.
Portfile patch

Download all attachments as: .zip

Change History (3)

Changed 21 years ago by simon@…

Portfile patch

comment:1 Changed 21 years ago by fkr@…

Owner: changed from darwinports-bugs@… to mij@…

always assign a bug to the maintainer of the port. -fkr

comment:2 Changed 21 years ago by mij@…

Resolution: fixed
Status: newclosed

Committed, thanks.

Note: See TracTickets for help on using tickets.