Listado de todos los archivos instalados por algún paquete de MacPorts

28

¿Cómo listar todos los archivos que fueron instalados por algún paquete de MacPorts?

Por ejemplo, en Funtoo (o en Gentoo) puedo lograr lo mismo con un comando:

equery b [package name]

    
pregunta Alex Bolotov 04.04.2012 - 00:03

2 respuestas

43
port contents installed_port_name
    
respondido por el chiggsy 04.04.2012 - 00:13
0

En mi caso, los CFLAGS LDFLAGS eran necesarios.

# 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
    
respondido por el reto 09.01.2014 - 13:36

Lea otras preguntas en las etiquetas