Index: head/deskutils/gnote/Makefile =================================================================== --- head/deskutils/gnote/Makefile (revision 383836) +++ head/deskutils/gnote/Makefile (revision 383837) @@ -1,55 +1,47 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ # $MCom: ports/trunk/deskutils/gnote/Makefile 19997 2014-10-19 18:15:03Z gusi $ PORTNAME= gnote PORTVERSION= 3.14.2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ version of Tomboy, note taking application LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libsecret-1.so:${PORTSDIR}/security/libsecret \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid USE_GNOME= gnomeprefix gtk30 gtkmm30 intltool \ libxml2 libxslt USES= desktop-file-utils gettext gmake libtool \ pathfix pkgconfig tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-dbus-service-dir=${PREFIX}/share/dbus-1/services INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.gnote.gschema.xml DOCS= AUTHORS ChangeLog NEWS README TODO -.include - -.if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif - PLIST_SUB+= VERSION=${PORTVERSION} post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include Index: head/deskutils/gnote/files/patch-configure =================================================================== --- head/deskutils/gnote/files/patch-configure (nonexistent) +++ head/deskutils/gnote/files/patch-configure (revision 383837) @@ -0,0 +1,23 @@ +--- configure.orig 2014-09-26 13:03:19.000000000 -0700 ++++ configure 2014-12-02 16:43:13.000000000 -0800 +@@ -17688,7 +17688,7 @@ + do + # Avoid testing twice the same lib + case $boost_failed_libs in #( +- *@$boost_lib@*) continue;; ++ *@$boost_lib\ $boost_rtopt_@*) continue;; + esac + # If with_boost is empty, we'll search in /lib first, which is not quite + # right so instead we'll try to a location based on where the headers are. +@@ -17822,10 +17822,9 @@ + boost_cv_lib_unit_test_framework_LDFLAGS="-L$boost_ldpath $boost_cv_rpath_link_ldflag$boost_ldpath" + boost_cv_lib_unit_test_framework_LDPATH="$boost_ldpath" + break 6 +- else +- boost_failed_libs="$boost_failed_libs@$boost_lib@" + fi + done ++ boost_failed_libs="$boost_failed_libs@$boost_lib $boost_rtopt_@" + done + done + done Property changes on: head/deskutils/gnote/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