mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.8.4
- The API did not change - This port now requires gcc 3.2 or newer
This commit is contained in:
parent
1e087a49e7
commit
4ba3b229eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180212
2 changed files with 9 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libmodplug
|
PORTNAME= libmodplug
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.8.4
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= modplug-xmms
|
MASTER_SITE_SUBDIR= modplug-xmms
|
||||||
|
@ -14,12 +14,17 @@ MASTER_SITE_SUBDIR= modplug-xmms
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= ModPlug mod-like music shared libraries
|
COMMENT= ModPlug mod-like music shared libraries
|
||||||
|
|
||||||
|
USE_GCC= 3.2+
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= pkgconfig
|
USE_GNOME= pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAKE_ENV+= CXX="${CXX}"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \
|
||||||
|
${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \
|
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libmodplug-0.8.tar.gz) = cea399626e2a074e2a77c8cd98387a48
|
MD5 (libmodplug-0.8.4.tar.gz) = 091bd1168a524a4f36fc61f95209e7e4
|
||||||
SHA256 (libmodplug-0.8.tar.gz) = ef2269cc4ba5c8574d38321349d76063c6b200857f0c9256ea97e608583e8857
|
SHA256 (libmodplug-0.8.4.tar.gz) = 84890249b3ecf12ef040b9121b6238248fc8da0fee948661d70375049e5131ee
|
||||||
SIZE (libmodplug-0.8.tar.gz) = 441612
|
SIZE (libmodplug-0.8.4.tar.gz) = 510758
|
||||||
|
|
Loading…
Add table
Reference in a new issue