Bazı MacPorts paketi tarafından yüklenen tüm dosyaları listeleme


32

Bazı MacPorts paketi tarafından kurulan tüm dosyalar nasıl listelenir?

Örneğin Funtoo'da (veya Gentoo'da) aynı şeyi bir komutla başarabilirim:

equery b [package name]

Yanıtlar:


50
port contents installed_port_name

8
ve ilgilenen herkes için, geriye doğru arama (hangi bağlantı noktası bir dosya sağlamıştır)port provides filename
drfrogsplat

0

Benim durumumda CFLAGS LDFLAGS gerekliydi.

# 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
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.