notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: audio/mac/files/patch-configure

Number of commits found: 3

Friday, 7 Feb 2025
09:45 Jason E. Hale (jhale) search for other commits by this committer
audio/mac: Update to 10.93

Switch back to the official SDK and make fetchable again. There's been
10 years of development since the last update, so have fun reading the
verion history!

Add upstream patches to audio/aqualung to make it work with the renamed
libraries. Other consumers just use the `mac` binary.

https://www.monkeysaudio.com/versionhistory.html
commit hash: 99f3133891a38ebdc17181207e1873ad6d8947f3 commit hash: 99f3133891a38ebdc17181207e1873ad6d8947f3 commit hash: 99f3133891a38ebdc17181207e1873ad6d8947f3 commit hash: 99f3133891a38ebdc17181207e1873ad6d8947f3 99f3133
Monday, 8 Jun 2015
05:59 antoine search for other commits by this committer
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
Original commitRevision:388831 
Wednesday, 8 Apr 2015
08:29 danfe search for other commits by this committer
- Update to the most recent version maintained by Jason Jordan as part of
  his 3.99-u4-b5-sX series.  Unfortunately we cannot assign it directly to
  DISTVERSION without having to bump PORTEPOCH, so stick to 3.99.4.5.7 for
  the time being (note that upstream Monkey's Audio SDK is at version 4.16
  right now; but seems that no one ported it to Linux/Unix -- folks prefer
  to maintain old 3.xx port instead; mention this in the port description)
- Build in "shntool-enabled" mode by default (-DSHNTOOL); this is also in
  line with how most GNU/Linux distributions package it
- Install couple of useful documentation files, but first beautify them a
  bit: convert to UTF-8 and append missing newline at EOF; sed(1) command
  might look unnatural, but it is compatible with both GNU and BSD sed(1)
  implementations (cf.: '-nep' is GNU-only, and '$G' is new BSD-only); we
  prefer ${SED} over ${ECHO_CMD} >> because it is shorter and allows for
  linear piping (no subshell and stream joining required)
- Convert in-place configure script editing to a patch as we also have to
  teach it that elftoolchain's strip(1) can strip libraries; staying with
  REINPLACE_CMD would make it harder to read compared to normal patchfile
- Remove duplicate GNU_CONFIGURE line, bogusly added by bapt@ in r353071
Original commitRevision:383558 

Number of commits found: 3