Index: Makefile =================================================================== --- Makefile (revision 449669) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= handbrake PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia DIST_SUBDIR= ${PORTNAME} @@ -57,7 +57,7 @@ .endif GNU_CONFIGURE= yes -USE_GCC= yes +USE_GCC= 4.9 USES= autoreconf:build compiler:features gmake iconv \ libtool:build localbase:ldflags pkgconfig python:build MAKE_ENV= V=1 ACLOCAL=${LOCALBASE}/bin/aclocal Index: files/patch-contrib_libbluray_A02-expose-clip__id.patch =================================================================== --- files/patch-contrib_libbluray_A02-expose-clip__id.patch (revision 449669) +++ files/patch-contrib_libbluray_A02-expose-clip__id.patch (nonexistent) @@ -1,18 +0,0 @@ ---- contrib/libbluray/A02-expose-clip_id.patch.orig 2017-02-25 -20:56:19 UTC -+++ contrib/libbluray/A02-expose-clip_id.patch -@@ -35,3 +35,14 @@ index 3cd7118..177b3d4 100644 - -- - 2.5.5 - -+--- a/Makefile.in.orig 2017-03-25 19:30:14 UTC -++++ b/Makefile.in 2017-03-25 19:30:36 UTC -+@@ -772,7 +772,7 @@ -+ MOSTLYCLEANFILES = $(DX_CLEANFILES) -+ @ENABLE_UDF_FALSE@POSIX_C_SOURCE = 200112L -+ @ENABLE_UDF_TRUE@POSIX_C_SOURCE = 200809L -+-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=$(POSIX_C_SOURCE) -D_REENTRANT -++SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=$(POSIX_C_SOURCE) -D_REENTRANT -D_XOPEN_SOURCE=700 -+ SET_INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/libbluray -I$(top_builddir)/src/libbluray $(BDJAVA_CFLAGS) -+ AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) \ -+ $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) $(UDF_CFLAGS) \ Property changes on: files/patch-contrib_libbluray_A02-expose-clip__id.patch ___________________________________________________________________ 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 Index: files/patch-contrib_libbluray_module.defs =================================================================== --- files/patch-contrib_libbluray_module.defs (nonexistent) +++ files/patch-contrib_libbluray_module.defs (working copy) @@ -0,0 +1,10 @@ +--- contrib/libbluray/module.defs.orig 2017-04-09 20:24:50 UTC ++++ contrib/libbluray/module.defs +@@ -25,3 +25,7 @@ endif + ifeq (mingw,$(BUILD.system)) + LIBBLURAY.GCC.D += MINGW_HAS_SECURE_API=1 + endif ++ ++ifeq (freebsd,$(BUILD.system)) ++ LIBBLURAY.GCC.D += _XOPEN_SOURCE=700 ++endif Property changes on: files/patch-contrib_libbluray_module.defs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property