Index: head/audio/rplay/Makefile =================================================================== --- head/audio/rplay/Makefile (revision 526210) +++ head/audio/rplay/Makefile (revision 526211) @@ -1,59 +1,57 @@ # Created by: rmallory@csusb.edu # $FreeBSD$ PORTNAME= rplay PORTVERSION= 3.3.2 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://rplay.doit.org/dist/ +MASTER_SITES= http://ponce.cc/slackware/sources/repo/ MAINTAINER= ports@FreeBSD.org COMMENT= Network audio player - -BROKEN= unfetchable LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgsm.so:audio/gsm USES= makeinfo USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INFO= RPLAY RPTP librplay rplayd MAKE_ARGS= infodir=${PREFIX}/${INFO_PATH} .include USE_RC_SUBR= rplayd .if ${ARCH} == "amd64" # pr ports/166658 mentions a problem with amd64. if it happens on i386, you can delete this conditional # and rename to patch-ao #EXTRA_PATCHES= ${FILESDIR}/extra-patch-ao .endif post-extract: @${CP} ${WRKSRC}/doc/rplay.texi ${WRKSRC}/doc/rplayd.texi post-patch: @${REINPLACE_CMD} -E \ 's,(bin|include|info|lib|man|sbin)dir),DESTDIR)$$(&,g' \ ${WRKSRC}/include/Makefile.in \ ${WRKSRC}/librplay/Makefile.in \ ${WRKSRC}/rplayd/Makefile.in \ ${WRKSRC}/rplay/Makefile.in \ ${WRKSRC}/rptp/Makefile.in \ ${WRKSRC}/doc/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librplay.so .for file in rplay.conf rplay.helpers rplay.servers rplay.hosts ${CP} ${WRKSRC}/etc/${file} ${STAGEDIR}${PREFIX}/etc/${file}.sample .endfor @${ECHO_CMD} localhost > ${STAGEDIR}${PREFIX}/etc/rplay.hosts.sample .include Index: head/audio/rplay/pkg-descr =================================================================== --- head/audio/rplay/pkg-descr (revision 526210) +++ head/audio/rplay/pkg-descr (revision 526211) @@ -1,8 +1,8 @@ rplay is a flexible network audio system that allows sounds to be played to and from local and remote systems. The rplay audio server currently supports SunOS 4.1.X, Solaris 2.X, Linux, SGI IRIX 4 & 5, HP9000/705, HP9000/710 and now FreeBSD. The rplay clients and client library should work on any system that supports Berkeley sockets. The X Window System is not required. -WWW: http://rplay.doit.org/ +WWW: https://web.archive.org/web/20171109100411/http://rplay.doit.org/