Bug 178457

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 Flags
file.shar none

Description Shane 2013-05-09 16:30:01 UTC
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:
Comment 1 Ivan Klymenko 2014-07-19 07:58:12 UTC
---LIB_DEPENDS+=   sndfile:${PORTSDIR}/audio/libsndfile \
+++LIB_DEPENDS+=   libsndfile.so:${PORTSDIR}/audio/libsndfile \
Comment 2 Ivan Klymenko 2014-07-19 08:00:11 UTC
---                tar:${PORTSDIR}/devel/libtar
+++                libtar.so:${PORTSDIR}/devel/libtar
Comment 3 Thomas Zander freebsd_committer freebsd_triage 2014-07-19 08:47:42 UTC
(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 :-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-07-19 11:25:26 UTC
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
Comment 5 Thomas Zander freebsd_committer freebsd_triage 2014-07-19 11:45:44 UTC
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!