Index: head/deskutils/gnote/Makefile =================================================================== --- head/deskutils/gnote/Makefile +++ head/deskutils/gnote/Makefile @@ -36,20 +36,12 @@ 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 +++ head/deskutils/gnote/files/patch-configure @@ -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