Opened 19 years ago

Closed 19 years ago

#5013 closed defect (fixed)

libpaper has wrong path to config file compiled in

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

Description

If I do man papersize I see SYNOPSYS

${prefix}/etc/papersize

instead of someting like SYNOPSYS

/opt/local/etc/papersize

It seems some variables are not expanded in time.

Patch to configure solves the problem.

Attachments (3)

patch-configure (216 bytes) - added by master@… 19 years ago.
cure for config file path problem
patch-configure.ac (395 bytes) - added by master@… 19 years ago.
cure for config file path problem
patch-paperconf.c (240 bytes) - added by master@… 19 years ago.
fix compilation warning (exit function undefined)

Download all attachments as: .zip

Change History (5)

Changed 19 years ago by master@…

Attachment: patch-configure added

cure for config file path problem

Changed 19 years ago by master@…

Attachment: patch-configure.ac added

cure for config file path problem

Changed 19 years ago by master@…

Attachment: patch-paperconf.c added

fix compilation warning (exit function undefined)

comment:1 Changed 19 years ago by gwright@…

Status: newassigned

I'll apply these. May take a day or two as I am busy with the big ghc-6.4.1 upgrade.

-Greg

comment:2 Changed 19 years ago by gwright@…

Resolution: fixed
Status: assignedclosed

Fixed. I applied the paperconf.c patch and set --sysconfdir=${prefix}/etc in configure.args rather than apply the other patch.

Best Wishes, Greg

Note: See TracTickets for help on using tickets.