Elencando tutti i file installati da un pacchetto MacPorts

29

Come elencare tutti i file che sono stati installati da un pacchetto MacPorts?

Ad esempio in Funtoo (o in Gentoo) posso ottenere lo stesso risultato con un comando:

equery b [package name]

    
posta Alex Bolotov 04.04.2012 - 00:03
fonte

2 risposte

44
port contents installed_port_name
    
risposta data 04.04.2012 - 00:13
fonte
0

Nel mio caso erano necessari i CFLAGS LDFLAGS.

# ensure libyaml is installed
port install libyaml +universal

# if you like you can check the location of the installied files (especially the .h file)
# port contents libyaml

# now configure with these options
CFLAGS="-I/opt/local/include/ "  LDFLAGS="-L/opt/local/lib/" ./configure
make
sudo make install
    
risposta data 09.01.2014 - 13:36
fonte

Leggi altre domande sui tag