Index: head/x11-toolkits/libgdiplus/Makefile =================================================================== --- head/x11-toolkits/libgdiplus/Makefile (revision 500060) +++ head/x11-toolkits/libgdiplus/Makefile (revision 500061) @@ -1,45 +1,46 @@ # Created by: Tom McLaughlin # $FreeBSD$ PORTNAME= libgdiplus PORTVERSION= 5.6 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= GDI+ API for System.Windows.Forms in Mono LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff \ libgif.so:graphics/giflib \ libpng.so:graphics/png \ libcairo.so:graphics/cairo \ libfreetype.so:print/freetype2 \ libexif.so:graphics/libexif \ libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes USES= cpe gettext-runtime gmake jpeg libtool:keepla pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CPE_VENDOR= mono-project OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 X11_USE= XORG=x11,xrender X11_CONFIGURE_OFF= --without-x11 PLIST_FILES= lib/libgdiplus.a \ lib/libgdiplus.la \ lib/libgdiplus.so \ lib/libgdiplus.so.0 \ lib/libgdiplus.so.0.0.0 \ libdata/pkgconfig/libgdiplus.pc .include Index: head/x11-toolkits/libgdiplus/files/patch-configure =================================================================== --- head/x11-toolkits/libgdiplus/files/patch-configure (nonexistent) +++ head/x11-toolkits/libgdiplus/files/patch-configure (revision 500061) @@ -0,0 +1,11 @@ +--- configure.orig 2018-03-28 19:28:08 UTC ++++ configure +@@ -14133,7 +14133,7 @@ fi + + + # Add xrender here so that we don't fail to find glib if we won't have xrender.pc +-if test "x$no_x" != "xyes" && "x$x11_available" = "xyes"; then ++if test "x$no_x" != "xyes" && test "x$x11_available" = "xyes"; then + GDIPLUS_LIBS="$GDIPLUS_LIBS `$PKG_CONFIG --libs xrender `" + GDIPLUS_CFLAGS="$GDIPLUS_CFLAGS `$PKG_CONFIG --cflags xrender `" + fi Property changes on: head/x11-toolkits/libgdiplus/files/patch-configure ___________________________________________________________________ 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