Summary: | [New port]audio/hydrogen-devel | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Shane <FreeBSD> | ||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fidaj, riggs | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Shane
2013-05-09 16:30:01 UTC
---LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile \ +++LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile \ --- tar:${PORTSDIR}/devel/libtar +++ libtar.so:${PORTSDIR}/devel/libtar (In reply to Ivan Klymenko from comment #2) > --- tar:${PORTSDIR}/devel/libtar > +++ libtar.so:${PORTSDIR}/devel/libtar yes, and all the others too. We'll handle it :-) A commit references this bug: Author: riggs Date: Sat Jul 19 11:25:12 UTC 2014 New revision: 362254 URL: http://svnweb.freebsd.org/changeset/ports/362254 Log: - Introduce new port: audio/hydrogen-devel - Add audio/hydrogen-devel to audio/Makefile - Introduce suitable CONFLICTS to audio/hydrogen/Makefile PR: 178457 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) Approved by: mentors (implicit) Changes: head/audio/Makefile head/audio/hydrogen/Makefile head/audio/hydrogen-devel/ head/audio/hydrogen-devel/Makefile head/audio/hydrogen-devel/distinfo head/audio/hydrogen-devel/files/ head/audio/hydrogen-devel/files/patch-CMakeLists.txt head/audio/hydrogen-devel/pkg-descr head/audio/hydrogen-devel/pkg-plist Committed with fixes to pkg-plist and new shlibs convention. @Shane: It is useful to check for errors via portlint -CA and poudriere testport when submitting. This makes it much easier to spot potential problems in advance. Thanks! |