Changes between Initial Version and Version 2 of Ticket #49821
- Timestamp:
- Nov 26, 2015, 8:20:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49821 – Description
initial v2 1 Here is a patch to the Portfileof audio/libsndfile1 Here is a patch to the `Portfile` of audio/libsndfile 2 2 which brings it to the latest 1.0.26 release, 3 and the upgraded version of files/3 and the upgraded version of `files/` 4 4 5 The speex.patch removes SPEEX_* from EXTERNAL_* in configure;6 I believe speex.patch is a better name, and configure.patch5 The `speex.patch` removes `SPEEX_*` from `EXTERNAL_*` in `configure`; 6 I believe `speex.patch` is a better name, and `configure.patch` 7 7 should be replaced with this. 8 8 9 The carbon.patch is a better version of fix-include.patch10 which it should replace. Not only does it remove the Carbon.hinclude11 from sndfile-play.c, but it removes Carbon altogether.9 The `carbon.patch` is a better version of `fix-include.patch` 10 which it should replace. Not only does it remove the `Carbon.h` include 11 from `sndfile-play.c`, but it removes Carbon altogether. 12 12 13 I am leaving src__config.h.edas is, but I am not completely sure14 about its purpose; if __BIG_ENDIAN__, __LP64__, etc, is defined,15 then ./configure (which creates config.h) is supposed to figure out16 the SIZEOF_LONG etc, right? If not, it's a bug in configure,17 not something we should patch in the resulting config.h, right?13 I am leaving `src__config.h.ed` as is, but I am not completely sure 14 about its purpose; if `__BIG_ENDIAN__`, `__LP64__`, etc, is defined, 15 then `./configure` (which creates `config.h`) is supposed to figure out 16 the `SIZEOF_LONG` etc, right? If not, it's a bug in `configure`, 17 not something we should patch in the resulting `config.h`, right? 18 18 19 19 I also removed the sqlite variant from the Portfile.