Bug 178457 - [New port]audio/hydrogen-devel
Summary: [New port]audio/hydrogen-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 16:30 UTC by Shane
Modified: 2014-07-19 11:45 UTC (History)
2 users (show)

See Also:


Attachments
file.shar (38.61 KB, text/plain)
2013-05-09 16:30 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!