1
0
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:
Pav Lucistnik 2005-01-20 10:19:48 +00:00
parent 0822ab3db1
commit aeb3de3b5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126926
2 changed files with 7 additions and 5 deletions

View File

@ -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} \

View File

@ -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