Index: head/deskutils/gxneur/Makefile =================================================================== --- head/deskutils/gxneur/Makefile (revision 360657) +++ head/deskutils/gxneur/Makefile (revision 360658) @@ -1,31 +1,31 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= gxneur PORTVERSION= 0.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${PORTVERSION}/tgz/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK frontend for XNeur keyboard layout switcher BUILD_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur RUN_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur GNU_CONFIGURE= yes USES= pkgconfig tar:bzip2 USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --without-nls post-patch: @${REINPLACE_CMD} -e '/all_modifiers/d' ${WRKSRC}/src/misc.c @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include Index: head/deskutils/xneur/Makefile =================================================================== --- head/deskutils/xneur/Makefile (revision 360657) +++ head/deskutils/xneur/Makefile (revision 360658) @@ -1,78 +1,78 @@ # Created by: Alex "lissyara" Keda # $FreeBSD$ PORTNAME= xneur PORTVERSION= 0.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= admin@lissyara.su COMMENT= Auto keyboard switcher LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libpcre.so:${PORTSDIR}/devel/pcre USES= pkgconfig iconv tar:bzip2 libtool USE_GNOME= gnomehack GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur USE_LDCONFIG= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= ASPELL XOSD NLS X11 OPTIONS_DEFAULT= GSTREAMER ASPELL OPTIONS_RADIO= SOUND OPTIONS_RADIO_SOUND= GSTREAMER OPENAL XOSD_DESC= Xosd support .include .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MX11} USE_XORG+= x11 CONFIGURE_ARGS+= --with-x .else CONFIGURE_ARGS+= --without-x .endif .if ${PORT_OPTIONS:MGSTREAMER} USE_GSTREAMER= yes CONFIGURE_ARGS+= --with-sound=gstreamer .elif ${PORT_OPTIONS:MOPENAL} USES+= openal:al,alut CONFIGURE_ARGS+= --with-sound=openal .else CONFIGURE_ARGS+= --with-sound=no .endif .if ${PORT_OPTIONS:MASPELL} LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --with-spell=aspell .else CONFIGURE_ARGS+= --with-spell=no --without-aspell .endif .if ${PORT_OPTIONS:MXOSD} LIB_DEPENDS+= libxosd.so:${PORTSDIR}/misc/xosd CONFIGURE_ARGS+= --with-xosd .else CONFIGURE_ARGS+= --without-xosd .endif post-patch: @${MV} ${WRKSRC}/etc/xneurrc ${WRKSRC}/etc/xneurrc.sample .include Index: head/devel/librcc/Makefile =================================================================== --- head/devel/librcc/Makefile (revision 360657) +++ head/devel/librcc/Makefile (revision 360658) @@ -1,79 +1,79 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy MAINTAINER= fluffy@FreeBSD.org COMMENT= Library used by rusxmms for language autodetection LIB_DEPENDS= librcd.so:${PORTSDIR}/devel/librcd \ libenca.so:${PORTSDIR}/converters/enca \ libaspell.so:${PORTSDIR}/textproc/aspell USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake iconv libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= BDB TRANSLATE TOOLS GTK1 GTK2 GTK3 OPTIONS_DEFAULT=TOOLS GTK2 OPTIONS_SUB= yes BDB_DESC= Translation database support BDB_CONFIGURE_ENABLE= bdb BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR} BDB_LDFLAGS= -L${BDB_LIB_DIR} BDB_USE= BDB=41+ TRANSLATE_DESC= Online translation support TRANSLATE_CONFIGURE_ENABLE= libtranslate TRANSLATE_LIB_DEPENDS= libtranslate.so:${PORTSDIR}/textproc/libtranslate TOOLS_DESC= Recode configuration utility TOOLS_EXTRA_PATCHES= ${FILESDIR}/extrapatch-rcc-config GTK1_CONFIGURE_ENABLE= gtk1 GTK1_USE= GNOME=glib12,gtk12 GTK2_CONFIGURE_ENABLE= gtk2 GTK2_USE= GNOME=gtk20 GTK3_CONFIGURE_ENABLE= gtk3 GTK3_USE= GNOME=gtk30 .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=--enable-force-system-iconv .endif .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} CONFIGURE_ARGS+=--enable-glib2 PLIST_SUB+= WITH_GLIB2="" .else CONFIGURE_ARGS+=--disable-glib2 PLIST_SUB+= WITH_GLIB2="@comment " .endif pre-everything:: .if ${ARCH} == "i386" .if ${PORT_OPTIONS:MBDB} || ${PORT_OPTIONS:MTRANSLATE} @${ECHO} 'BDB/LibTranslate support may cause breakages in depended apps on ${ARCH}' @${ECHO} 'Use it with caution' .endif .endif post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/external/rccexternal.c .include Index: head/editors/tea/Makefile =================================================================== --- head/editors/tea/Makefile (revision 360657) +++ head/editors/tea/Makefile (revision 360658) @@ -1,48 +1,49 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= tea PORTVERSION= 37.2.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ MAINTAINER= danilo@FreeBSD.org COMMENT= Simple and powerful Qt4-based text editor LICENSE= GPLv3 OPTIONS_DEFINE= DOCS OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL USES= qmake tar:bzip2 USE_QT4= gui moc_build rcc_build PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png PORTDOCS= * DESKTOP_ENTRIES="TEA" "" "${PREFIX}/share/pixmaps/tea_icon_v2.png" \ "${PORTNAME}" "" "" ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_QMAKE_ON= USE_ASPELL=true ASPELL_QMAKE_OFF= USE_ASPELL=false HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell HUNSPELL_QMAKE_ON= USE_HUNSPELL=true HUNSPELL_QMAKE_OFF= USE_HUNSPELL=false post-patch: @${REINPLACE_CMD} -e \ 's|Q_OS_LINUX|Q_OS_UNIX|' ${WRKSRC}/document.cpp @${REINPLACE_CMD} -e \ 's|/usr/include|${LOCALBASE}/include|' ${WRKSRC}/src.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/icons/tea_icon_v2.png ${STAGEDIR}${PREFIX}/share/pixmaps (cd ${WRKSRC}/manuals \ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/editors/winefish/Makefile =================================================================== --- head/editors/winefish/Makefile (revision 360657) +++ head/editors/winefish/Makefile (revision 360658) @@ -1,69 +1,69 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX editor based on BlueFish LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ gv:${PORTSDIR}/print/gv \ tidy:${PORTSDIR}/www/tidy-lib \ xpdf:${PORTSDIR}/graphics/xpdf MAN1= winefish.1 MANCOMPRESSED= no CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps GNU_CONFIGURE= yes USES= gmake pkgconfig USE_GNOME= libgnomeui desktopfileutils gnomehier USE_TEX= latex OPTIONS_DEFINE= CONTEXT VNTEX UNIKEY_GTK NLS DOCS CONTEXT_DESC= ConTexT support (Experimental) VNTEX_DESC= Vietnamese TeX user UNIKEY_GTK_DESC= Vietname Tex user with UnikeyGTK input method NO_STAGE= yes .include .if ${PORT_OPTIONS:MCONTEXT} CONFIGURE_ARGS+= --with-context .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB= IFNLS= # vietnamese support .if ${PORT_OPTIONS:MUNIKEY_GTK} && !${PORT_OPTIONS:MVNTEX} PORT_OPTIONS+= VNTEX .endif .if ${PORT_OPTIONS:MVNTEX} CONFIGURE_ARGS+= --with-vntex .if ${PORT_OPTIONS:MUNIKEY_GTK} CONFIGURE_ARGS+= --with-unikey-gtk .endif .endif .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB= IFNLS="@comment " .endif post-install: -@update-desktop-database .if ! ${PORT_OPTIONS:MDOCS} ${RM} ${DOCSDIR}/${PORTNAME}.html ${RMDIR} ${DOCSDIR} .endif .include Index: head/editors/xmlcopyeditor/Makefile =================================================================== --- head/editors/xmlcopyeditor/Makefile (revision 360657) +++ head/editors/xmlcopyeditor/Makefile (revision 360658) @@ -1,36 +1,36 @@ # Created by: José García Juanino # $FreeBSD$ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} MAINTAINER= jjuanino@gmail.com COMMENT= Fast validating XML editor LICENSE= GPLv2 USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute WX_UNICODE= yes USES= gettext iconv dos2unix libtool GNU_CONFIGURE= yes BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \ libxslt.so:${PORTSDIR}/textproc/libxslt \ libaspell.so:${PORTSDIR}/textproc/aspell \ libpcre.so:${PORTSDIR}/devel/pcre \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libexpat.so:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB} .include Index: head/graphics/ocre/Makefile =================================================================== --- head/graphics/ocre/Makefile (revision 360657) +++ head/graphics/ocre/Makefile (revision 360658) @@ -1,53 +1,53 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= ocre PORTVERSION= 0.042 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://lem.eui.upm.es/pub/ocre/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Simple optical character recognition solution LICENSE= GPLv2 LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell RUN_DEPENDS= display:${PORTSDIR}/graphics/ImageMagick \ gnuplot:${PORTSDIR}/math/gnuplot \ ispell:${PORTSDIR}/textproc/aspell-ispell WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} USE_GNOME= gtk20 USES= gettext gmake pkgconfig MAKE_ARGS= CC="${CC}" CFLAGS1="${CFLAGS}" post-extract: @cd ${WRKSRC} && ${TAR} --exclude "*.orig" -xof ocre-decsWood-${PORTVERSION}.tgz post-patch: @${REINPLACE_CMD} -e 's|, sys_nerr||' ${WRKSRC}/src/errors.c @${FIND} ${WRKSRC} -name "*.[1ch]" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ 's|/usr/bin|${PREFIX}/bin|g ; \ s|/usr/share/locale|${PREFIX}/share/locale|g ; \ s|/usr/share/ocre|${DATADIR}|g' do-configure: @${ECHO_CMD} -n > ${WRKSRC}/ddepend do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/es/man1 ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}-es.1 ${STAGEDIR}${MAN1PREFIX}/man/es/man1/${PORTNAME}.1 ${INSTALL_DATA} ${WRKSRC}/po/es.mo ${STAGEDIR}${PREFIX}/share/locale/es/LC_MESSAGES/${PORTNAME}.mo @${MKDIR} ${STAGEDIR}${DATADIR} .for dir in conv decsWood decsWoodCur decsWoodCyrillic decsWoodLatin decsWoodLatinW @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR}) .endfor .include Index: head/graphics/yagf/Makefile =================================================================== --- head/graphics/yagf/Makefile (revision 360657) +++ head/graphics/yagf/Makefile (revision 360658) @@ -1,44 +1,44 @@ # Created by: Boris Samorodov # $FreeBSD$ PORTNAME= yagf PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://symmetrica.net/cuneiform-linux/ MAINTAINER= bsam@FreeBSD.org COMMENT= Graphical interface for an OCR program (cuneiform and tesseract) LICENSE= GPLv3 LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ONLY_FOR_ARCHS= i386 amd64 OPTIONS_MULTI= OCRENGINE OPTIONS_MULTI_OCRENGINE=CUNEIFORM TESSERACT CUNEIFORM_DESC= Cuneiform OCR engine TESSERACT_DESC= Tesseract OCR engine OPTIONS_DEFAULT= CUNEIFORM USES= cmake desktop-file-utils pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= corelib gui imageformats linguist_build \ moc_build qmake_build rcc_build uic_build CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include .include .if ${PORT_OPTIONS:MCUNEIFORM} RUN_DEPENDS+= cuneiform:${PORTSDIR}/graphics/cuneiform .endif .if ${PORT_OPTIONS:MTESSERACT} RUN_DEPENDS+= tesseract:${PORTSDIR}/graphics/tesseract .endif .include Index: head/irc/weechat/Makefile =================================================================== --- head/irc/weechat/Makefile (revision 360657) +++ head/irc/weechat/Makefile (revision 360658) @@ -1,189 +1,189 @@ # Created by: clement # $FreeBSD$ PORTNAME= weechat PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ \ http://perturb.me.uk/distfiles/weechat/:mandocs \ ${MASTER_SITE_LOCAL:S/$/:mandocs/} MASTER_SITE_SUBDIR= jase/weechat/:mandocs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jase@FreeBSD.org COMMENT= Lightweight and user friendly ncurses based IRC client LICENSE= GPLv3 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt + CONFLICTS= weechat-devel-0.* USE_LDCONFIG= yes USES= cmake iconv ncurses CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt - OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE ASPELL \ GNUTLS NLS ICON MANPAGES DOCS OPTIONS_DEFAULT=RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE ASPELL \ GNUTLS ICON MANPAGES BACKTRACE_DESC= Provide crash backtraces CHARSET_DESC= Charset conversion support LUA_DESC= Lua scripting support PERL_DESC= Perl scripting support PYTHON_DESC= Python scripting support RUBY_DESC= Ruby scripting support TCL_DESC= Tcl scripting support ICON_DESC= Desktop icon .include .if ${PORT_OPTIONS:MCHARSET} PLIST_SUB+= CHARSET="" .else CMAKE_ARGS+= -DENABLE_CHARSET=no PLIST_SUB+= CHARSET="@comment " .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DENABLE_NLS=no PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MASPELL} -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell PLIST_SUB+= ASPELL="" .else CMAKE_ARGS+= -DENABLE_ASPELL=no PLIST_SUB+= ASPELL="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= 2 CMAKE_ARGS+= -DBSD_PYTHON_CMD=${PYTHON_CMD} \ -DBSD_PYTHON_VER=${PYTHON_VERSION} PLIST_SUB+= PYTHON="" .else CMAKE_ARGS+= -DENABLE_PYTHON=no PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes CMAKE_ARGS+= -DBSD_RUBY_CMD=${RUBY} \ -DBSD_RUBY_VER=${RUBY_NAME} PLIST_SUB+= RUBY="" .else CMAKE_ARGS+= -DENABLE_RUBY=no PLIST_SUB+= RUBY="@comment " .endif .if ${PORT_OPTIONS:MGNUTLS} USES+= pkgconfig LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 PLIST_SUB+= PERL="" .else CMAKE_ARGS+= -DENABLE_PERL=no PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MTCL} USES+= tcl:85+ CMAKE_ARGS+= -DBSD_TCL_VER=${TCL_VER} \ -DBSD_TCL_LIBDIR=${LOCALBASE}/lib \ -DBSD_TCL_INCDIR=${TCL_INCLUDEDIR} PLIST_SUB+= TCL="" .else CMAKE_ARGS+= -DENABLE_TCL=no PLIST_SUB+= TCL="@comment " .endif .if ${PORT_OPTIONS:MLUA} USES+= lua:51 CMAKE_ARGS+= -DBSD_LUA_LIBDIR=${LUA_LIBDIR} \ -DBSD_LUA_INCDIR=${LUA_INCDIR} PLIST_SUB+= LUA="" .else CMAKE_ARGS+= -DENABLE_LUA=no PLIST_SUB+= LUA="@comment " .endif .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ asciidoc:${PORTSDIR}/textproc/asciidoc \ source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight CMAKE_ARGS+= -DENABLE_MAN=yes -DMANDIR=${MANPREFIX}/man -DENABLE_DOC=yes .else CMAKE_ARGS+= -DENABLE_MAN=no -DENABLE_DOC=no .endif .if ${PORT_OPTIONS:MDOCS} PLIST_SUB+= DOCS="" .if !defined(MAINTAINER_MODE) DISTFILES+= ${DISTNAME}-docs.txz:mandocs .endif .else PLIST_SUB+= DOCS="@comment " .endif .if ${PORT_OPTIONS:MMANPAGES} PLIST_SUB+= MANPAGES="" .if !defined(MAINTAINER_MODE) DISTFILES+= ${DISTNAME}-manpages.txz:mandocs .endif .else PLIST_SUB+= MANPAGES="@comment " .endif .if ${PORT_OPTIONS:MBACKTRACE} LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif .if ${PORT_OPTIONS:MICON} PLIST_SUB+= ICON="" .else PLIST_SUB+= ICON="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt .for f in src/CMakeLists.txt src/core/CMakeLists.txt cmake/*.cmake @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${f} .endfor .if empty(PORT_OPTIONS:MBACKTRACE) @${REINPLACE_CMD} -e '/IF.*FreeBSD/,/ENDIF.*FreeBSD/d' ${WRKSRC}/src/core/CMakeLists.txt .endif .if empty(PORT_OPTIONS:MICON) @${REINPLACE_CMD} -e '/^# icon$$/,/^$$/d' ${WRKSRC}/CMakeLists.txt .endif post-install: .if ${PORT_OPTIONS:MMANPAGES} && !defined(MAINTAINER_MODE) ${INSTALL_MAN} ${WRKDIR}/manpages/weechat.1 ${STAGEDIR}${PREFIX}/man/man1 .for f in de fr it ja pl @${MKDIR} ${STAGEDIR}${PREFIX}/man/${f}/man1 ${INSTALL_MAN} ${WRKDIR}/manpages/${f}/weechat.1 ${STAGEDIR}${PREFIX}/man/${f}/man1 .endfor .endif .if ${PORT_OPTIONS:MDOCS} && !defined(MAINTAINER_MODE) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/docs/* ${STAGEDIR}${DOCSDIR}/ .endif ${LN} -sf ${PREFIX}/bin/weechat ${STAGEDIR}${PREFIX}/bin/weechat-curses .include Index: head/irc/weechat-devel/Makefile =================================================================== --- head/irc/weechat-devel/Makefile (revision 360657) +++ head/irc/weechat-devel/Makefile (revision 360658) @@ -1,201 +1,200 @@ # $FreeBSD$ PORTNAME= weechat PORTVERSION= 20140213 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/weechat-devel/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jase/weechat-devel PKGNAMESUFFIX= -devel DISTNAME= weechat-devel-${GITREV} DISTFILES= ${DISTNAME}.txz MAINTAINER= jase@FreeBSD.org COMMENT= Lightweight and user friendly ncurses based IRC client LICENSE= GPLv3 -UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt CONFLICTS= weechat-0.3* USE_LDCONFIG= yes USES= cmake iconv ncurses CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt - GITDESC= v0.4.3-14-gc324610 GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} # Please note: the DEBUG option is *NOT* empty, it is utilised by # bsd.cmake.mk to set the cmake build type to Debug instead of # Release. OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE DEBUG ASPELL \ GNUTLS NLS DOCS ICON MANPAGES -OPTIONS_DEFAULTS= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE DEBUG ASPELL \ +OPTIONS_DEFAULT=RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE DEBUG ASPELL \ GNUTLS ICON MANPAGES BACKTRACE_DESC= Provide crash backtraces CHARSET_DESC= Charset conversion support LUA_DESC= Lua scripting support PERL_DESC= Perl scripting support PYTHON_DESC= Python scripting support RUBY_DESC= Ruby scripting support TCL_DESC= Tcl scripting support COLOR256_DESC= Use ncurses port for 256 color support ICON_DESC= Desktop icon .include .if ${PORT_OPTIONS:MCHARSET} PLIST_SUB+= CHARSET="" .else CMAKE_ARGS+= -DENABLE_CHARSET=no PLIST_SUB+= CHARSET="@comment " .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DENABLE_NLS=no PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MASPELL} -BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell PLIST_SUB+= ASPELL="" .else CMAKE_ARGS+= -DENABLE_ASPELL=no PLIST_SUB+= ASPELL="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= 2 CMAKE_ARGS+= -DBSD_PYTHON_CMD=${PYTHON_CMD} \ -DBSD_PYTHON_VER=${PYTHON_VERSION} PLIST_SUB+= PYTHON="" .else CMAKE_ARGS+= -DENABLE_PYTHON=no PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes CMAKE_ARGS+= -DBSD_RUBY_CMD=${RUBY} \ -DBSD_RUBY_VER=${RUBY_NAME} PLIST_SUB+= RUBY="" .else CMAKE_ARGS+= -DENABLE_RUBY=no PLIST_SUB+= RUBY="@comment " .endif .if ${PORT_OPTIONS:MGNUTLS} USES+= pkgconfig LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 PLIST_SUB+= PERL="" .else CMAKE_ARGS+= -DENABLE_PERL=no PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MTCL} USES+= tcl:85+ CMAKE_ARGS+= -DBSD_TCL_VER=${TCL_VER} \ -DBSD_TCL_LIBDIR=${LOCALBASE}/lib \ -DBSD_TCL_INCDIR=${TCL_INCLUDEDIR} PLIST_SUB+= TCL="" .else CMAKE_ARGS+= -DENABLE_TCL=no PLIST_SUB+= TCL="@comment " .endif .if ${PORT_OPTIONS:MLUA} USES+= lua:51 CMAKE_ARGS+= -DBSD_LUA_LIBDIR=${LUA_LIBDIR} \ -DBSD_LUA_INCDIR=${LUA_INCDIR} PLIST_SUB+= LUA="" .else CMAKE_ARGS+= -DENABLE_LUA=no PLIST_SUB+= LUA="@comment " .endif .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ asciidoc:${PORTSDIR}/textproc/asciidoc \ source-highlight>=3.1.5:${PORTSDIR}/textproc/source-highlight CMAKE_ARGS+= -DENABLE_MAN=yes -DMANDIR=${MANPREFIX}/man -DENABLE_DOC=yes .else CMAKE_ARGS+= -DENABLE_MAN=no -DENABLE_DOC=no .endif .if ${PORT_OPTIONS:MDOCS} PLIST_SUB+= DOCS="" .if !defined(MAINTAINER_MODE) DISTFILES+= ${DISTNAME}-docs.txz .endif .else PLIST_SUB+= DOCS="@comment " .endif .if ${PORT_OPTIONS:MMANPAGES} PLIST_SUB+= MANPAGES="" .if !defined(MAINTAINER_MODE) DISTFILES+= ${DISTNAME}-manpages.txz .endif .else PLIST_SUB+= MANPAGES="@comment " .endif .if ${PORT_OPTIONS:MBACKTRACE} LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo .endif .if ${PORT_OPTIONS:MICON} PLIST_SUB+= ICON="" .else PLIST_SUB+= ICON="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt @${REINPLACE_CMD} -e 's|GIT_VERSION=""|GIT_VERSION="${GITDESC}"|' ${WRKSRC}/git-version.sh @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/gui/curses/gui-curses-window.c .for f in src/CMakeLists.txt src/core/CMakeLists.txt cmake/*.cmake @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${f} .endfor .if empty(PORT_OPTIONS:MBACKTRACE) @${REINPLACE_CMD} -e '/IF.*FreeBSD/,/ENDIF.*FreeBSD/d' ${WRKSRC}/src/core/CMakeLists.txt .endif .if empty(PORT_OPTIONS:MICON) @${REINPLACE_CMD} -e '/^# icon$$/,/^$$/d' ${WRKSRC}/CMakeLists.txt .endif post-install: .if ${PORT_OPTIONS:MMANPAGES} && !defined(MAINTAINER_MODE) ${INSTALL_MAN} ${WRKDIR}/manpages/weechat.1 ${STAGEDIR}${PREFIX}/man/man1 .for f in de fr it ja pl @${MKDIR} ${STAGEDIR}${PREFIX}/man/${f}/man1 ${INSTALL_MAN} ${WRKDIR}/manpages/${f}/weechat.1 ${STAGEDIR}${PREFIX}/man/${f}/man1 .endfor .endif .if ${PORT_OPTIONS:MDOCS} && !defined(MAINTAINER_MODE) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/docs/* ${STAGEDIR}${DOCSDIR}/ .endif ${LN} -sf ${PREFIX}/bin/weechat ${STAGEDIR}${PREFIX}/bin/weechat-curses .include Index: head/lang/php53/Makefile.ext =================================================================== --- head/lang/php53/Makefile.ext (revision 360657) +++ head/lang/php53/Makefile.ext (revision 360658) @@ -1,605 +1,605 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_DEFAULT= 53 IGNORE_WITH_PHP=52 5 55 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} PATCHDIR= ${.CURDIR}/files PLIST= ${NONEXISTENT} EXTRACT_AFTER_ARGS?= ${EXTSUBDIR} .if ${PHP_MODNAME} == "bcmath" CONFIGURE_ARGS+=--enable-bcmath PHP_HEADER_DIRS=libbcmath libbcmath/src .endif .if ${PHP_MODNAME} == "bz2" CONFIGURE_ARGS+=--with-bz2=/usr .endif .if ${PHP_MODNAME} == "calendar" CONFIGURE_ARGS+=--enable-calendar .endif .if ${PHP_MODNAME} == "ctype" CONFIGURE_ARGS+=--enable-ctype .endif .if ${PHP_MODNAME} == "curl" LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--with-curl=${LOCALBASE} .endif .if ${PHP_MODNAME} == "dba" CONFIGURE_ARGS+=--enable-dba OPTIONS_DEFINE= CDB DB4 DBM INIFILE FLATFILE OPTIONS_DEFAULT= CDB INIFILE FLATFILE OPTIONS_SINGLE= DBM OPTIONS_SINGLE_DBM= GDBM QDBM CDB_DESC= cdb database support DB4_DESC= Berkeley DB4 support GDBM_DESC= GDBM database support QDBM_DESC= QDBM database support INIFILE_DESC= INI file support FLATFILE_DESC= flatfile support PHP_HEADER_DIRS= libcdb libflatfile libinifile .endif .if ${PHP_MODNAME} == "dom" CONFIGURE_ARGS+=--enable-dom \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 .endif .if ${PHP_MODNAME} == "exif" CONFIGURE_ARGS+=--enable-exif .endif .if ${PHP_MODNAME} == "fileinfo" CONFIGURE_ARGS+=--enable-fileinfo \ --with-pcre-dir=${LOCALBASE} PHP_HEADER_DIRS= libmagic .endif .if ${PHP_MODNAME} == "filter" CONFIGURE_ARGS+=--enable-filter \ --with-pcre-dir=${LOCALBASE} .endif .if ${PHP_MODNAME} == "ftp" CONFIGURE_ARGS+=--enable-ftp \ --with-openssl-dir=${OPENSSLBASE} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USE_OPENSSL= yes .endif .if ${PHP_MODNAME} == "gd" LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--with-gd \ --with-freetype-dir=${LOCALBASE} \ --with-jpeg-dir=${LOCALBASE} \ --with-png-dir=${LOCALBASE} \ --with-zlib-dir=/usr OPTIONS_DEFINE= T1LIB TRUETYPE JIS X11 OPTIONS_DEFAULT= T1LIB TRUETYPE X11 T1LIB_DESC= Include T1lib support TRUETYPE_DESC= TrueType string function JIS_DESC= JIS-mapped Japanese font support PHP_HEADER_DIRS=libgd .endif .if ${PHP_MODNAME} == "gettext" CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} USES+= gettext .endif .if ${PHP_MODNAME} == "gmp" LIB_DEPENDS+= libgmp.so.10:${PORTSDIR}/math/gmp CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif .if ${PHP_MODNAME} == "hash" CONFIGURE_ARGS+=--enable-hash \ --with-mhash .endif .if ${PHP_MODNAME} == "iconv" CONFIGURE_ARGS+=--with-iconv USES+= iconv:translit .endif .if ${PHP_MODNAME} == "imap" OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL LIB_DEPENDS+= libc-client4.so.9:${PORTSDIR}/mail/cclient CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \ --with-pcre-dir=${LOCALBASE} USE_OPENSSL= yes .endif .if ${PHP_MODNAME} == "interbase" CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} USE_FIREBIRD= yes .endif .if ${PHP_MODNAME} == "json" CONFIGURE_ARGS+=--enable-json .endif .if ${PHP_MODNAME} == "ldap" CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} USE_OPENLDAP= yes . ifdef(WANT_OPENLDAP_SASL) CONFIGURE_ARGS+=--with-ldap-sasl . endif .endif .if ${PHP_MODNAME} == "mbstring" CONFIGURE_ARGS+=--enable-mbstring \ --with-pcre-dir=${LOCALBASE} OPTIONS_DEFINE= REGEX OPTIONS_DEFAULT= REGEX REGEX_DESC= multibyte regex support PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls .endif .if ${PHP_MODNAME} == "mcrypt" LIB_DEPENDS+= libmcrypt.so.8:${PORTSDIR}/security/libmcrypt CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} USE_AUTOTOOLS= libltdl .endif .if ${PHP_MODNAME} == "mssql" LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds-msdblib CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mysql" OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND MYSQLND_DESC= Use MySQL Native Driver .endif .if ${PHP_MODNAME} == "mysqli" OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND MYSQLND_DESC= Use MySQL Native Driver .endif .if ${PHP_MODNAME} == "odbc" CONFIGURE_ARGS+=--enable-odbc .endif .if ${PHP_MODNAME} == "openssl" CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USE_OPENSSL= yes .endif .if ${PHP_MODNAME} == "pcntl" CONFIGURE_ARGS+=--enable-pcntl .endif .if ${PHP_MODNAME} == "pdo" CONFIGURE_ARGS+=--enable-pdo .endif .if ${PHP_MODNAME} == "pdo_dblib" CONFIGURE_ARGS+=--with-pdo-dblib=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes OPTIONS_DEFINE= MSSQL MSSQL_DESC= Microsoft SQL Server support .endif .if ${PHP_MODNAME} == "pdo_firebird" CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes USE_FIREBIRD= yes .endif .if ${PHP_MODNAME} == "pdo_mysql" OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND MYSQLND_DESC= Use MySQL Native Driver USE_PHP= pdo USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pdo_odbc" USE_PHP= pdo USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pdo_pgsql" USE_PGSQL= yes CONFIGURE_ARGS+=--with-pdo-pgsql=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pdo_sqlite" USE_SQLITE= yes CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "pgsql" USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif .if ${PHP_MODNAME} == "phar" CONFIGURE_ARGS+=--enable-phar \ --with-pcre-dir=${LOCALBASE} USE_PHP= hash USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "posix" CONFIGURE_ARGS+=--enable-posix .endif .if ${PHP_MODNAME} == "pspell" -LIB_DEPENDS+= libaspell.so.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} # Ugly hack to load session before psell to avoid crashes USE_PHP= session USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "readline" CONFIGURE_ARGS+=--with-readline=/usr .endif .if ${PHP_MODNAME} == "recode" LIB_DEPENDS+= librecode.so.3:${PORTSDIR}/converters/recode CONFIGURE_ARGS+=--with-recode=${LOCALBASE} .endif .if ${PHP_MODNAME} == "session" CONFIGURE_ARGS+=--enable-session .endif .if ${PHP_MODNAME} == "shmop" CONFIGURE_ARGS+=--enable-shmop .endif .if ${PHP_MODNAME} == "simplexml" CONFIGURE_ARGS+=--enable-simplexml \ --with-libxml-dir=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include USES+= pkgconfig USE_GNOME= libxml2 .endif .if ${PHP_MODNAME} == "snmp" CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} \ --with-openssl-dir=${OPENSSLBASE} \ --enable-ucd-snmp-hack LIB_DEPENDS+= libnetsnmp.so.30:${PORTSDIR}/net-mgmt/net-snmp LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USE_OPENSSL= yes .endif .if ${PHP_MODNAME} == "soap" CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 USE_PHP= session USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "sockets" CONFIGURE_ARGS+=--enable-sockets .endif .if ${PHP_MODNAME} == "sqlite" CONFIGURE_ARGS+=--with-sqlite USE_PHP= session USE_PHP_BUILD= yes PHP_HEADER_DIRS=libsqlite/src OPTIONS_DEFINE= UTF8 UTF8_DESC= UTF-8 support .endif .if ${PHP_MODNAME} == "sqlite3" USE_SQLITE= yes CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib .endif .if ${PHP_MODNAME} == "sybase_ct" LIB_DEPENDS+= libct.so.4:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+=--with-sybase-ct=${LOCALBASE} .endif .if ${PHP_MODNAME} == "sysvmsg" CONFIGURE_ARGS+=--enable-sysvmsg .endif .if ${PHP_MODNAME} == "sysvsem" CONFIGURE_ARGS+=--enable-sysvsem .endif .if ${PHP_MODNAME} == "sysvshm" CONFIGURE_ARGS+=--enable-sysvshm .endif .if ${PHP_MODNAME} == "tidy" CONFIGURE_ARGS+=--with-tidy=${LOCALBASE} LIB_DEPENDS+= libtidy-0.99.so.0:${PORTSDIR}/www/tidy-lib .endif .if ${PHP_MODNAME} == "tokenizer" CONFIGURE_ARGS+=--enable-tokenizer .endif .if ${PHP_MODNAME} == "wddx" CONFIGURE_ARGS+=--enable-wddx \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 USE_PHP= xml session USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "xml" CONFIGURE_ARGS+=--enable-xml \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 .endif .if ${PHP_MODNAME} == "xmlreader" CONFIGURE_ARGS+=--enable-xmlreader \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 USE_PHP= dom USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "xmlrpc" CONFIGURE_ARGS+=--with-xmlrpc \ --with-libxml-dir=${LOCALBASE} USES+= iconv USE_GNOME= libxml2 PHP_HEADER_DIRS=libxmlrpc USE_PHP= xml USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "xmlwriter" CONFIGURE_ARGS+=--enable-xmlwriter \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 .endif .if ${PHP_MODNAME} == "xsl" CONFIGURE_ARGS+=--with-xsl=${LOCALBASE} USE_GNOME= libxslt USE_PHP= dom xml USE_PHP_BUILD= yes .endif .if ${PHP_MODNAME} == "zip" CONFIGURE_ARGS+=--enable-zip \ --with-zlib-dir=/usr \ --with-pcre-dir=${LOCALBASE} .endif .if ${PHP_MODNAME} == "zlib" CONFIGURE_ARGS+=--with-zlib=/usr .endif .include .if ${PHP_MODNAME} == "dba" . if empty(PORT_OPTIONS:MCDB) CONFIGURE_ARGS+=--without-cdb . endif . if ${PORT_OPTIONS:MDB4} CONFIGURE_ARGS+=--with-db4=${LOCALBASE} USE_BDB= 40+ WITH_BDB_HIGHEST= yes . endif . if ${PORT_OPTIONS:MGDBM} LIB_DEPENDS+= libgdbm.so.4:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+=--with-gdbm=${LOCALBASE} . endif . if ${PORT_OPTIONS:MQDBM} LIB_DEPENDS+= libqdbm.so.14:${PORTSDIR}/databases/qdbm CONFIGURE_ARGS+=--with-qdbm=${LOCALBASE} . endif . if empty(PORT_OPTIONS:MINIFILE) CONFIGURE_ARGS+=--disable-inifile . endif . if empty(PORT_OPTIONS:MFLATFILE) CONFIGURE_ARGS+=--disable-flatfile . endif .endif .if ${PHP_MODNAME} == "gd" . if ${PORT_OPTIONS:MX11} USE_XORG= xpm . endif . if ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE} . endif . if ${PORT_OPTIONS:MT1LIB} LIB_DEPENDS+= libt1.so.5:${PORTSDIR}/devel/t1lib CONFIGURE_ARGS+=--with-t1lib=${LOCALBASE} . endif . if ${PORT_OPTIONS:MTRUETYPE} CONFIGURE_ARGS+=--enable-gd-native-ttf . endif . if ${PORT_OPTIONS:MJIS} CONFIGURE_ARGS+=--enable-gd-jis-conv . endif .endif .if ${PHP_MODNAME} == "imap" . if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+=--with-imap-ssl=${OPENSSLBASE} LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl . endif .endif .if ${PHP_MODNAME} == "mbstring" . if ${PORT_OPTIONS:MREGEX} LIB_DEPENDS+= libonig.so.1:${PORTSDIR}/devel/oniguruma4 CONFIGURE_ARGS+=--with-onig=${LOCALBASE} . else CONFIGURE_ARGS+=--disable-mbregex . endif .endif .if ${PHP_MODNAME} == "mysql" . if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-mysql=mysqlnd . else CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} \ --with-zlib-dir=/usr USE_MYSQL= yes . endif .endif .if ${PHP_MODNAME} == "mysqli" . if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-mysqli=mysqlnd . else CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes . endif .endif .if ${PHP_MODNAME} == "openssl" || ${PHP_MODNAME} == "sqlite3" post-extract: @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4 .endif .if ${PHP_MODNAME} == "odbc" LIB_DEPENDS+= libodbc.so.2:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE} .endif .if ${PHP_MODNAME} == "pdo_dblib" .if ${PORT_OPTIONS:MMSSQL} LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds-msdblib .else LIB_DEPENDS+= libct.so.4:${PORTSDIR}/databases/freetds .endif .endif .if ${PHP_MODNAME} == "pdo_odbc" LIB_DEPENDS+= libodbc.so.2:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE} .endif .if ${PHP_MODNAME} == "pdo_mysql" . if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd USE_PHP+= mysql . else CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ --with-zlib-dir=/usr USE_MYSQL= yes . endif .endif .if ${PHP_MODNAME} == "sqlite" . if ${PORT_OPTIONS:MUTF8} CONFIGURE_ARGS+=--enable-sqlite-utf8 . endif .endif .if ${PHP_MODNAME} == "xml" post-extract: @${MKDIR} ${WRKSRC}/ext/xml @${CP} ${WRKSRC}/expat_compat.h ${WRKSRC}/ext/xml .endif .if ${PHP_MODNAME} == "zlib" post-extract: @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4 .endif Index: head/mail/balsa/Makefile =================================================================== --- head/mail/balsa/Makefile (revision 360657) +++ head/mail/balsa/Makefile (revision 360658) @@ -1,59 +1,59 @@ # Created by: Glenn Johnson # $FreeBSD$ # $MCom$ PORTNAME= balsa PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ MAINTAINER= gnome@FreeBSD.org COMMENT= Mail reader for the GNOME desktop BUILD_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring \ itstool:${PORTSDIR}/textproc/itstool \ yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ - libpcre.so:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libesmtp.so:${PORTSDIR}/mail/libesmtp \ libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring # Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 # in ports gets updated to > 1.10.x, balsa should depend on it. USES= desktop-file-utils gettext gmake iconv pathfix \ perl5 pkgconfig tar:bzip2 USE_GNOME= gnomeprefix gtkhtml4 intlhack libxslt INSTALLS_ICONS= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-threads \ --disable-more-warnings \ --with-ssl \ --without-nm \ --with-html-widget=gtkhtml4 \ --with-gmime=2.6 \ --with-canberra CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_SUB= yes OPTIONS_DEFINE= LDAP GTKSPELL GTKSV NOTIFY GPG OPTIONS_DEFAULT=LDAP GTKSPELL GTKSV NOTIFY GTKSPELL_DESC= Spell checking support GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support GPG_CONFIGURE_WITH= gpgme GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap LDAP_LIB_DEPENDS= libldap.so:${PORTSDIR}/net/openldap24-client GTKSPELL_CONFIGURE_WITH= gtkspell GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 GTKSV_USE= GNOME=gtksourceview3 GTKSV_CONFIGURE_WITH= gtksourceview NOTIFY_CONFIGURE_WITH= libnotify NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify .include Index: head/mail/cone/Makefile =================================================================== --- head/mail/cone/Makefile (revision 360657) +++ head/mail/cone/Makefile (revision 360658) @@ -1,48 +1,48 @@ # Created by: Matthias Andree # $FreeBSD$ PORTNAME= cone PORTVERSION= 0.90 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ # http://www.lerctr.org/~ler/ # This is for release versions, leave it in please: MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} MAINTAINER= uffe@uffe.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LICENSE= GPLv3 LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fam gettext gmake iconv ncurses perl5 shebangfix tar:bzip2 USE_GNOME= libxml2 SHEBANG_FILES= sysconftool CPPFLAGS+= -I${LOCALBASE}/include \ -D_XOPEN_SOURCE_EXTENDED \ -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+= -C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} CONFIGURE_ENV= REHASH="${PERL} ${SCRIPTDIR}/c_rehash" INSTALL_TARGET= install-strip post-extract: @${MKDIR} ${WRKDIR}/ncursesw ${LN} -s ${LOCALBASE}/include/ncurses/ncurses.h ${WRKDIR}/ncursesw/curses.h post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${STAGEDIR}${PREFIX}/sbin/cone-sysconftool ${RM} -f ${STAGEDIR}${PREFIX}/share/cone/rootcerts/.0 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .include Index: head/net-im/ayttm/Makefile =================================================================== --- head/net-im/ayttm/Makefile (revision 360657) +++ head/net-im/ayttm/Makefile (revision 360658) @@ -1,57 +1,56 @@ # Created by: Jim Mock # $FreeBSD$ PORTNAME= ayttm PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Chat program that combines AIM, ICQ, and Yahoo! Chat into one LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ libjasper.so:${PORTSDIR}/graphics/jasper \ libgpgme.so:${PORTSDIR}/security/gpgme \ - libpspell.so:${PORTSDIR}/textproc/aspell \ libenchant.so:${PORTSDIR}/textproc/enchant OPTIONS_DEFINE= ESOUND YAHOO OPTIONS_SUB= yes YAHOO_DESC= Include Yahoo service USES= gettext gmake iconv libtool pkgconfig shebangfix tar:bzip2 USE_XORG= xpm xscrnsaver USE_GNOME= gtk20 USE_OPENSSL= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \ --disable-arts SHEBANG_FILES= ${WRKSRC}/modules/image_filter/ayttm_streamer_wrapper CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip ESOUND_CONFIGURE_ENABLE= esd ESOUND_USE= GNOME=esound YAHOO_LIB_DEPENDS= libyahoo2.so:${PORTSDIR}/net-im/libyahoo2 YAHOO_CONFIGURE_ENABLE= yahoo post-patch: @${REINPLACE_CMD} -e \ 's|-Wl,--no-add-needed|| ; \ s|-L/usr/local/lib|| ; \ s|-lpthread|-pthread| ; \ /LIBS=/s|-L/usr/X11R6/lib||' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-L/usr/local/lib/pth/||' ${WRKSRC}/src/Makefile.in .include Index: head/net-im/mcabber/Makefile =================================================================== --- head/net-im/mcabber/Makefile (revision 360657) +++ head/net-im/mcabber/Makefile (revision 360658) @@ -1,56 +1,56 @@ # Created by: vsevolod # $FreeBSD$ PORTNAME= mcabber PORTVERSION= 0.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES MAINTAINER= dhn@FreeBSD.org COMMENT= Small Jabber console client LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sigwinch --libdir=${PREFIX}/lib CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= pkgconfig gettext iconv ncurses tar:bzip2 libtool USE_LDCONFIG= yes USE_GNOME= glib20 OPTIONS_DEFINE= GPGME OTR OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL ENCHANT OPTIONS_SUB= yes GPGME_DESC= Use security/gpgme for PGP support OTR_DESC= Off-the-record messaging support ENCHANT_DESC= Spell checking via enchant GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme GPGME_CONFIGURE_ENABLE= gpgme ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_ENABLE=aspell ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant ENCHANT_CONFIGURE_ENABLE=enchant OTR_LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \ libgcrypt.so:${PORTSDIR}/security/libgcrypt OTR_CONFIGURE_ENABLE= otr post-patch: @${REINPLACE_CMD} -e 's|$$"$${datadir}"|"$${datadir}"|;s|-O2||'\ -e 's|$$"$${libdir}|"$${libdir}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.* post-install: @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/ @${INSTALL} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ @${CP} -R ${WRKSRC}/contrib ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example ${STAGEDIR}${EXAMPLESDIR}/mcabberrc .include Index: head/net-im/psi/Makefile =================================================================== --- head/net-im/psi/Makefile (revision 360657) +++ head/net-im/psi/Makefile (revision 360658) @@ -1,67 +1,68 @@ # Created by: Jonathan Chen # $FreeBSD$ PORTNAME= psi PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Qt 4 based Jabber client LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ qca-gnupg>=2.0.0.b3:${PORTSDIR}/security/qca-gnupg HAS_CONFIGURE= yes QT_NONSTANDARD= yes USES= pkgconfig tar:bzip2 USE_QT4= gui network xml imageformats_run \ qmake_build moc_build rcc_build uic_build USE_XORG= xscrnsaver CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ --disable-growl --verbose CONFIGURE_ENV= QMAKE_ARGS='${QMAKE_ARGS}' DESTDIRNAME= INSTALL_ROOT OPTIONS_DEFINE= ASPELL ENCHANT DBUS DEBUG OPTIONS_DEFAULT= ASPELL DBUS ASPELL_DESC= Use aspell for spell checking ENCHANT_DESC= Use Enchant for spell checking .include .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --debug PLIST_SUB+= DEBUG="" .else CONFIGURE_ARGS+= --release --no-separate-debug-info PLIST_SUB+= DEBUG="@comment " .endif .if ${PORT_OPTIONS:MDBUS} USE_QT4+= dbus .else CONFIGURE_ARGS+= --disable-qdbus .endif .if ${PORT_OPTIONS:MASPELL} LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --with-aspell-inc=${LOCALBASE}/include \ --with-aspell-lib=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-aspell .endif .if ${PORT_OPTIONS:MENCHANT} LIB_DEPENDS+= libenchant.so:${PORTSDIR}/textproc/enchant .else CONFIGURE_ARGS+= --disable-enchant .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/psi .include Index: head/net-p2p/eiskaltdcpp-qt/Makefile =================================================================== --- head/net-p2p/eiskaltdcpp-qt/Makefile (revision 360657) +++ head/net-p2p/eiskaltdcpp-qt/Makefile (revision 360658) @@ -1,112 +1,112 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= eiskaltdcpp-qt PORTVERSION= 2.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= eiskaltdcpp-${DISTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= EiskaltDC++ Direct Connect client Qt GUI LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/share/eiskaltdcpp/keep_me:${PORTSDIR}/net-p2p/eiskaltdcpp-data LIB_DEPENDS+= eiskaltdcpp:${PORTSDIR}/net-p2p/eiskaltdcpp-lib \ execinfo:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS+= chrpath:${PORTSDIR}/devel/chrpath CMAKE_ARGS+= -DBUILD_LIB:BOOL=OFF PROJECTHOST= eiskaltdc USE_XZ= yes USE_GCC= yes USES= cmake gettext USE_OPENSSL= yes MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes OPTIONS_DEFINE= ASPELL FREE_SPACE DBUS_NOTIFY QTSCRIPT QML SQLITE MINIUPNP OPTIONS_DEFAULT= FREE_SPACE DBUS_NOTIFY MINIUPNP FREE_SPACE_DESC= Free space bar in status panel DBUS_NOTIFY_DESC= DBus notification support QTSCRIPT_DESC= QtScript support QML_DESC= Qt Declarative ui support SQLITE_DESC= SQLite support (experimental) MINIUPNP_DESC= UPnP support USE_QT4= gui xml network qmake_build uic_build \ moc_build rcc_build linguist_build CMAKE_ARGS+= -DUSE_QT:BOOL=ON CMAKE_ARGS+= -DUSE_GTK:BOOL=OFF CMAKE_ARGS+= -DEISKALTDCPP_INCLUDE_DIR:STRING="${LOCALBASE}/include/eiskaltdcpp" CMAKE_ARGS+= -DCREATE_MO:BOOL=OFF CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME} NO_STAGE= yes .include .if ${PORT_OPTIONS:MASPELL} LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell CMAKE_ARGS+= -DUSE_ASPELL:BOOL=on .else CMAKE_ARGS+= -DUSE_ASPELL:BOOL=0 .endif .if ${PORT_OPTIONS:MFREE_SPACE} CMAKE_ARGS+= -DFREE_SPACE_BAR_C:BOOL=ON .else CMAKE_ARGS+= -DFREE_SPACE_BAR_C:BOOL=OFF .endif .if ${PORT_OPTIONS:MDBUS_NOTIFY} CMAKE_ARGS+= -DDBUS_NOTIFY:BOOL=ON USE_QT4+= dbus .else CMAKE_ARGS+= -DDBUS_NOTIFY:BOOL=OFF .endif .if ${PORT_OPTIONS:MQTSCRIPT} CMAKE_ARGS+= -DUSE_JS:BOOL=ON USE_QT4+= script RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator PLIST_SUB+= QTSCRIPT="" .else CMAKE_ARGS+= -DUSE_JS:BOOL=OFF PLIST_SUB+= QTSCRIPT="@comment " .endif .if ${PORT_OPTIONS:MQML} CMAKE_ARGS+= -DUSE_QT_QML:BOOL=ON USE_QT4+= declarative .else CMAKE_ARGS+= -DUSE_QT_QML:BOOL=OFF .endif .if ${PORT_OPTIONS:MSQLITE} CMAKE_ARGS+= -DUSE_QT_SQLITE:BOOL=ON USE_QT4+= sql-sqlite3 .else CMAKE_ARGS+= -DUSE_QT_SQLITE:BOOL=OFF .endif .if ${PORT_OPTIONS:MMINIUPNP} LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc CMAKE_ARGS+= -DUSE_MINIUPNP:BOOL=ON -DLOCAL_MINIUPNP:BOOL=OFF .else CMAKE_ARGS+= -DUSE_MINIUPNP:BOOL=OFF .endif post-build: ${LOCALBASE}/bin/chrpath -r "${_GCC_RUNTIME}" "${WRKSRC}/${PORTNAME}/${PORTNAME}" .include Index: head/polish/ekg2/Makefile =================================================================== --- head/polish/ekg2/Makefile (revision 360657) +++ head/polish/ekg2/Makefile (revision 360658) @@ -1,111 +1,110 @@ # Created by: Aleksander Fafula # $FreeBSD$ PORTNAME= ekg2 PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ MAINTAINER= pawel@FreeBSD.org COMMENT= Text-mode Gadu-Gadu, Jabber, and IRC client LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu \ libexpat.so:${PORTSDIR}/textproc/expat2 LICENSE= GPLv2 GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool CONFIGURE_ARGS+= --enable-shared \ --disable-static \ --enable-dynamic \ --with-expat \ --without-sqlite \ --without-gpm-mouse \ --with-libgadu \ --without-libgnutls \ --without-gif \ --without-libjpeg \ --without-libidn LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= ASPELL GPG GSM GTK2 NLS PERL PYTHON SQLITE UNICODE XOSD +OPTIONS_DEFAULT=ASPELL OPTIONS_SUB= yes ASPELL_DESC= Enable spell checking support GPG_DESC= Enable gpg plugin GSM_DESC= Enable gsm audio plugin GTK2_DESC= Enable gtk plugin PERL_DESC= Enable perl plugin PYTHON_DESC= Enable python plugin SQLITE_DESC= Enable sqlite plugin UNICODE_DESC= Enable unicode (experimental) XOSD_DESC= Enable xosd plugin - -OPTIONS_DEFAULT=ASPELL ASPELL_CONFIGURE_ON= --with-aspell ASPELL_CONFIGURE_OFF= --without-aspell ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_RUN_DEPENDS= ${LOCALBASE}/share/aspell/pl.rws:${PORTSDIR}/polish/aspell GPG_CONFIGURE_ON= --with-gpg GPG_CONFIGURE_OFF= --without-gpg GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ libgpg-error.so:${PORTSDIR}/security/libgpg-error GPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg GSM_CONFIGURE_ON= --with-libgsm GSM_CONFIGURE_OFF= --without-libgsm GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm GTK2_CONFIGURE_ON= --with-gtk GTK2_CONFIGURE_OFF= --without-gtk NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext PERL_CONFIGURE_ON= --with-perl PERL_CONFIGURE_OFF= --without-perl PERL_USES= perl5 PYTHON_CONFIGURE_ON= --with-python PYTHON_CONFIGURE_OFF= --without-python SQLITE_CONFIGURE_ON= --with-sqlite3 SQLITE_CONFIGURE_OFF= --without-sqlite3 SQLITE_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 UNICODE_CONFIGURE_ON= --enable-unicode XOSD_CONFIGURE_ON= --with-libxosd XOSD_CONFIGURE_OFF= --without-libxosd XOSD_LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd .include .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 .endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes .endif post-patch: .if ${PORT_OPTIONS:MPYTHON} @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \ ${WRKSRC}/contrib/python/notify-bubble.py .endif .if ${PORT_OPTIONS:MUNICODE} @${REINPLACE_CMD} -e 's|ncursesw/||' ${WRKSRC}/configure \ ${WRKSRC}/plugins/ncurses/ecurses.h .endif .include Index: head/print/lyx/Makefile =================================================================== --- head/print/lyx/Makefile (revision 360657) +++ head/print/lyx/Makefile (revision 360658) @@ -1,49 +1,50 @@ # Created by: Klemm # $FreeBSD$ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${MAJOR_VERSION}.x/ \ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ \ ftp://ftp.chg.ru/pub/X11/lyx/stable/${MAJOR_VERSION}.x/ MAINTAINER= rakuco@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ libmythes-1.2.so:${PORTSDIR}/textproc/mythes MAJOR_VERSION= 2.1 MINOR_VERSION= 0 USES= desktop-file-utils gmake iconv pkgconfig perl5 USE_PYTHON= 2 USE_QT4= corelib gui moc_build uic_build rcc_build USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL NLS OPTIONS_SUB= yes ENCHANT_DESC= Spell checking using Enchant ASPELL_CONFIGURE_OFF= --without-aspell ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ENCHANT_CONFIGURE_OFF= --without-enchant ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext .include Index: head/print/scribus-devel/Makefile =================================================================== --- head/print/scribus-devel/Makefile (revision 360657) +++ head/print/scribus-devel/Makefile (revision 360658) @@ -1,74 +1,74 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= scribus PORTVERSION= 1.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print editors MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} DISTNAME= ${PORTNAME}-${PORTVERSION}-${SVN_REV} PKGNAMESUFFIX= -devel MAINTAINER= coder@tuxfamily.org COMMENT= Comprehensive desktop publishing program LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ libpng15.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcups.so:${PORTSDIR}/print/cups-base \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpodofo.so:${PORTSDIR}/graphics/podofo \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libaspell.so:${PORTSDIR}/textproc/aspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libpoppler.so:${PORTSDIR}/graphics/poppler \ libosg.so:${PORTSDIR}/graphics/osg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ update-mime-database:${PORTSDIR}/misc/shared-mime-info CONFLICTS= scribus-1.[0-4]* USE_BZIP2= yes USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= desktopfileutils libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes USES= cmake pkgconfig USE_LDCONFIG= yes MAN1= scribus.1 MANLANG= "" de pl MANCOMPRESSED= no FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 17820 # svn tip at epoch 2009120801 SVNROOT_URI= svn://scribus.net/trunk/Scribus NO_STAGE= yes .include post-install: ${LN} ${DATADIR}/icons/scribus.png ${PREFIX}/share/pixmaps/ -update-desktop-database -update-mime-database ${PREFIX}/share/mime # # To roll snapshot: as bart (or other maintainer) : make BOOTSTRAP=defined fetch # .if defined(BOOTSTRAP) do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI} ${WRKSRC} cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} .if ${USER} == bart ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ freefall.freebsd.org:public_distfiles/ .endif .endif # defined(BOOTSTRAP) .include Index: head/textproc/aspell/Makefile =================================================================== --- head/textproc/aspell/Makefile (revision 360657) +++ head/textproc/aspell/Makefile (revision 360658) @@ -1,48 +1,48 @@ # Created by: Josh Gilliam # $FreeBSD$ PORTNAME= aspell PORTVERSION= 0.60.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= GNU/aspell MAINTAINER= office@FreeBSD.org COMMENT= Spelling checker with better suggestion logic than ispell LICENSE= LGPL21 OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-docdir=${DOCSDIR} \ --enable-curses=ncursesw \ --enable-static -USES= gmake iconv perl5 shebangfix +USES= gmake iconv libtool perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/aspell-import INSTALL_TARGET= install-strip VERINST= ${PORTVERSION:R:R} SUB_FILES= aspell.ver PLIST_SUB= VER=${VERINST} SUB_LIST= VERINST=${VERINST} INFO= aspell-dev aspell NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include # Does not link without at least -O .if !defined(CFLAGS) || ${CFLAGS:M-O*} == "" CFLAGS+= -O .endif post-install: @${INSTALL_DATA} ${WRKDIR}/aspell.ver ${STAGEDIR}${PREFIX}/etc .include Index: head/textproc/aspell/Makefile.inc =================================================================== --- head/textproc/aspell/Makefile.inc (revision 360657) +++ head/textproc/aspell/Makefile.inc (revision 360658) @@ -1,20 +1,19 @@ # $FreeBSD$ # To be included by dictionaries ports. MASTER_SITES?= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR?= aspell/dict/${DICT} DISTNAME?= aspell${DISTVERSION} PORTVERSION?= ${DISTVERSION:tl:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell -USES+= gmake -USE_BZIP2= yes +USES+= gmake tar:bzip2 HAS_CONFIGURE= yes PLIST_SUB= VER=${VER} .include .if exists(${LOCALBASE}/etc/aspell.ver) . include "${LOCALBASE}/etc/aspell.ver" .endif Index: head/textproc/aspell/files/patch-configure =================================================================== --- head/textproc/aspell/files/patch-configure (revision 360657) +++ head/textproc/aspell/files/patch-configure (revision 360658) @@ -1,42 +1,31 @@ --- configure.orig 2008-04-07 06:31:31.000000000 +0200 +++ configure 2008-04-16 20:55:32.000000000 +0200 @@ -3505,7 +3505,7 @@ fi -if test "$GXX" = "yes" && expr "$CXXFLAGS" : '.*-O' > /dev/null +if test "$GXX" = "yes" && expr -- "$CXXFLAGS" : '.*-O' > /dev/null then CXXFLAGS="$CXXFLAGS -fno-exceptions" fi -@@ -8101,6 +8101,10 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ltmain" -+save_CC="$CC" -+CC="$CXX" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS -+CC="$save_CC" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -18179,7 +18183,7 @@ +@@ -18179,7 +18179,7 @@ CURSES_LIB=-lncurses cat >>confdefs.h <<\_ACEOF -#define CURSES_HEADER +#define CURSES_HEADER _ACEOF else -@@ -18366,8 +18370,8 @@ +@@ -18366,8 +18366,8 @@ if test "$enable_wide_curses" != "no" then - { echo "$as_me:$LINENO: checking for wide character support in curses libraray" >&5 -echo $ECHO_N "checking for wide character support in curses libraray... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for wide character support in curses library" >&5 +echo $ECHO_N "checking for wide character support in curses library... $ECHO_C" >&6; } if test -n "$have_mblen" then cat >conftest.$ac_ext <<_ACEOF Index: head/textproc/aspell/pkg-plist =================================================================== --- head/textproc/aspell/pkg-plist (revision 360657) +++ head/textproc/aspell/pkg-plist (revision 360658) @@ -1,135 +1,135 @@ bin/aspell bin/aspell-import bin/precat bin/preunzip bin/prezip bin/prezip-bin bin/pspell-config bin/run-with-aspell bin/word-list-compress etc/aspell.ver include/aspell.h include/pspell/pspell.h lib/aspell-%%VER%%/cp1250.cmap lib/aspell-%%VER%%/cp1250.cset lib/aspell-%%VER%%/cp1251.cmap lib/aspell-%%VER%%/cp1251.cset lib/aspell-%%VER%%/cp1252.cmap lib/aspell-%%VER%%/cp1252.cset lib/aspell-%%VER%%/cp1253.cmap lib/aspell-%%VER%%/cp1253.cset lib/aspell-%%VER%%/cp1254.cmap lib/aspell-%%VER%%/cp1254.cset lib/aspell-%%VER%%/cp1255.cmap lib/aspell-%%VER%%/cp1255.cset lib/aspell-%%VER%%/cp1256.cmap lib/aspell-%%VER%%/cp1256.cset lib/aspell-%%VER%%/cp1257.cmap lib/aspell-%%VER%%/cp1257.cset lib/aspell-%%VER%%/cp1258.cmap lib/aspell-%%VER%%/cp1258.cset lib/aspell-%%VER%%/dvorak.kbd lib/aspell-%%VER%%/iso-8859-1.cmap lib/aspell-%%VER%%/iso-8859-1.cset lib/aspell-%%VER%%/iso-8859-10.cmap lib/aspell-%%VER%%/iso-8859-10.cset lib/aspell-%%VER%%/iso-8859-11.cmap lib/aspell-%%VER%%/iso-8859-11.cset lib/aspell-%%VER%%/iso-8859-13.cmap lib/aspell-%%VER%%/iso-8859-13.cset lib/aspell-%%VER%%/iso-8859-14.cmap lib/aspell-%%VER%%/iso-8859-14.cset lib/aspell-%%VER%%/iso-8859-15.cmap lib/aspell-%%VER%%/iso-8859-15.cset lib/aspell-%%VER%%/iso-8859-16.cmap lib/aspell-%%VER%%/iso-8859-16.cset lib/aspell-%%VER%%/iso-8859-2.cmap lib/aspell-%%VER%%/iso-8859-2.cset lib/aspell-%%VER%%/iso-8859-3.cmap lib/aspell-%%VER%%/iso-8859-3.cset lib/aspell-%%VER%%/iso-8859-4.cmap lib/aspell-%%VER%%/iso-8859-4.cset lib/aspell-%%VER%%/iso-8859-5.cmap lib/aspell-%%VER%%/iso-8859-5.cset lib/aspell-%%VER%%/iso-8859-6.cmap lib/aspell-%%VER%%/iso-8859-6.cset lib/aspell-%%VER%%/iso-8859-7.cmap lib/aspell-%%VER%%/iso-8859-7.cset lib/aspell-%%VER%%/iso-8859-8.cmap lib/aspell-%%VER%%/iso-8859-8.cset lib/aspell-%%VER%%/iso-8859-9.cmap lib/aspell-%%VER%%/iso-8859-9.cset lib/aspell-%%VER%%/ispell lib/aspell-%%VER%%/koi8-r.cmap lib/aspell-%%VER%%/koi8-r.cset lib/aspell-%%VER%%/koi8-u.cmap lib/aspell-%%VER%%/koi8-u.cset lib/aspell-%%VER%%/spell lib/aspell-%%VER%%/split.kbd lib/aspell-%%VER%%/standard.kbd lib/libaspell.a -lib/libaspell.la lib/libaspell.so -lib/libaspell.so.16 +lib/libaspell.so.15 +lib/libaspell.so.15.1.5 lib/libpspell.a -lib/libpspell.la lib/libpspell.so -lib/libpspell.so.16 +lib/libpspell.so.15 +lib/libpspell.so.15.1.5 man/man1/aspell-import.1.gz man/man1/aspell.1.gz man/man1/prezip-bin.1.gz man/man1/pspell-config.1.gz man/man1/run-with-aspell.1.gz man/man1/word-list-compress.1.gz %%DATADIR%%/ccpp.amf %%DATADIR%%/comment.amf %%DATADIR%%/email.amf %%DATADIR%%/html.amf %%DATADIR%%/none.amf %%DATADIR%%/nroff.amf %%DATADIR%%/perl.amf %%DATADIR%%/sgml.amf %%DATADIR%%/tex.amf %%DATADIR%%/texinfo.amf %%DATADIR%%/url.amf %%NLS%%share/locale/ast/LC_MESSAGES/aspell.mo %%NLS%%share/locale/be/LC_MESSAGES/aspell.mo %%NLS%%share/locale/ca/LC_MESSAGES/aspell.mo %%NLS%%share/locale/cs/LC_MESSAGES/aspell.mo %%NLS%%share/locale/da/LC_MESSAGES/aspell.mo %%NLS%%share/locale/de/LC_MESSAGES/aspell.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/aspell.mo %%NLS%%share/locale/es/LC_MESSAGES/aspell.mo %%NLS%%share/locale/fi/LC_MESSAGES/aspell.mo %%NLS%%share/locale/fr/LC_MESSAGES/aspell.mo %%NLS%%share/locale/ga/LC_MESSAGES/aspell.mo %%NLS%%share/locale/id/LC_MESSAGES/aspell.mo %%NLS%%share/locale/it/LC_MESSAGES/aspell.mo %%NLS%%share/locale/ja/LC_MESSAGES/aspell.mo %%NLS%%share/locale/mn/LC_MESSAGES/aspell.mo %%NLS%%share/locale/ms/LC_MESSAGES/aspell.mo %%NLS%%share/locale/nl/LC_MESSAGES/aspell.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/aspell.mo %%NLS%%share/locale/ro/LC_MESSAGES/aspell.mo %%NLS%%share/locale/ru/LC_MESSAGES/aspell.mo %%NLS%%share/locale/rw/LC_MESSAGES/aspell.mo %%NLS%%share/locale/sk/LC_MESSAGES/aspell.mo %%NLS%%share/locale/sl/LC_MESSAGES/aspell.mo %%NLS%%share/locale/sr/LC_MESSAGES/aspell.mo %%NLS%%share/locale/sv/LC_MESSAGES/aspell.mo %%NLS%%share/locale/tg/LC_MESSAGES/aspell.mo %%NLS%%share/locale/uk/LC_MESSAGES/aspell.mo %%NLS%%share/locale/vi/LC_MESSAGES/aspell.mo %%NLS%%share/locale/wa/LC_MESSAGES/aspell.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/aspell.mo @dirrm include/pspell %%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_CN %%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES %%NLS%%@dirrmtry share/locale/rw %%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fi %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ast @dirrmtry %%DATADIR%% @dirrm lib/aspell-%%VER%% Index: head/textproc/enchant/Makefile =================================================================== --- head/textproc/enchant/Makefile (revision 360657) +++ head/textproc/enchant/Makefile (revision 360658) @@ -1,58 +1,58 @@ # Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports-stable/textproc/enchant/Makefile,v 1.3 2010/07/20 07:48:41 kwm Exp $ PORTNAME= enchant PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool:keepla pathfix pkgconfig USE_GNOME= glib20 CONFIGURE_ARGS= --disable-uspell \ --disable-voikko CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_MULTI= SPELL OPTIONS_MULTI_SPELL=ASPELL HSPELL HUNSPELL ISPELL ZEMBEREK OPTIONS_DEFAULT=HUNSPELL OPTIONS_SUB= yes HSPELL_DESC= Spell checking via Hspell HUNSPELL_DESC= Spell checking via Hunspell ZEMBEREK_DESC= Spell checking via Zemberek ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_ENABLE= aspell ASPELL_CONFIGURE_ON= --with-aspell-prefix=${LOCALBASE} HSPELL_BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell HSPELL_CONFIGURE_ENABLE= hspell HSPELL_CONFIGURE_ON= --with-hspell-prefix=${LOCALBASE} HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell HUNSPELL_CONFIGURE_ENABLE= myspell HUNSPELL_CONFIGURE_ON= --with-system-myspell=yes \ --with-myspell-dir=${LOCALBASE}/share/hunspell ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell ISPELL_CONFIGURE_ENABLE= ispell ZEMBEREK_LIb_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib ZEMBEREK_CONFIGURE_ENABLE= zemberek post-patch: @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ ${WRKSRC}/install-sh .include Index: head/textproc/gnome-spell/Makefile =================================================================== --- head/textproc/gnome-spell/Makefile (revision 360657) +++ head/textproc/gnome-spell/Makefile (revision 360658) @@ -1,29 +1,29 @@ # Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/textproc/gnome-spell/Makefile,v 1.13 2007/10/15 17:17:18 mezz Exp $ PORTNAME= gnome-spell PORTVERSION= 1.0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME/Bonobo component for spell checking LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell USE_GNOME= gnomeprefix intlhack libgnomeui USES= gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ ${WRKSRC}/po/Makefile.in.in .include Index: head/textproc/gnome-translate/Makefile =================================================================== --- head/textproc/gnome-translate/Makefile (revision 360657) +++ head/textproc/gnome-translate/Makefile (revision 360658) @@ -1,32 +1,32 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= gnome-translate PORTVERSION= 0.99 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= libtranslate MAINTAINER= ports@FreeBSD.org -COMMENT= A natural language translator +COMMENT= Natural language translator LIB_DEPENDS= libtranslate.so:${PORTSDIR}/textproc/libtranslate INSTALLS_OMF= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= gnome-translate.schemas USES= pathfix pkgconfig gmake USE_GNOME= gnomeprefix eel2 intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-export-dynamic OPTIONS_DEFINE= LANGUAGE_DETECTION LANGUAGE_DETECTION_DESC= language detection OPTIONS_DEFAULT= LANGUAGE_DETECTION LANGUAGE_DETECTION_CONFIGURE_ENABLE= language-detection LANGUAGE_DETECTION_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell .include Index: head/textproc/link-grammar/Makefile =================================================================== --- head/textproc/link-grammar/Makefile (revision 360657) +++ head/textproc/link-grammar/Makefile (revision 360658) @@ -1,41 +1,41 @@ # $FreeBSD$ PORTNAME= link-grammar PORTVERSION= 4.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Grammar checking library -LIB_DEPENDS= libpspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell OPTIONS_DEFINE= DOCS USES= dos2unix gmake libtool pathfix USE_LDCONFIG= yes USE_CSTD= gnu99 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pthreads \ --disable-java-bindings \ --disable-hunspell \ --enable-aspell MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip DOCS= AUTHORS LICENSE MAINTAINERS README post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ ${WRKSRC}/configure ${WRKSRC}/${PORTNAME}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/textproc/p5-Text-Aspell/Makefile =================================================================== --- head/textproc/p5-Text-Aspell/Makefile (revision 360657) +++ head/textproc/p5-Text-Aspell/Makefile (revision 360658) @@ -1,21 +1,21 @@ # Created by: lars.eggert@gmx.net # $FreeBSD$ PORTNAME= Text-Aspell PORTVERSION= 0.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the GNU Aspell library LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell USES= perl5 USE_PERL5= configure CONFIGURE_ARGS+=INC=-I${LOCALBASE}/include \ "LIBS=-L${LOCALBASE}/lib -laspell" .include Index: head/textproc/php5-pspell/Makefile =================================================================== --- head/textproc/php5-pspell/Makefile (revision 360657) +++ head/textproc/php5-pspell/Makefile (revision 360658) @@ -1,10 +1,11 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -pspell .include "${MASTERDIR}/Makefile" Index: head/textproc/php53-pspell/Makefile =================================================================== --- head/textproc/php53-pspell/Makefile (revision 360657) +++ head/textproc/php53-pspell/Makefile (revision 360658) @@ -1,9 +1,10 @@ # $FreeBSD$ +PORTREVISION= 3 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -pspell .include "${MASTERDIR}/Makefile" Index: head/textproc/php55-pspell/Makefile =================================================================== --- head/textproc/php55-pspell/Makefile (revision 360657) +++ head/textproc/php55-pspell/Makefile (revision 360658) @@ -1,10 +1,11 @@ # Created by: Alex Dupre # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -pspell .include "${MASTERDIR}/Makefile" Index: head/www/bluefish-devel/Makefile =================================================================== --- head/www/bluefish-devel/Makefile (revision 360657) +++ head/www/bluefish-devel/Makefile (revision 360658) @@ -1,89 +1,89 @@ # Created by: Sylvio Cesar Teixeira # $FreeBSD$ PORTNAME= bluefish PORTVERSION= 1.3.7 PORTREVISION= 5 CATEGORIES= www editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION} PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-unstable-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Development release of port bluefish -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ - aspell.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ + libaspell.so:${PORTSDIR}/textproc/aspell IGNORE= the devel release are currently suspended, install www/bluefish, new release is 2.0 INSTALLS_ICONS= yes DATADIR= share/${PORTNAME}-unstable USES= gmake tar:bzip2 USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils WANT_GNOME= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ --without-gnome2_4-mime \ --without-gnome2_4-appreg \ --with-icon-path=${PREFIX}/share/pixmaps NO_STAGE= yes OPTIONS_DEFINE= NLS .include .if !defined(WITHOUT_WEBLINT) RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint .endif .if defined(WITH_TIDY) RUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy .endif # Turns debugging output on .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debugging-output .endif .if defined(WITHOUT_SPLASH) CONFIGURE_ARGS+= --disable-splash-screen .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif MAN1= bluefish-unstable.1 .include .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Bluefish has the following tunable option(s):" @${ECHO_MSG} " WITH_DEBUG for debug support" @${ECHO_MSG} " WITHOUT_WEBLINT disable the weblint syntax and style checker" @${ECHO_MSG} " WITH_TIDY for the tidy html cleanup program" @${ECHO_MSG} " WITHOUT_SPLASH disable the splash screen" @${ECHO_MSG} "" @${ECHO_MSG} "For Highlighting to work, please enable UTF-8 support in devel/pcre." @${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish." @${ECHO_MSG} "" pre-install: @${MKDIR} ${PREFIX}/share/mime .include Index: head/x11-toolkits/gnustep-gui/Makefile =================================================================== --- head/x11-toolkits/gnustep-gui/Makefile (revision 360657) +++ head/x11-toolkits/gnustep-gui/Makefile (revision 360658) @@ -1,74 +1,75 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= gnustep-gui PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core MAINTAINER= theraven@FreeBSD.org COMMENT= GNUstep GUI library LICENSE_COMB= multi LICENSE= GPLv3 LGPL3 OPTIONS_DEFINE= DOCS CUPS ASPELL OPTIONS_DEFAULT= CUPS OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ texi2pdf:${PORTSDIR}/print/texinfo LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png LIB_DEPENDS+= libgif.so:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib USES= pkgconfig USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} USE_XORG= x11 xt EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.patch EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.speech.patch EXTRA_PATCHES+= ${FILESDIR}/AudioOutputSink.m.patch MAKE_FLAGS+= OPTFLAG="${CFLAGS}" MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM BREAKS_IF_PEDANTIC= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include/libpng15 CUPS_CONFIGURE_ENABLE= cups CUPS_LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_ENABLE= aspell post-patch: ${REINPLACE_CMD} -e "s|libpng/png.h|png.h|" ${WRKSRC}/configure ${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile pre-configure: .for file in config.guess config.sub install-sh @${CP} ${GNUSTEP_PREFIX}/System/Library/Makefiles/${file} ${WRKSRC} .endfor .include