Commit graph

13 commits

Author SHA1 Message Date
Raphael Kubo da Costa
53d279a72a Add USES=libarchive, stop setting LDFLAGS.
1. Import a pull request I've just sent upstream that makes FindHelper.cmake
   behave better and stop using pkg-config's output directly as include and
   library paths. The consequence is that libraries like libarchive,
   libsndfile, jack etc are now found with their full path and we can stop
   setting LDFLAGS in Makefile.

2. Set USES=libarchive. Even though the port does not require any
   functionality that is only present in libarchive from ports, explicitly
   depending on a certain version makes things more consistent.
   Additionally, before this patch there would be no dependency on
   libarchive from ports but since the linker was previously called like
   this:
      c++ ... -o hydrogen -L/usr/local/lib -larchive -lsndfile ...
   so the port would end up linking against libarchive from ports when it
   was present (which is always, since devel/cmake depends on it). And with
   this patch we have
      c++ ... -o hydrogen -larchive /usr/local/lib/libsndfile.so ...
   which does link against libarchive from base, but then fails `make
   stage-qa', which expects all ports to link against ports libarchive.

PR:		202905
Approved by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-09-07 11:12:32 +00:00
Jason E. Hale
42ad3600de - Chase audio/portaudio2 removal and use audio/portaudio instead
- Bump PORTREVISION

PR:		200820
Submitted by:	<FreeBSD@ShaneWare.Biz> (maintainer)
2015-06-17 13:40:04 +00:00
Thomas Zander
f57f8ce185 - Update to upstream version 0.9.6.1
- Simplify OPTIONS handling
- Add OPTIONS for LADSPA, PULSEAUDIO and RDF
- Update pkg-plist (@dirrm)

PR:		193234
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2014-10-03 11:32:06 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Cy Schubert
ffe7af9d63 Update 0.9.5 --> 0.9.5.1.
Unbreak build.

Assign Shane Ambler <FreeBSD@Shaneware.biz> as new maintainer.

PR:		177806
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
Approved by:	Maintainer (devel@stasyan.com)
2013-05-04 19:16:36 +00:00
Max Brazhnikov
291176c6f2 Update to 0.9.5
PR:		ports/156216
Submitted by:	Stas Timokhin (maintainer)
2011-04-09 15:48:34 +00:00
Ashish SHUKLA
ec0fab9de4 - Update port to 0.9.4.
- Add LICENSE information.
- Transfer maintainership.

PR:		ports/148056
Submitted by:	Stas Timokhin <devel@stasyan.com>
Approved by:	pgj, tabthorpe (mentors)
Feature safe:	yes
2010-07-08 01:59:11 +00:00
Christian Weisgerber
fc6f899691 Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:	119476
2008-04-07 20:37:23 +00:00
Martin Wilke
fc85ed2411 - Fix build with gcc 4.2
PR:		118274
Submitted by:	Pietro Cerutti" <gahr@gahr.ch>
Approved by:	maintainer timeout
2008-02-07 22:08:48 +00:00
Jean-Yves Lefort
b0f7d70643 Update to 0.9.3 2006-04-11 21:31:35 +00:00
Jean-Yves Lefort
9e6bede890 Update to 0.9.2 2005-08-29 20:07:55 +00:00
Pav Lucistnik
22f0da95df - Update to 0.9.0 beta1
PR:		ports/70491
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-08-16 07:40:57 +00:00
Kirill Ponomarev
dc18237275 Add hydrogen 0.8.2, an advanced drum machine.
PR:		ports/68242
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-25 07:26:42 +00:00