Index: head/net/liveMedia/Makefile =================================================================== --- head/net/liveMedia/Makefile (revision 466255) +++ head/net/liveMedia/Makefile (revision 466256) @@ -1,48 +1,48 @@ # Created by: nork@FreeBSD.org # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2017.09.12 +PORTVERSION= 2018.02.28 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ https://download.videolan.org/contrib/live555/ DISTNAME= live.${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= LIVE.COM Streaming Media LICENSE= LGPL21 NO_CDROM= 'dated material' BROKEN_sparc64= Fails to compile WRKSRC= ${WRKDIR}/live HAS_CONFIGURE= yes CONFIGURE_SCRIPT= genMakefiles CONFIGURE_ARGS= fixed-freebsd USES= gmake USE_LDCONFIG= yes .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .else CFLAGS+= -fpic .endif post-extract: ${CP} ${FILESDIR}/config.fixed-freebsd ${WRKSRC} .if ${PREFIX} != "/usr/local" post-configure: ${REINPLACE_CMD} -e 's,^PREFIX = /usr/local,PREFIX = "${PREFIX}",' \ ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile .endif .include Index: head/net/liveMedia/distinfo =================================================================== --- head/net/liveMedia/distinfo (revision 466255) +++ head/net/liveMedia/distinfo (revision 466256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507065880 -SHA256 (live.2017.09.12.tar.gz) = 08fd7753df7a2ec9f6dbf12811e97bd814b76ed90ebe7dbc6396037947dfcb13 -SIZE (live.2017.09.12.tar.gz) = 629538 +TIMESTAMP = 1522698311 +SHA256 (live.2018.02.28.tar.gz) = 2db4f05616bdd21a609baf82c836486c44820c16a006315e02abe2b0b53a247e +SIZE (live.2018.02.28.tar.gz) = 635306 Index: head/net/liveMedia/files/patch-liveMedia-include_Locale.hh =================================================================== --- head/net/liveMedia/files/patch-liveMedia-include_Locale.hh (revision 466255) +++ head/net/liveMedia/files/patch-liveMedia-include_Locale.hh (nonexistent) @@ -1,19 +0,0 @@ ---- ./liveMedia/include/Locale.hh.orig 2012-04-04 05:07:24.000000000 +0400 -+++ ./liveMedia/include/Locale.hh 2012-04-13 20:40:10.000000000 +0400 -@@ -32,11 +32,15 @@ - // (or their development environments) don't have "newlocale()". If, however, your Windows system *does* have "newlocale()", - // then you can override this by defining "XLOCALE_USED" before #including this file. - -+#if defined(__FreeBSD__) -+#include -+#endif -+ - #ifdef XLOCALE_USED - #undef LOCALE_NOT_USED - #undef XLOCALE_NOT_USED - #else --#if defined(__WIN32__) || defined(_WIN32) -+#if defined(__WIN32__) || defined(_WIN32) || (__FreeBSD_version < 1000010) - #define XLOCALE_NOT_USED 1 - #endif - #endif Property changes on: head/net/liveMedia/files/patch-liveMedia-include_Locale.hh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property