After taking maintainership of audio/hydrogen I would like to add a new port audio/hydrogen-devel for the beta version of the next hydrogen release. There should also be a matching conflict added to audio/hydrogen/Makefile - CONFLICTS= hydrogen-devel-0.* Thanks Shane Fix: Patch attached with submission follows:
---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!