Changes between Initial Version and Version 3 of Ticket #31025
- Timestamp:
- Aug 29, 2011, 8:10:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31025
-
Property
Priority
changed from
High
toNormal
-
Property
Milestone
changed from
MacPorts 2.0.2
to - Property Owner changed from macports-tickets@… to billitch@…
- Property Port speex added
-
Property
Priority
changed from
-
Ticket #31025 – Description
initial v3 1 {{{ 1 2 :info:build if /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -I/opt/local/include -I/opt/local/include -pipe -O2 -arch x86_64 -fvisibility=hidden -MT speexdec.o -MD -MP -MF ".deps/speexdec.Tpo" -c -o speexdec.o speexdec.c; \ 2 3 :info:build then mv -f ".deps/speexdec.Tpo" ".deps/speexdec.Po"; else rm -f ".deps/speexdec.Tpo"; exit 1; fi … … 21 22 :info:build Warning: the following items did not execute (for speex): org.macports.activate org.macports.build org.macports.destroot org.macports.install 22 23 :notice:build Log for speex is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_speex/speex/main.log 24 }}}