mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 1.4.2
- Mark IGNORE on FreeBSD 4.x due to missing pselect() interface PR: ports/76389 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
parent
0822ab3db1
commit
aeb3de3b5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126926
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= mixxx
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.4.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= jylefort@brutele.be
|
||||
COMMENT= A DJ mixing application
|
||||
@ -34,11 +33,14 @@ BUILD_WRKSRC= ${WRKSRC}/src
|
||||
INSTALL_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
CONFIGURE_ENV= QTDIR="${X11BASE}" QMAKESPEC="freebsd-g++"
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
MAKE_ENV= QTDIR="${X11BASE}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mixxx-1.4a.tar.gz) = b5b00f17e1a107d307162b317722645c
|
||||
SIZE (mixxx-1.4a.tar.gz) = 3842082
|
||||
MD5 (mixxx-1.4.2.tar.gz) = 646dd79d0dcf36ce431d1081629e8edb
|
||||
SIZE (mixxx-1.4.2.tar.gz) = 3839230
|
||||
|
Loading…
Reference in New Issue
Block a user