Opened 12 years ago

Closed 12 years ago

#36533 closed defect (fixed)

cfitsio: should install dylib as root not as macports user

Reported by: cdeil (Christoph Deil) Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: cdeil (Christoph Deil), ryandesign (Ryan Carsten Schmidt)
Port: cfitsio

Description

cfitsio currently installs its libraries as the macports user:

$ ls -lh /opt/local/lib | grep -v root
total 1374520
-rw-r--r--    1 macports  admin   2.6M Sep 16 13:19 libcfitsio.a
-rwxr-xr-x    1 macports  admin   2.0M Sep 16 13:19 libcfitsio.dylib
-rw-r--r--    1 macports  admin   791K Sep 13 10:15 libvpx.a

Almost all other library files (>1000 on my system) are owned by the root user, so I assume that is the right thing to do.

What do I have to change in the Portfile to use the root user?

Change History (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

On my system cfitsio.a is installed as root; only the dylib is not. I'm not sure why. But it probably doesn't matter. But also easy to fix. r98571.

Note: See TracTickets for help on using tickets.