Bug 47316 - Update port: audio/libsidplay2 to 2.1.0
Summary: Update port: audio/libsidplay2 to 2.1.0
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-21 20:40 UTC by tkato
Modified: 2003-02-02 12:16 UTC (History)
0 users

See Also:


Attachments
file.diff (12.80 KB, patch)
2003-01-21 20:40 UTC, tkato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato 2003-01-21 20:40:00 UTC
- Update to version 2.1.0

New file:
files/patch-builders::resid-builder::unix::ltmain.sh
files/patch-libsidplay::unix::ltmain.sh
files/patch-libsidutils::unix::ltmain.sh
files/patch-unix::ltmain.sh

Remove file:
files/patch-configure
files/patch-src-player.cpp
Comment 1 corecode@corecode.ath.cx 2003-01-22 12:29:46 UTC
Lately KATO Tsuguru told:

> diff -urN /usr/ports/audio/libsidplay2/Makefile audio/libsidplay2/Makefile
[...]
> +LD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig

LIB_DEPENDS?

> +RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
[...]
>  post-patch:
> -	@${CHMOD} +rw ${WRKSRC}/${CONFIGURE_SCRIPT}
> +	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
> +             's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
                   ^ ^      ^ ^
not needed with simple regex (= sed)

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 tkato 2003-01-23 13:05:37 UTC
On Wed, 22 Jan 2003 13:29:46 +0100
"Simon 'corecode' Schubert" <corecode@corecode.ath.cx> wrote:

> LIB_DEPENDS?

BUILD_DEPENDS is correct.

> not needed with simple regex (= sed)

Thank you for telling. I'm not so experienced about regex.
I have simplly refered from bsd.gnomeng.mk.
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-02 12:15:48 UTC
State Changed
From-To: open->closed

Committed, thanks!