Index: head/audio/beast/Makefile =================================================================== --- head/audio/beast/Makefile (revision 366776) +++ head/audio/beast/Makefile (revision 366777) @@ -1,74 +1,74 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= beast PORTVERSION= 0.7.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://dist.testbit.eu/beast/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Powerful music composition and modular synthesis application LICENSE= LGPL21 LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ libmad.so:${PORTSDIR}/audio/libmad \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libguile.so:${PORTSDIR}/lang/guile RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE= DEBUG OPTIONS_DEFINE_i386= SSE USES= tar:bzip2 desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-info libtool USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --enable-osspcm=/dev/dsp \ --enable-ossmidi=/dev/midi USE_LDCONFIG= yes CXXFLAGS+= -fpermissive CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" DEBUG_CONFIGURE_ENABLE= debug .include .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc: array bound is not an integer constant .endif .if ${PORT_OPTIONS:MSSE} || ${ARCH} == "amd64" PLIST_SUB+= SSE="" SSE_FLAGS= -mmmx -msse .else PLIST_SUB+= SSE="@comment " SSE_FLAGS= # none .endif post-patch: @${REINPLACE_CMD} -e \ '/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \ s|-mmmx -msse \(-ftree-vectorize\)|${SSE_FLAGS} \1| ; \ s|\(if test 0\) ==|\1 -eq| ; \ s|\(bseladspapath=\)$${|\1\\\$${| ; \ s|\(LDFLAGS=\)""|\1"$$LDFLAGS"|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|/bin/bash|${SH}|' ${WRKSRC}/mkrelease.sh @${REINPLACE_CMD} -e \ 's|BIRNET_.*_UINT == 0|1|' ${WRKSRC}/birnet/birnetcdefs.h @${REINPLACE_CMD} -e \ 's|; q|;| ; \ s|-o \(pipefail\)|\1|' ${WRKSRC}/docs/Makefile.in @${REINPLACE_CMD} -e \ 's|-DG_DISABLE_DEPRECATED||' ${WRKSRC}/bse/Makefile.am \ ${WRKSRC}/bse/Makefile.in .include Index: head/audio/denemo/Makefile =================================================================== --- head/audio/denemo/Makefile (revision 366776) +++ head/audio/denemo/Makefile (revision 366777) @@ -1,93 +1,94 @@ # Created by: trevor # $FreeBSD$ PORTNAME= denemo PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNU MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphical score editor LICENSE= GPLv3 BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \ libjack.so:${PORTSDIR}/audio/jack \ libsmf.so:${PORTSDIR}/audio/libsmf \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ librubberband.so:${PORTSDIR}/audio/rubberband \ libguile.so:${PORTSDIR}/lang/guile \ libfftw3.so:${PORTSDIR}/math/fftw3 RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 \ xdg-open:${PORTSDIR}/devel/xdg-utils USES= bison gettext gmake pkgconfig USE_GNOME= librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-jack \ --disable-portmidi \ --sysconfdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include/portaudio2 \ -I${LOCALBASE}/include LDFLAGS+= ${LOCALBASE}/lib/portaudio2/libportaudio.so \ -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS EXAMPLES GTK3 LILYPOND LILYPOND_DESC= Install LilyPond (Printing) LILYPOND_RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond .include .if ${PORT_OPTIONS:MGTK3} USE_GNOME+= gtk30 gtksourceview3 CONFIGURE_ARGS+=--disable-evince .else LIB_DEPENDS+= libevview.so:${PORTSDIR}/graphics/evince USE_GNOME+= gtk20 gtksourceview2 CONFIGURE_ARGS+=--enable-gtk2 .endif post-patch: @${REINPLACE_CMD} -e \ '/^CFLAGS=/s|_LIBS|_CFLAGS| ; \ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/ docs /d ; \ /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|"firefox"|"xdg-open"|' ${WRKSRC}/src/core/prefops.c post-install: @${MKDIR} ${STAGEDIR}${DATADIR} .for i in actions templates @(cd ${WRKSRC} && ${TAR} --exclude "*Makefile*" -cf - ${i}) | \ (cd ${STAGEDIR}${DATADIR} && ${TAR} --unlink -xf -) @${FIND} ${STAGEDIR}${DATADIR}/${i} -print0 | \ ${XARGS} -0 ${CHOWN} ${SHAREOWN}:${SHAREGRP} @${FIND} ${STAGEDIR}${DATADIR}/${i} -type d -print0 | \ ${XARGS} -0 ${CHMOD} a+rx @${FIND} ${STAGEDIR}${DATADIR}/${i} -type f -print0 | \ ${XARGS} -0 ${CHMOD} ${SHAREMODE} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog NEWS (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor .for i in DESIGN DESIGN.lilypond GOALS TODO (cd ${WRKSRC}/docs && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual (cd ${WRKSRC}/docs && ${INSTALL_DATA} *.html \ ${STAGEDIR}${DOCSDIR}/manual) @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual/images (cd ${WRKSRC}/docs/images && ${INSTALL_DATA} *.png \ ${STAGEDIR}${DOCSDIR}/manual/images) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.denemo \ ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/audio/glame/Makefile =================================================================== --- head/audio/glame/Makefile (revision 366776) +++ head/audio/glame/Makefile (revision 366777) @@ -1,39 +1,39 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= glame PORTVERSION= 2.0.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= audio gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Powerful, fast, stable, and easily extensible sound editor for GNOME BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ libmad.so:${PORTSDIR}/audio/libmad \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libguile.so:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" USES= gettext gmake pathfix pkgconfig libtool makeinfo USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 INSTALL_TARGET= install-strip INFO= glame glame-dev CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lltdl post-extract: @cd ${WRKSRC}/doc && ${RM} -f *.info* post-patch: @${REINPLACE_CMD} -e 's| libltdl|| ; s|,$$LIBLTDL,|,,| ; \ s|,$$LTDLINCL,|,,| ; s|,$$LTLIBOBJS,|,,|' ${WRKSRC}/configure .include Index: head/cad/geda/Makefile =================================================================== --- head/cad/geda/Makefile (revision 366776) +++ head/cad/geda/Makefile (revision 366777) @@ -1,61 +1,61 @@ # Created by: Vanilla I. Shu # $FreeBSD$ PORTNAME= geda PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R}/${PORTVERSION} DISTNAME= ${PORTNAME}-gaf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GPL Electronic Design Automation tools LICENSE= GPLv2 # (or later) LIB_DEPENDS= libstroke.so:${PORTSDIR}/devel/libstroke \ libguile.so:${PORTSDIR}/lang/guile RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ pkgconfig python:run shared-mime-info shebangfix SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ utils/gxyrs/*.pl utils/scripts/* \ utils/docs/*.dox gattrib/docs/*.dox \ gschem/docs/*.dox gsymcheck/docs/*.dox \ gnetlist/docs/*.dox USE_GNOME= gtk20 USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-gaf DATADIR= ${PREFIX}/share/gEDA INFO= geda-scheme CONFLICTS= geda-docs-[0-9]* geda-examples-[0-9]* geda-gattrib-[0-9]* \ geda-gschem-[0-9]* geda-netlist-[0-9]* geda-symbols-[0-9]* \ geda-symcheck-[0-9]* geda-utils-[0-9]* libgeda-[0-9]* PORTSCOUT= limitw:1,even OPTIONS_DEFINE= DOCS post-patch: .for dir in gattrib gschem libgeda @${REINPLACE_CMD} -e \ '/-x/s|INSTALL_DATA|INSTALL|' ${WRKSRC}/${dir}/data/Makefile.in .endfor @${REINPLACE_CMD} -e \ '/OS_LINUX=/s|no|yes|' ${WRKSRC}/configure .include Index: head/cad/geda-gattrib/Makefile =================================================================== --- head/cad/geda-gattrib/Makefile (revision 366776) +++ head/cad/geda-gattrib/Makefile (revision 366777) @@ -1,52 +1,52 @@ # Created by: Stanislav Sedov # $FreeBSD$ PORTNAME= gattrib PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ http://geda.seul.org/release/v1.4/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's attribute editor RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 glib20 INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \ --disable-update-desktop-database CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|>n_bytes|>x_n_bytes|g' \ -e 's|>text_size|>x_text_size|g' \ ${WRKSRC}/src/gtkitementry_2_2.c .include Index: head/cad/geda-gschem/Makefile =================================================================== --- head/cad/geda-gschem/Makefile (revision 366776) +++ head/cad/geda-gschem/Makefile (revision 366777) @@ -1,50 +1,50 @@ # Created by: bruno schwander # $FreeBSD$ PORTNAME= gschem PORTVERSION= 1.4.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ http://geda.seul.org/release/v1.4/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's electronic schematic capture tool RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-gdgeda --with-docdir=${DOCSDIR} \ --disable-update-mime-database \ --disable-update-desktop-database CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure .include Index: head/cad/geda-netlist/Makefile =================================================================== --- head/cad/geda-netlist/Makefile (revision 366776) +++ head/cad/geda-netlist/Makefile (revision 366777) @@ -1,36 +1,36 @@ # Created by: bruno schwander # $FreeBSD$ PORTNAME= netlist PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ http://geda.seul.org/release/v1.4/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}g${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's netlister LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 USES= pkgconfig shebangfix SHEBANG_FILES= scripts/sch2eaglepos.sh CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure .include Index: head/cad/geda-symcheck/Makefile =================================================================== --- head/cad/geda-symcheck/Makefile (revision 366776) +++ head/cad/geda-symcheck/Makefile (revision 366777) @@ -1,35 +1,35 @@ # Created by: bruno schwander # $FreeBSD$ PORTNAME= symcheck PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ http://geda.seul.org/release/v1.4/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}g${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's symbol checking utility RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes USES= pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure .include Index: head/cad/geda-utils/Makefile =================================================================== --- head/cad/geda-utils/Makefile (revision 366776) +++ head/cad/geda-utils/Makefile (revision 366777) @@ -1,44 +1,44 @@ # Created by: bruno schwander # $FreeBSD$ PORTNAME= utils PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ http://geda.seul.org/release/v1.4/${PORTVERSION}/ PKGNAMEPREFIX= geda- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's utilities RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda USES= gmake perl5 pkgconfig shebangfix SHEBANG_FILES= scripts/gnet_hier_verilog.sh GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_PERL5= run USE_PYTHON_RUN= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure @${REINPLACE_CMD} -E \ -e "s,^(#!)/usr/bin/perl,\1${PERL}," \ -e "s,^(#!)/usr/bin/python,\1${PYTHON_CMD}," \ ${WRKSRC}/scripts/* .include Index: head/cad/libgeda/Makefile =================================================================== --- head/cad/libgeda/Makefile (revision 366776) +++ head/cad/libgeda/Makefile (revision 366777) @@ -1,44 +1,44 @@ # Created by: bruno schwander # $FreeBSD$ PORTNAME= libgeda PORTVERSION= 1.4.3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ http://geda.seul.org/release/v1.4/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's tools base utility library LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= gmake libtool pathfix pkgconfig shared-mime-info USE_GNOME= gtk20 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-update-mime-database \ --disable-update-desktop-database CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ ${WRKSRC}/configure .include Index: head/deskutils/gnotime/Makefile =================================================================== --- head/deskutils/gnotime/Makefile (revision 366776) +++ head/deskutils/gnotime/Makefile (revision 366777) @@ -1,81 +1,81 @@ # Created by: Martin Klaffenboeck # $FreeBSD$ PORTNAME= gnotime PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ SF/qof/qof/${QOF_VERSION}:qof DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ ${QOF_DISTNAME}${EXTRACT_SUFX}:qof MAINTAINER= ports@FreeBSD.org COMMENT= Time tracker for gnome2 LICENSE= GPLv2 # (or later) LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USES= gettext gmake libtool pathfix pkgconfig USE_XORG= xscrnsaver USE_GNOME= gnomeprefix gtkhtml3 intlhack libgnomeui USE_AUTOTOOLS= libtoolize libltdl GNU_CONFIGURE= yes LIBTOOLFILES= configure ../${QOF_DISTNAME}/configure CONFIGURE_ENV= GUILE_CFLAGS="$$(guile-config compile)" \ GUILE_LIBS="$$(guile-config link)" \ LIBQOF_CFLAGS="${LIBQOF_CFLAGS}" \ LIBQOF_LIBS="${LIBQOF_LIBS}" CONFIGURE_ARGS= --disable-silent-rules INSTALL_TARGET= install-strip USE_LDCONFIG= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnotime.schemas QOF_VERSION= 0.7.5 QOF_DISTNAME= qof-${QOF_VERSION} QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME} LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof post-patch: @${REINPLACE_CMD} -e \ '/^install-data-am/s|install-data-local||' \ ${WRKSRC}/gconf/Makefile.in @${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g||' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e \ '/CFLAGS=/s|-g2||' ${QOF_WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|__isleap|qof_date_isleap|' ${QOF_WRKSRC}/qof/qofdate.c @${REINPLACE_CMD} -e \ 's|^inline|static inline|' ${QOF_WRKSRC}/qof/qofmath128.h @${FIND} ${QOF_WRKSRC} -name "Makefile.in" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g|| ; \ s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' pre-configure: @(cd ${QOF_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ./configure --prefix=${PREFIX} --disable-error-on-warning \ --disable-sqlite --disable-gdasql) pre-build: (cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) ${FIND} ${QOF_WRKSRC} -type f -name '*.la' | \ ${XARGS} ${GREP} -l 'libtool library' | ${XARGS} ${RM} pre-install: (cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include Index: head/devel/autogen/Makefile =================================================================== --- head/devel/autogen/Makefile (revision 366776) +++ head/devel/autogen/Makefile (revision 366777) @@ -1,27 +1,27 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= autogen PORTVERSION= 5.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME}/rel${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu MAINTAINER= clsung@FreeBSD.org COMMENT= The Automated Program Generator BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USES= gmake libtool pathfix shebangfix tar:bzip2 USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes --datadir=${PREFIX}/share USE_LDCONFIG= yes SHEBANG_FILES= autoopts/tpl/*.pl INFO= autogen .include Index: head/devel/libmatheval/Makefile =================================================================== --- head/devel/libmatheval/Makefile (revision 366776) +++ head/devel/libmatheval/Makefile (revision 366777) @@ -1,30 +1,30 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= libmatheval PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= Library to evaluate mathematical functions BUILD_DEPENDS= flex>=2.5.39_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes USES= libtool makeinfo pathfix INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= libmatheval post-patch: ${RM} ${WRKSRC}/doc/libmatheval.info .include Index: head/devel/libruin/Makefile =================================================================== --- head/devel/libruin/Makefile (revision 366776) +++ head/devel/libruin/Makefile (revision 366777) @@ -1,22 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libruin PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel scheme MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Renderer for User Interfaces in Ncurses BUILD_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:${PORTSDIR}/devel/guile-lib RUN_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:${PORTSDIR}/devel/guile-lib GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= libruin .include Index: head/editors/texmacs/Makefile =================================================================== --- head/editors/texmacs/Makefile (revision 366776) +++ head/editors/texmacs/Makefile (revision 366777) @@ -1,69 +1,69 @@ # Created by: Geoffrey Mainland # $FreeBSD$ PORTNAME= texmacs PORTVERSION= 1.0.7.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors print MASTER_SITES= ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \ http://www.predatorlabs.net/dl/ DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG scientific text editor LICENSE= GPLv3 LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USES= gmake shared-mime-info desktop-file-utils python shebangfix USE_TEX= tex GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-optimize="${CXXFLAGS}" MAKE_ARGS= CP="${CP} -R -f" ALL_TARGET= ${PORTNAME:tu} INSTALL_ICONS= yes SHEBANG_FILES= plugins/asymptote/bin/tm_asy2 \ plugins/feynmf/bin/bbox_add.pl \ plugins/asymptote/bin/perl-tm_asy DATADIR= ${PREFIX}/share/TeXmacs OPTIONS_DEFINE= FREETYPE GHOSTSCRIPT ICONV IMLIB2 PDF QT4 OPTIONS_DEFAULT=FREETYPE GHOSTSCRIPT ICONV IMLIB2 QT4 PDF_DESC= Experimental PDF renderer FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 FREETYPE_CONFIGURE_WITH=freetype=linked GHOSTSCRIPT_USE= GHOSTSCRIPT=yes GHOSTSCRIPT_CONFIGURE_WITH= gs=yes ICONV_USES= iconv ICONV_CONFIGURE_WITH= iconv IMLIB2_USE= EFL=imlib2 IMLIB2_CONFIGURE_ON= --with-imlib2 IMLIB2_CONFIGURE_OFF= --without-imlib PDF_CONFIGURE_ON= --enable-pdf-renderer QT4_USE= QT4=gui,moc_build,qmake_build,rcc,uic_build QT4_CONFIGURE_ON= --with-qt --enable-qtpipes QT4_CONFIGURE_OFF= --disable-qt post-patch: @${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|#!/bin/bash|#!/bin/sh|g' @${FIND} ${WRKSRC} -name \*.bak -delete @${FIND} ${WRKSRC} -name \*.DS_Store -delete @${REINPLACE_CMD} -e 's|ICONV_LDFLAGS/-liconv|ICONV_LDFLAGS|' \ ${WRKSRC}/configure @ #fix for namespace clash with Qt3 @${REINPLACE_CMD} -e 's|qdrawutil.h|qt4/Qt/qdrawutil.h|' \ ${WRKSRC}/src/Plugins/Qt/QTMStyle.cpp .include Index: head/games/gnome-games/Makefile =================================================================== --- head/games/gnome-games/Makefile (revision 366776) +++ head/games/gnome-games/Makefile (revision 366777) @@ -1,85 +1,85 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/games/gnome-games/Makefile,v 1.240 2012/09/01 23:02:09 mezz Exp $ PORTNAME= gnome-games PORTVERSION= 2.32.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Game applications package for the GNOME 2 Desktop Environment BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \ libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter RUN_DEPENDS= seed:${PORTSDIR}/devel/seed CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]* USE_PYTHON= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GL= gl USES= desktop-file-utils pathfix gettext gmake pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack librsvg2 pygnomedesktop gnomedocutils USE_GSTREAMER= vorbis ogg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sound=gstreamer \ --disable-tests CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= aisleriot.schemas glchess.schemas glines.schemas \ gnect.schemas gnibbles.schemas gnobots2.schemas \ gnome-sudoku.schemas gnomine.schemas gnotravex.schemas \ gnotski.schemas gtali.schemas iagno.schemas lightsoff.schemas \ mahjongg.schemas quadrapassel.schemas swell-foop.schemas SCOREFILES= glines.Large glines.Medium glines.Small gnibbles.1.0 \ gnibbles.1.1 gnibbles.2.0 gnibbles.2.1 gnibbles.3.0 gnibbles.3.1 \ gnibbles.4.0 gnibbles.4.1 gnobots2.classic_robots-safe \ gnobots2.classic_robots-super-safe gnobots2.classic_robots \ gnobots2.nightmare-safe gnobots2.nightmare-super-safe \ gnobots2.nightmare gnobots2.robots2-safe gnobots2.robots2-super-safe \ gnobots2.robots2 gnobots2.robots2_easy-safe \ gnobots2.robots2_easy-super-safe gnobots2.robots2_easy \ gnobots2.robots_with_safe_teleport-safe \ gnobots2.robots_with_safe_teleport-super-safe \ gnobots2.robots_with_safe_teleport gnomine.Custom \ gnomine.Large gnomine.Medium gnomine.Small gnotravex.2x2 \ gnotravex.3x3 gnotravex.4x4 gnotravex.5x5 gnotravex.6x6 gnotski.1 \ gnotski.10 gnotski.11 gnotski.12 gnotski.13 gnotski.14 gnotski.15 \ gnotski.16 gnotski.17 gnotski.18 gnotski.19 gnotski.2 gnotski.20 \ gnotski.21 gnotski.22 gnotski.23 gnotski.24 gnotski.25 gnotski.26 \ gnotski.27 gnotski.28 gnotski.29 gnotski.3 gnotski.30 gnotski.31 \ gnotski.32 gnotski.33 gnotski.34 gnotski.35 gnotski.36 gnotski.37 \ gnotski.4 gnotski.5 gnotski.6 gnotski.7 gnotski.8 gnotski.9 \ gtali.Colors gtali.Regular mahjongg.bridges mahjongg.cloud \ mahjongg.confounding mahjongg.difficult mahjongg.dragon mahjongg.easy \ mahjongg.pyramid mahjongg.tictactoe mahjongg.ziggurat quadrapassel .include .if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \ ${WRKSRC}/glchess/src/lib/defaults.py.in @${REINPLACE_CMD} -e 's|strip-prefix=games|strip-prefix=Games|' \ ${WRKSRC}/libgames-support/Makefile.in post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/ggz/gnome-games .for i in ${SCOREFILES} ${MV} ${STAGEDIR}${PREFIX}/share/games/${i}.scores \ ${STAGEDIR}${PREFIX}/share/games/${i}.scores.sample .endfor .include Index: head/games/gnurobots/Makefile =================================================================== --- head/games/gnurobots/Makefile (revision 366776) +++ head/games/gnurobots/Makefile (revision 366777) @@ -1,57 +1,57 @@ # Created by: Aaron VonderHaar # $FreeBSD$ PORTNAME= gnurobots PORTVERSION= 1.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= GNU \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= games@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world LICENSE= GPLv3 LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USES= pkgconfig readline USE_GNOME= vte GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -w LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} PORTDOCS= * DOCSRCDIR1= ${WRKSRC} DOC_FILES1= AUTHORS ChangeLog NEWS README THANKS DOCSRCDIR2= ${WRKSRC}/doc DOCSDIR2= ${DOCSDIR}/doc DOC_FILES2= Robots-HOWTO contrib OPTIONS_DEFINE= DOCS SUB_FILES= pkg-install pkg-message DESKTOP_ENTRIES="GNU Robots" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|#include ||g' ${WRKSRC}/src/ui-cmdwin.c @${REINPLACE_CMD} -E 's,(readline.h|history.h),readline/\1,' ${WRKSRC}/src/ui-cmdwin.c post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} .include Index: head/games/trackballs/Makefile =================================================================== --- head/games/trackballs/Makefile (revision 366776) +++ head/games/trackballs/Makefile (revision 366777) @@ -1,50 +1,50 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/music/1.4/:music DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-music-1.4.tar.bz2:music MAINTAINER= martymac@FreeBSD.org COMMENT= SDL-based Marble Madness clone LICENSE= GPLv2 LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GL= gl USE_SDL= image mixer sdl ttf USES= gmake gettext desktop-file-utils GNU_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_ARGS= mkinstalldirs="${MKDIR}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= MUSIC NLS OPTIONS_DEFAULT= MUSIC NLS OPTIONS_SUB= yes MUSIC_DESC= Install additional music NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include post-patch: @${REINPLACE_CMD} -e 's|install -D|$$(INSTALL)|' \ ${WRKSRC}/share/Makefile.in post-install: .if ${PORT_OPTIONS:MMUSIC} ${INSTALL_DATA} ${WRKDIR}/trackballs-music/*.ogg ${STAGEDIR}${DATADIR}/music/ .endif ${INSTALL_DATA} ${WRKSRC}/share/icons/${PORTNAME}-48x48.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Index: head/graphics/graphviz/Makefile =================================================================== --- head/graphics/graphviz/Makefile (revision 366776) +++ head/graphics/graphviz/Makefile (revision 366777) @@ -1,355 +1,355 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= graphviz PORTVERSION= 2.38.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libgd.so:${PORTSDIR}/${GD_PORT} USES= gmake bison libtool:oldver pkgconfig pathfix shebangfix USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB= PORTVERSION="${PORTVERSION}" MAKE_ENV= EXPR_COMPAT=yes SHEBANG_LANG= tcl tcl_OLD_CMD= /usr/bin/tclsh tcl_CMD= ${TCLSH} FIX_INCLUDE= ast_common.h \ lib/cdt/dthdr.h \ lib/pathplan/tri.h lib/pathplan/pathplan.h \ lib/pathplan/pathutil.h lib/pathplan/solvers.h \ lib/pathplan/vis.h lib/pathplan/vispath.h \ lib/common/arith.h lib/common/logic.h \ lib/common/globals.h \ lib/gvc/gvcint.h PATCH_TCL_SCRIPTS= tclpkg/gv/Makefile.in tclpkg/tcldot/demo/doted.tcl \ tclpkg/tclpathplan/demo/pathplan.tcl \ tclpkg/tkspline/demo/spline.tcl PATCH_TK_SCRIPTS= ${PATCH_TCL_SCRIPTS} PDOCS_TXT= doc/Dot.ref doc/latex_suggestions.txt PDOCS_PDF= doc/*.pdf */*/*.pdf PDOCS_HTML= doc/*.html doc/info/*.gif USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO LIBRSVG2 POPPLER \ ANN GTS GTK2 GDK GDK_PIXBUF GNOMEUI SMYRNA GVEDIT MING DEVIL \ GHOSTSCRIPT PERL PHP PYTHON RUBY LUA TCL TK GUILE NVTHREADS \ DOCS EXAMPLES OPTIONS_DEFAULT= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO NO_OPTIONS_SORT=yes OPTIONS_SUB= yes DIGCOLA_DESC= neato layout engine wiwth DIGCOLA features IPSEPCOLA_DESC= neato layout engine wiwth IPSEPCOLA features PANGOCAIRO_DESC=pangocairo support ANN_DESC= ANN edge bundling support GTS_DESC= GNU Triangulated Surface Library support GTK2_DESC= gtk2 plugin (requires PANGOCAIRO) GDK_DESC= gdk library support (requires GTK2) GDK_PIXBUF_DESC=gdk pixbuf support (requires GDK) GNOMEUI_DESC= libgnomeui support SMYRNA_DESC= SMYRNA graph viewer (requires GTK2) GVEDIT_DESC= gvedit (requires qt) MING_DESC= ming plugin DEVIL_DESC= devil plugin GHOSTSCRIPT_DESC=ghostscript plugin (requires PANGOCAIRO) PERL_DESC= Perl bindings (swig) PHP_DESC= PHP bindings (swig) PYTHON_DESC= Python bindings (swig) RUBY_DESC= Ruby bindings (swig) LUA_DESC= Lua bindings (swig) TCL_DESC= TCL bindings (swig) GUILE_DESC= Guile bindings (swig) TK_DESC= TK toolkit support NVTHREADS_DESC= Link with threads (needed for nvidia) XPM_USE= XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp,xp ICONV_USES= iconv NLS_USES= gettext PANGOCAIRO_USE= GNOME=pango XORG=xrender,x11,xau,xdmcp LIBRSVG2_USE= GNOME=librsvg2 GL=gl,glu,glut GTK2_USE= XORG=sm,ice,xext,xinerama,xi,xrandr,xcursor,xfixes GNOME=gtk20 GNOMEUI_USE= GNOME=libgnomeui SMYRNA_USE= GNOME=libglade2 GVEDIT_USE= qt4=qmake_build,moc_build,rcc_build,uic_build \ qt4=linguist_build,corelib,gui GHOSTSCRIPT_USE=GHOSTSCRIPT=yes PERL_USES= perl5 PHP_USE= PHP=yes PHP_BUILD=yes PYTHON_USE= PYTHON_BUILD=2.7 RUBY_USE= RUBY=yes LUA_USES= lua TCL_USES= tcl:build TK_USES= tk:build POPPLER_LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib ANN_LIB_DEPENDS= libann.so:${PORTSDIR}/math/ann GTS_LIB_DEPENDS= libgts.so:${PORTSDIR}/graphics/gts SMYRNA_LIB_DEPENDS= libgtkgl-2.0.so:${PORTSDIR}/x11-toolkits/gtkglarea2 \ libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming DEVIL_LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile XPM_CONFIGURE_WITH= x DIGCOLA_CONFIGURE_WITH= digcola IPSEPCOLA_CONFIGURE_WITH= ipsepcola NLS_CONFIGURE_ENABLE= nls PANGOCAIRO_CONFIGURE_WITH= pangocairo LIBRSVG2_CONFIGURE_WITH= rsvg POPPLER_CONFIGURE_WITH= poppler ANN_CONFIGURE_WITH= ann ANN_CONFIGURE_ENV= ANN_CFLAGS=-I${LOCALBASE}/include ANN_LIBS=-lann GTS_CONFIGURE_WITH= gts GTK2_CONFIGURE_WITH= gtk GDK_CONFIGURE_WITH= gdk GDK_PIXBUF_CONFIGURE_WITH= gdk-pixbuf GNOMEUI_CONFIGURE_WITH= gnomeui SMYRNA_CONFIGURE_WITH= smyrna glade gtkgl gtkglext GVEDIT_CONFIGURE_ON= --with-gvedit=yes GVEDIT_CONFIGURE_OFF= --with-qt=no MING_CONFIGURE_WITH= ming DEVIL_CONFIGURE_WITH= devil GHOSTSCRIPT_CONFIGURE_OFF= --with-ghostscript=no PERL_CONFIGURE_ENABLE= perl PHP_CONFIGURE_ENABLE= php PHP_CPPFLAGS= -I${LOCALBASE}/include/php/Zend PYTHON_CONFIGURE_ENABLE= python PYTHON_LDFLAGS= "-L${PYTHON_LIBDIR}" RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" LUA_CONFIGURE_ENABLE= lua LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} -lm LUA_CONFIGURE_ENV= LUA="${LUA_BINDIR}/lua" \ LUA_INSTALL_DIR=${PREFIX}/lib/lua/${LUA_VER} TCL_CONFIGURE_ENABLE= tcl TCL_CPPFLAGS= -I${TK_INCLUDEDIR} TCL_CONFIGURE_ON= --with-tclsh=${TCLSH} --enable-tcl=yes TCL_CONFIGURE_ENV= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh" TK_CPPFLAGS= -I${TK_INCLUDEDIR} TK_CONFIGURE_ON= --with-wish=${WISH} TK_CONFIGURE_ENV= TKCONFIG="${TK_LIBDIR}/tkConfig.sh" GUILE_CONFIGURE_ENABLE= guile NVTHREADS_CFLAGS+= ${PTHREAD_CFLAGS} NVTHREADS_LDFLAGS+= ${PTHREAD_LIBS} .include # allow the use localized gd ports in Makefile.local or slave ports. GD_PORT?= graphics/gd CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ --enable-dependency-tracking \ --enable-r=no \ --with-freetype2=yes \ --with-libgd \ --with-fontconfigincludedir=${LOCALBASE}/include \ --with-fontconfiglibdir=${LOCALBASE}/lib \ --disable-io --disable-ocaml --disable-java \ --disable-sharp .if ${PORT_OPTIONS:MGUILE} BROKEN= guile is too old .endif .if ${PORT_OPTIONS:MMING} BROKEN= Ming incomplete, uses removed libgraph .endif .if ${PORT_OPTIONS:MRUBY} BROKEN= illegal macro in libdata/pkgconfig/ruby-1.9.pc .endif .if ${OSVERSION} > 1100000 .if ${PORT_OPTIONS:MPHP} BROKEN= code generated by swig fails to compile .endif .endif .if ${PORT_OPTIONS:MTK} .if empty(PORT_OPTIONS:MTCL) IGNORE= option TCL is required for option TK .endif # USES=tk:build is BROKEN: Does not allow to set both tcl and tk depedencies BUILD_DEPENDS+= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${_TCLTK_WANTED_VERSION} .endif .if ${PORT_OPTIONS:MTCL} PLIST_SUB+= TCL_VER="${TCL_VER}" .endif .if ${PORT_OPTIONS:MICONV} CONFIGURE_ARGS+= --with-iconvlibdir=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-iconvincludedir=${LOCALBASE}/include .else CONFIGURE_ARGS+= --without-libiconv-prefix .endif .if ${PORT_OPTIONS:MLIBRSVG2} .if empty(PORT_OPTIONS:MPANGOCAIRO) IGNORE= option PANGOCAIRO is required for option LIBRVG2 .endif .endif .if ${PORT_OPTIONS:MGHOSTSCRIPT} .if empty(PORT_OPTIONS:MPANGOCAIRO) IGNORE= option PANGOCAIRO is required for option GHOSTSCRIPT .endif .endif .if ${PORT_OPTIONS:MGTK2} .if empty(PORT_OPTIONS:MPANGOCAIRO) IGNORE= option PANGOCAIRO is required for option GTK2 .endif .else .if ${PORT_OPTIONS:MGNOMEUI} IGNORE= option GTK2 is required for option GNOMEUI .endif .endif .if ${PORT_OPTIONS:MGDK_PIXBUF} .if empty(PORT_OPTIONS:MGTK2) IGNORE= option GTK2 is required for option GDK_PIXBUF .endif .if empty(PORT_OPTIONS:MGDK) IGNORE= option GDK is required for option GDK_PIXBUF .endif .endif .if ${PORT_OPTIONS:MSMYRNA} .if empty(PORT_OPTIONS:MGTK2) IGNORE= option GTK2 is required for option SMYRNA .endif .if empty(PORT_OPTIONS:MGTS) IGNORE= option GTS is required for option SMYRNA .endif .endif .if ${PORT_OPTIONS:MIPSEPCOLA} .if empty(PORT_OPTIONS:MDIGCOLA) IGNORE= option WITH_DIGCOLA is required for option WITH_IPSEPCOLA .endif .endif .if ${PORT_OPTIONS:MPERL} || ${PORT_OPTIONS:MPHP} || ${PORT_OPTIONS:MPYTHON} || \ ${PORT_OPTIONS:MRUBY} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MTCL} || \ ${PORT_OPTIONS:MGUILE} BUILD_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 RUN_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 CONFIGURE_ARGS+= --enable-swig CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig2.0" .else CONFIGURE_ARGS+= --disable-swig CONFIGURE_ENV+= SWIG="/nonexistent" .endif .if ${PORT_OPTIONS:MPHP} SHEBANG_FILES+= tclpkg/gv/demo/modgraph.php .endif .if ${PORT_OPTIONS:MRUBY} SHEBANG_FILES+= tclpkg/gv/demo/modgraph.rb .endif .if ${PORT_OPTIONS:MLUA} SHEBANG_FILES+= tclpkg/gv/demo/modgraph.lua .endif .if ${PORT_OPTIONS:MTCL} SHEBANG_FILES+= tclpkg/gv/demo/modgraph.tcl .endif post-patch: ${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} \ -e "s|\([^:]*:.*\) install-pdfDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-htmlDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-txtDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-demoDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-demoSCRIPTS\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-pathplanexampleDATA\(.*\)|\1\2|g" \ -e 's|txtdir = $$(pkgdatadir)/doc|txtdir = ${DOCSDIR}|' \ -e 's|demodir = $$(pkgdatadir)/demo|demodir = ${EXAMPLESDIR}|'; ${REINPLACE_CMD} \ -e 's|^\.SUFFIXES: \(.*\)\.1\(.*\)|.SUFFIXES: \1 \2|' \ ${WRKSRC}/cmd/tools/Makefile.in \ ${WRKSRC}/cmd/gvpr/Makefile.in ${FIND} ${WRKSRC}/lib -name 'Makefile.in' | \ ${XARGS} ${REINPLACE_CMD} \ -e 's|pkglibdir = $$(libdir)/@PACKAGE@|pkglibdir = $$(libdir)|g' \ -e 's|libdir = @libdir@|libdir = @libdir@/@PACKAGE@|g'; ${FIND} ${WRKSRC}/lib -name '*.pc.in' | \ ${XARGS} ${REINPLACE_CMD} \ -e 's|libdir=@libdir@|libdir=@libdir@/@PACKAGE@|'; ${REINPLACE_CMD} -e "s|/usr/include/php|${LOCALBASE}/include/php|g" \ -e "s|vendorarchdir|sitearchdir|g" \ -e "s|-lruby|-lruby${RUBY_SUFFIX}|g" \ -e "s|Config::|RbConfig::|" \ -e 's|PHP_INSTALL_DIR=.*|PHP_INSTALL_DIR="${PREFIX}/lib/php/${PHP_EXT_DIR}"|' \ -e 's|PHP_INSTALL_DATADIR=.*|PHP_INSTALL_DATADIR="${PREFIX}/share/php"|' \ -e '/if test/ s| == | = |g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \ ${WRKSRC}/cmd/smyrna/tvnodes.h ${CP} ${WRKSRC}/lib/cgraph/cgraph.h ${WRKSRC}/plugin/ming/ .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's| install-txtDATA$$||' \ ${WRKSRC}/Makefile.in .endif post-install: install-ldconfig-file cd ${WRKSRC}/lib/expr && \ ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET} cd ${WRKSRC} && \ ${INSTALL_DATA} ${FIX_INCLUDE} ${STAGEDIR}${PREFIX}/include/graphviz/ .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf cd ${WRKSRC} && \ ${INSTALL_DATA} ${PDOCS_TXT} ${STAGEDIR}${DOCSDIR}/ && \ ${INSTALL_DATA} ${PDOCS_PDF} ${STAGEDIR}${DOCSDIR}/pdf/ && \ ${INSTALL_DATA} ${PDOCS_HTML} ${STAGEDIR}${DOCSDIR}/html/ .endif .if ${PORT_OPTIONS:MEXAMPLES} @${ECHO_MSG} "Installing demo data..." ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} \ ${WRKSRC}/tclpkg/gdtclft/demo/entities.tcl \ ${WRKSRC}/tclpkg/tcldot/demo/doted.tcl \ ${WRKSRC}/tclpkg/tcldot/demo/gcat.tcl \ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan.tcl \ ${WRKSRC}/tclpkg/tkspline/demo/spline.tcl \ ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} \ ${WRKSRC}/tclpkg/gdtclft/demo/entities.tcl.README \ ${WRKSRC}/tclpkg/tcldot/demo/doted.tcl.README \ ${WRKSRC}/tclpkg/tcldot/demo/gcat.tcl.README \ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan.tcl.README \ ${WRKSRC}/tclpkg/tkspline/demo/spline.tcl.README \ ${STAGEDIR}${EXAMPLESDIR}/ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/pathplan_data ${INSTALL_DATA} \ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan_data/*.dat \ ${STAGEDIR}${EXAMPLESDIR}/pathplan_data/ .endif .include Index: head/irc/bobot++/Makefile =================================================================== --- head/irc/bobot++/Makefile (revision 366776) +++ head/irc/bobot++/Makefile (revision 366777) @@ -1,59 +1,60 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= bobotpp PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= IRC bot written in C++ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual OPTIONS_DEFINE= GUILE OPTIONS_DEFAULT= GUILE GUILE_DESC= Use Guile scripts GNU_CONFIGURE= yes INFO= bobot++ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-scripting PLIST_FILES+= share/guile/site/bobotpp/bot.scm \ %%DATADIR%%/scripts/bobot-utils.scm PLIST_DIRS+= %%DATADIR%%/scripts \ %%DATADIR%% \ share/guile/site/bobotpp PLIST_DIRSTRY+= share/guile/site .else CONFIGURE_ARGS+= --disable-scripting .endif post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|std::snprintf|snprintf|g' ${WRKSRC}/source/Bot.C post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/documentation && ${INSTALL_DATA} *.html ${DOCSDIR}) .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .include Index: head/lang/gnustep-guile/Makefile =================================================================== --- head/lang/gnustep-guile/Makefile (revision 366776) +++ head/lang/gnustep-guile/Makefile (revision 366777) @@ -1,70 +1,70 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= guile PORTVERSION= 1.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs PKGNAMEPREFIX= gnustep- PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep interface to the GUILE scheme interpreter BROKEN= Does not build LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile LICENSE= GPLv2 USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} GNU_CONFIGURE= yes MAKE_FLAGS= OPTFLAG="${CFLAGS}" PLIST_SUB+= GUILE_VER="${GUILE_VER}" MAN1= greg.1 INFO= greg FIXME= Library/gg_class.m ScriptKit/Library/GuileInterpreter.m .if defined(WITHOUT_X11) NOX11_SUFFIX?= -nox11 USE_GNUSTEP_BASE= yes PLIST_SUB+= USEX11="@comment " CONFLICTS?= gnustep-guile-1.* .else USE_GNUSTEP_BACK= yes PLIST_SUB+= USEX11="" CONFLICTS?= gnustep-guile-nox11-1.* .endif NO_STAGE= yes .include GUILE_VER!= ${MAKE} -C ${PORTSDIR}/lang/guile -V GUILE_VER post-patch: ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ ${WRKSRC}/Greg/configure .for i in ${FIXME} ${REINPLACE_CMD} -e 's|scm_catch_body_t|scm_t_catch_body|' \ -e 's|scm_catch_handler_t|scm_t_catch_handler|' \ -e 's|scm_intern|scm_c_define|' \ ${WRKSRC}/${i} .endfor pre-configure: ${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h post-configure: ${MV} ${WRKSRC}/Greg/Makefile ${WRKSRC}/Greg/GNUmakefile .include Index: head/lang/guile/Makefile =================================================================== --- head/lang/guile/Makefile (revision 366776) +++ head/lang/guile/Makefile (revision 366777) @@ -1,53 +1,54 @@ # Created by: jseger@FreeBSD.org # $FreeBSD$ # $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $ PORTNAME= guile PORTVERSION= 1.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile MAINTAINER= 5u623l20@gmail.com COMMENT= GNU Ubiquitous Intelligent Language for Extension LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CONFLICTS_INSTALL= guile2-[0-9]* -USE_AUTOTOOLS= autoconf libltdl -USES= gmake makeinfo ncurses -GNU_CONFIGURE= yes +USES= gmake libtool makeinfo ncurses pathfix +USE_AUTOTOOLS= autoheader libltdl USE_LDCONFIG= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include +GNU_CONFIGURE= yes CFLAGS+= -fwrapv +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PLIST_SUB= GUILE_VER=${PORTVERSION:R} REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \ libguile/mallocs.c libguile/eval.c libguile/gc-malloc.c \ libguile/ports.c libguile/gc-mark.c libguile/gc_os_dep.c INFO= goops guile-tut guile r5rs OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-extract: cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES} @${FIND} ${WRKSRC}/doc -name "*.info*" -delete post-patch: @cd ${WRKSRC} ; \ ${REINPLACE_CMD} -e 's|||g' ${REINPLACE_FILES} - @${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.68|${AUTOCONF_VERSION}|g' ${WRKSRC}/aclocal.m4 + @${TOUCH} ${WRKSRC}/Makefile.in .include Index: head/lang/guile/files/patch-Makefile.am =================================================================== --- head/lang/guile/files/patch-Makefile.am (revision 366776) +++ head/lang/guile/files/patch-Makefile.am (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2008-12-08 10:42:52.000000000 -0700 -+++ Makefile.am 2009-02-22 15:46:17.000000000 -0700 -@@ -40,7 +40,7 @@ - - DISTCLEANFILES = check-guile.log - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = guile-1.8.pc - - # Makefile.am ends here Property changes on: head/lang/guile/files/patch-Makefile.am ___________________________________________________________________ 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: head/lang/guile/files/patch-Makefile.in =================================================================== --- head/lang/guile/files/patch-Makefile.in (revision 366776) +++ head/lang/guile/files/patch-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-07-09 15:28:14.000000000 +0800 -+++ Makefile.in 2008-07-09 15:29:13.000000000 +0800 -@@ -318,7 +318,7 @@ - TESTS = check-guile - ACLOCAL_AMFLAGS = -I guile-config - DISTCLEANFILES = check-guile.log --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = guile-1.8.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive Property changes on: head/lang/guile/files/patch-Makefile.in ___________________________________________________________________ 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: head/lang/guile/files/patch-config.h.in =================================================================== --- head/lang/guile/files/patch-config.h.in (revision 366776) +++ head/lang/guile/files/patch-config.h.in (nonexistent) @@ -1,18 +0,0 @@ ---- config.h.in 2008-02-16 16:12:15.000000000 -0600 -+++ config.h.in 2008-02-27 10:33:27.327021569 -0600 -@@ -432,9 +432,15 @@ - /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */ - #undef HAVE_PTHREAD_GET_STACKADDR_NP - -+/* Define to 1 if you have the `pthread_attr_get_np' function. */ -+#undef HAVE_PTHREAD_ATTR_GET_NP -+ - /* Define to 1 if you have the header file. */ - #undef HAVE_PTHREAD_H - -+/* Define to 1 if you have the header file. */ -+#undef HAVE_PTHREAD_NP_H -+ - /* Define to 1 if you have the `pthread_sigmask' function. */ - #undef HAVE_PTHREAD_SIGMASK - Property changes on: head/lang/guile/files/patch-config.h.in ___________________________________________________________________ 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: head/lang/guile/pkg-plist =================================================================== --- head/lang/guile/pkg-plist (revision 366776) +++ head/lang/guile/pkg-plist (revision 366777) @@ -1,309 +1,309 @@ bin/guile bin/guile-config bin/guile-snarf bin/guile-tools include/guile/gh.h include/guile/readline.h include/guile/srfi/srfi-1.h include/guile/srfi/srfi-13.h include/guile/srfi/srfi-14.h include/guile/srfi/srfi-4.h include/guile/srfi/srfi-60.h include/libguile.h include/libguile/__scm.h include/libguile/alist.h include/libguile/arbiters.h include/libguile/async.h include/libguile/backtrace.h include/libguile/boolean.h include/libguile/chars.h include/libguile/continuations.h include/libguile/convert.h include/libguile/debug-malloc.h include/libguile/debug.h include/libguile/deprecated.h include/libguile/deprecation.h include/libguile/discouraged.h include/libguile/dynl.h include/libguile/dynwind.h include/libguile/environments.h include/libguile/eq.h include/libguile/error.h include/libguile/eval.h include/libguile/evalext.h include/libguile/extensions.h include/libguile/feature.h include/libguile/filesys.h include/libguile/fluids.h include/libguile/fports.h include/libguile/futures.h include/libguile/gc.h include/libguile/gdb_interface.h include/libguile/gdbint.h include/libguile/goops.h include/libguile/gsubr.h include/libguile/guardians.h include/libguile/hash.h include/libguile/hashtab.h include/libguile/hooks.h include/libguile/i18n.h include/libguile/init.h include/libguile/inline.h include/libguile/ioext.h include/libguile/iselect.h include/libguile/keywords.h include/libguile/lang.h include/libguile/list.h include/libguile/load.h include/libguile/macros.h include/libguile/mallocs.h include/libguile/modules.h include/libguile/net_db.h include/libguile/null-threads.h include/libguile/numbers.h include/libguile/objects.h include/libguile/objprop.h include/libguile/options.h include/libguile/pairs.h include/libguile/ports.h include/libguile/posix.h include/libguile/print.h include/libguile/procprop.h include/libguile/procs.h include/libguile/properties.h include/libguile/pthread-threads.h include/libguile/ramap.h include/libguile/random.h include/libguile/rdelim.h include/libguile/read.h include/libguile/regex-posix.h include/libguile/root.h include/libguile/rw.h include/libguile/scmconfig.h include/libguile/scmsigs.h include/libguile/script.h include/libguile/simpos.h include/libguile/smob.h include/libguile/snarf.h include/libguile/socket.h include/libguile/sort.h include/libguile/srcprop.h include/libguile/srfi-13.h include/libguile/srfi-14.h include/libguile/srfi-4.h include/libguile/stackchk.h include/libguile/stacks.h include/libguile/stime.h include/libguile/strings.h include/libguile/strorder.h include/libguile/strports.h include/libguile/struct.h include/libguile/symbols.h include/libguile/tags.h include/libguile/threads.h include/libguile/throw.h include/libguile/unif.h include/libguile/validate.h include/libguile/values.h include/libguile/variable.h include/libguile/vectors.h include/libguile/version.h include/libguile/vports.h include/libguile/weaks.h lib/libguile-srfi-srfi-1-v-3.a -lib/libguile-srfi-srfi-1-v-3.la lib/libguile-srfi-srfi-1-v-3.so lib/libguile-srfi-srfi-1-v-3.so.3 +lib/libguile-srfi-srfi-1-v-3.so.3.0.2 lib/libguile-srfi-srfi-13-14-v-3.a -lib/libguile-srfi-srfi-13-14-v-3.la lib/libguile-srfi-srfi-13-14-v-3.so lib/libguile-srfi-srfi-13-14-v-3.so.3 +lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1 lib/libguile-srfi-srfi-4-v-3.a -lib/libguile-srfi-srfi-4-v-3.la lib/libguile-srfi-srfi-4-v-3.so lib/libguile-srfi-srfi-4-v-3.so.3 +lib/libguile-srfi-srfi-4-v-3.so.3.0.1 lib/libguile-srfi-srfi-60-v-2.a -lib/libguile-srfi-srfi-60-v-2.la lib/libguile-srfi-srfi-60-v-2.so lib/libguile-srfi-srfi-60-v-2.so.2 +lib/libguile-srfi-srfi-60-v-2.so.2.0.2 lib/libguile.a -lib/libguile.la lib/libguile.so -lib/libguile.so.21 +lib/libguile.so.17 +lib/libguile.so.17.4.0 lib/libguilereadline-v-17.a -lib/libguilereadline-v-17.la lib/libguilereadline-v-17.so lib/libguilereadline-v-17.so.17 +lib/libguilereadline-v-17.so.17.0.3 libdata/pkgconfig/guile-1.8.pc man/man1/guile.1.gz share/aclocal/guile.m4 %%DATADIR%%/%%GUILE_VER%%/guile-procedures.txt %%DATADIR%%/%%GUILE_VER%%/ice-9/and-let-star.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/boot-9.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/buffered-input.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/calling.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/channel.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/common-list.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debug.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger/command-loop.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger/commands.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger/state.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger/trc.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger/utils.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging/example-fns.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging/ice-9-debugger-extensions.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging/steps.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging/trace.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging/traps.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging/trc.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/deprecated.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/documentation.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/emacs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/expect.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/format.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/ftw.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/gap-buffer.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/gds-client.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/gds-server.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/getopt-long.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/hcons.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/history.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/lineio.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/list.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/ls.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/mapping.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/match.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/networking.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/null.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/occam-channel.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/optargs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/poe.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/popen.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/posix.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/pretty-print.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/psyntax.pp %%DATADIR%%/%%GUILE_VER%%/ice-9/psyntax.ss %%DATADIR%%/%%GUILE_VER%%/ice-9/q.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/r4rs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/r5rs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/rdelim.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/readline.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/receive.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/regex.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/runq.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/rw.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/safe-r5rs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/safe.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/serialize.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/session.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/slib.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/stack-catch.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/streams.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/string-fun.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/syncase.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/threads.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/time.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/weak-vector.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/base.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/example.el %%DATADIR%%/%%GUILE_VER%%/lang/elisp/interface.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/evaluation.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/format.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/fset.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/lambda.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/load.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/null.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/set.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/signal.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/time.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals/trace.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/buffers.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/char-table.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/features.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/fns.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/format.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/guile.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/keymaps.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/lists.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/load.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/match.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/numbers.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/pure.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/read.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/signal.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/strings.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/symprop.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/syntax.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/system.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives/time.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/transform.scm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/variables.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/accessors.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/active-slot.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/compile.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/composite-slot.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/describe.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/dispatch.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/internal.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/old-define-method.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/save.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/simple.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/stklos.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/util.scm %%DATADIR%%/%%GUILE_VER%%/scripts/PROGRAM %%DATADIR%%/%%GUILE_VER%%/scripts/api-diff %%DATADIR%%/%%GUILE_VER%%/scripts/autofrisk %%DATADIR%%/%%GUILE_VER%%/scripts/display-commentary %%DATADIR%%/%%GUILE_VER%%/scripts/doc-snarf %%DATADIR%%/%%GUILE_VER%%/scripts/frisk %%DATADIR%%/%%GUILE_VER%%/scripts/generate-autoload %%DATADIR%%/%%GUILE_VER%%/scripts/lint %%DATADIR%%/%%GUILE_VER%%/scripts/punify %%DATADIR%%/%%GUILE_VER%%/scripts/read-rfc822 %%DATADIR%%/%%GUILE_VER%%/scripts/read-scheme-source %%DATADIR%%/%%GUILE_VER%%/scripts/read-text-outline %%DATADIR%%/%%GUILE_VER%%/scripts/scan-api %%DATADIR%%/%%GUILE_VER%%/scripts/snarf-check-and-output-texi %%DATADIR%%/%%GUILE_VER%%/scripts/snarf-guile-m4-docs %%DATADIR%%/%%GUILE_VER%%/scripts/summarize-guile-TODO %%DATADIR%%/%%GUILE_VER%%/scripts/use2dot %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-1.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-10.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-11.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-13.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-14.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-16.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-17.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-19.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-2.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-26.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-31.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-34.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-35.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-37.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-39.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-4.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-6.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-60.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-69.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-8.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-88.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-9.scm @dirrm %%DATADIR%%/%%GUILE_VER%%/srfi @dirrm %%DATADIR%%/%%GUILE_VER%%/scripts @dirrm %%DATADIR%%/%%GUILE_VER%%/oop/goops @dirrm %%DATADIR%%/%%GUILE_VER%%/oop @dirrm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/primitives @dirrm %%DATADIR%%/%%GUILE_VER%%/lang/elisp/internals @dirrm %%DATADIR%%/%%GUILE_VER%%/lang/elisp @dirrm %%DATADIR%%/%%GUILE_VER%%/lang @dirrm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugging @dirrm %%DATADIR%%/%%GUILE_VER%%/ice-9/debugger @dirrm %%DATADIR%%/%%GUILE_VER%%/ice-9 @dirrm %%DATADIR%%/%%GUILE_VER%% @dirrm %%DATADIR%% @dirrm include/libguile @dirrm include/guile/srfi @dirrm include/guile Index: head/lang/mdk/Makefile =================================================================== --- head/lang/mdk/Makefile (revision 366776) +++ head/lang/mdk/Makefile (revision 366777) @@ -1,48 +1,49 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= mdk PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of utilities for developing programs using MIX and MIXAL LICENSE= GPLv3 USE_GNOME= glib20 intltool USES= gettext ncurses readline gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= mdk PLIST_FILES= bin/mixasm \ bin/mixvm \ share/locale/de/LC_MESSAGES/mdk.mo \ %%DATADIR%%/mixal-mode.el \ %%DATADIR%%/mixvm.el PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= GLADE GUILE OPTIONS_DEFAULT=GLADE GUILE GLADE_CONFIGURE_ENABLE= gui GLADE_USE= GNOME=libglade2 GLADE_PLIST_FILES= bin/gmixvm \ %%DATADIR%%/mixgtk.glade GUILE_CONFIGURE_WITH= guile GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GUILE_PLIST_FILES= bin/mixguile \ %%DATADIR%%/mixguile.scm \ %%DATADIR%%/mixguile-commands.scm \ %%DATADIR%%/mixguile-vm-stat.scm post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure .include Index: head/mail/anubis/Makefile =================================================================== --- head/mail/anubis/Makefile (revision 366776) +++ head/mail/anubis/Makefile (revision 366777) @@ -1,137 +1,137 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= anubis PORTVERSION= 4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= GNU MAINTAINER= jhale@FreeBSD.org COMMENT= Outgoing SMTP mail processor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS EXAMPLES GUILE GPGME GNUTLS GSASL \ GDBM MYSQL PGSQL PCRE PAM SOCKS LIBWRAP OPTIONS_DEFAULT=GUILE GPGME GNUTLS GSASL NO_OPTIONS_SORT=yes GPGME_DESC= GnuPG support via GPGME GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support USES= charsetfix makeinfo pkgconfig shebangfix CHARSETFIX_MAKEFILEIN= gnulib.mk SHEBANG_FILES= contrib/msg2smtp.pl USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake ACLOCAL_ARGS= -I m4 -I gint -I am AUTOMAKE_ARGS= --force --add-missing INFO= anubis PORTEXAMPLES= 1anubisrc 2anubisrc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .include # Default requirement for anubis rc script _REQUIRE= mail .if ${PORT_OPTIONS:MNLS} USES+= gettext iconv PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile PORTEXAMPLES+= anubis.scm anubisrc.guile PLIST_SUB+= GUILE="" .else CONFIGURE_ARGS+=--without-guile PLIST_SUB+= GUILE="@comment " .endif .if ${PORT_OPTIONS:MGPGME} LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme .else CONFIGURE_ARGS+=--without-gpgme .endif .if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--without-gnutls .endif .if ${PORT_OPTIONS:MGSASL} || ${PORT_OPTIONS:MGDBM} || ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL} LIB_DEPENDS+= libgsasl.so:${PORTSDIR}/security/gsasl PLIST_SUB+= GSASL="" .else CONFIGURE_ARGS+=--without-gsasl PLIST_SUB+= GSASL="@comment " .endif .if ${PORT_OPTIONS:MGDBM} LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+=--with-gdbm .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql _REQUIRE+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--with-postgres _REQUIRE+= postgresql .endif .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+=--with-pcre .endif .if ${PORT_OPTIONS:MPAM} && exists(/usr/lib/libpam.so) CONFIGURE_ARGS+=--with-pam PORTEXAMPLES+= pam .endif .if ${PORT_OPTIONS:MLIBWRAP} && exists(/usr/include/tcpd.h) CONFIGURE_ARGS+=--with-tcp-wrappers .endif .if ${PORT_OPTIONS:MSOCKS} CONFIGURE_ARGS+=--with-socks-proxy .endif SUB_LIST+= REQUIRE="${_REQUIRE}" post-patch: @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h post-install: .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*rc ${STAGEDIR}${EXAMPLESDIR} . if ${PORT_OPTIONS:MGUILE} cd ${WRKSRC}/examples && \ ${INSTALL_DATA} anubis.scm anubisrc.guile ${STAGEDIR}${EXAMPLESDIR} . endif . if ${PORT_OPTIONS:MPAM} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/pam ${INSTALL_DATA} ${WRKSRC}/examples/pam/anubis* ${STAGEDIR}${EXAMPLESDIR}/pam . endif .endif .include Index: head/math/drgeo/Makefile =================================================================== --- head/math/drgeo/Makefile (revision 366776) +++ head/math/drgeo/Makefile (revision 366777) @@ -1,28 +1,28 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK interactive geometry software LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes USES= gettext gmake pkgconfig pathfix USE_GNOME= gnomeprefix intlhack libglade2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GCC= yes # segfaults when built with clang PORTDATA= * post-patch: @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \ ${WRKSRC}/plugin/drgeo/progs/tm_drgeo .include Index: head/net/gnu-dico/Makefile =================================================================== --- head/net/gnu-dico/Makefile (revision 366776) +++ head/net/gnu-dico/Makefile (revision 366777) @@ -1,102 +1,102 @@ # Created by: Goran Tal # $FreeBSD$ PORTNAME= dico PORTVERSION= 2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= gnu- MAINTAINER= goran.tal@gmail.com COMMENT= Flexible modular implementation of DICT server USE_LDCONFIG= yes USES= tar:xz gmake libtool USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CFLAGS+= -Wno-error=return-type CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var OPTIONS_DEFINE= PYTHON GUILE PCRE GSASL PAM LDAP OPTIONS_DEFAULT= PYTHON GUILE PCRE GSASL_DESC= GSASL support .include .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes CONFIGURE_ENV+= PYTHON_CONFIG=${PYTHON_CMD}-config PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+=--without-python PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile PLIST_SUB+= GUILE="" .else CONFIGURE_ARGS+=--without-guile PLIST_SUB+= GUILE="@comment " .endif .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre PLIST_SUB+= PCRE="" .else CONFIGURE_ARGS+=--without-pcre PLIST_SUB+= PCRE="@comment " .endif .if ${PORT_OPTIONS:MGSASL} LIB_DEPENDS+= libgsasl.so:${PORTSDIR}/security/gsasl CONFIGURE_ARGS+=--with-gsasl .else CONFIGURE_ARGS+=--without-gsasl .endif .if ${PORT_OPTIONS:MPAM} PLIST_SUB+= PAM="" CONFIGURE_ARGS+=--enable-pam .else PLIST_SUB+= PAM="@comment " CONFIGURE_ARGS+=--disable-pam .endif .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes PLIST_SUB+= LDAP="" .else CONFIGURE_ARGS+=--without-ldap PLIST_SUB+= LDAP="@comment " .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif INFO= dico PLIST_SUB+= PORTVERSION=${PORTVERSION} SUB_FILES+= pkg-message USE_RC_SUBR= dicod post-patch: @${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in @${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in @${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in @${REINPLACE_CMD} 's/python-config/$${PYTHON_CONFIG}/' ${WRKSRC}/configure post-install: @${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample .include Index: head/net/gnu-radius/Makefile =================================================================== --- head/net/gnu-radius/Makefile (revision 366776) +++ head/net/gnu-radius/Makefile (revision 366777) @@ -1,124 +1,124 @@ # Created by: lance@evitel.net # $FreeBSD$ PORTNAME= gnu-radius PORTVERSION= 1.6.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= radius DISTNAME= radius-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= GNU RADIUS server CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool USE_RC_SUBR= radiusd USE_SUBMAKE= yes USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} DATADIR= ${PREFIX}/share/radius INFO= radius SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR="${.CURDIR}" \ MKDIR="${MKDIR}" CONFIGURE_ARGS+=--with-include-path="${LOCALBASE}/include/" \ --with-lib-path="${LOCALBASE}/lib/" OPTIONS_DEFINE= CLIENT EXAMPLES DBM MYSQL PGSQL SNMP EMACS PAM OPTIONS_DEFAULT=MYSQL CLIENT_DESC= Build client EMACS_DESC= Install Emacs dotfiles EXAMPLE_FILES= README ascend.rw c3620.rw cisco.rw comos.rw config.syntax \ filter.rw hints-0.96 jetstream.rw nt.rw pam.conf radius.php .include .if ${OSVERSION} >= 900007 EXTRA_PATCHES= ${FILESDIR}/extra-utmpx .endif .if ${PORT_OPTIONS:MSNMP} CONFIGURE_ARGS+=--enable-snmp .endif .if ${PORT_OPTIONS:MCLIENT} LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile CONFIGURE_ARGS+=--enable-client PLIST_SUB+= CLIENT="" .else CONFIGURE_ARGS+=--without-guile PLIST_SUB+= CLIENT="@comment " .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql PLIST_SUB+= MYSQL="" .else PLIST_SUB+= MYSQL="@comment " .endif .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--with-postgres PLIST_SUB+= PGSQL="" .else PLIST_SUB+= PGSQL="@comment " .endif .if ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL} PLIST_SUB+= MODULES="" .else PLIST_SUB+= MODULES="@comment " .endif .if ${PORT_OPTIONS:MDBM} CONFIGURE_ARGS+=--enable-dbm=ndbm .endif .if ${PORT_OPTIONS:MEMACS} .include "${PORTSDIR}/Mk/bsd.emacs.mk" USE_EMACS= yes CONFIGURE_ARGS+=--with-lispdir=${PREFIX}/${EMACS_SITE_LISPDIR} PLIST_SUB+= EMACS="" .else CONFIGURE_ARGS+=--without-lispdir PLIST_SUB+= EMACS="@comment " .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MPAM} CONFIGURE_ARGS+=--enable-pam .endif post-patch: ${REINPLACE_CMD} -e 's|extern unsigned scheme_gc_interval;||g' \ ${WRKSRC}/include/radiusd.h ${REINPLACE_CMD} -e 's|int getline|ssize_t getline|' \ ${WRKSRC}/radtest/input.l ${WRKSRC}/radtest/input.c post-install: .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} . for ex_file in ${EXAMPLE_FILES} ${INSTALL_DATA} ${WRKSRC}/examples/${ex_file} ${STAGEDIR}${EXAMPLESDIR} . endfor .endif .include Index: head/net/serveez/Makefile =================================================================== --- head/net/serveez/Makefile (revision 366776) +++ head/net/serveez/Makefile (revision 366777) @@ -1,33 +1,33 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= serveez PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Server framework LICENSE= GPLv3 # (or later) LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USES= tar:xz libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libserveez-install USE_LDCONFIG= yes INSTALL_TARGET= install-strip INFO= serveez post-patch: @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|test||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ '/date -r/s|^|#|' ${WRKSRC}/src/irc-server/Makefile.in @${ECHO_CMD} 'static char created[] = "2013-12-02 09:17 UTC";' \ > ${WRKSRC}/src/irc-server/timestamp.c .include Index: head/net-im/freetalk/Makefile =================================================================== --- head/net-im/freetalk/Makefile (revision 366776) +++ head/net-im/freetalk/Makefile (revision 366777) @@ -1,32 +1,32 @@ # Created by: Oleg Ginzburg (olevole@olevole.ru) # $FreeBSD$ PORTNAME= freetalk PORTVERSION= 3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SAVANNAH/freetalk \ http://itdev.spb.ru/mirror/ MAINTAINER= olevole@olevole.ru COMMENT= GNU console based Jabber client OPTIONS_DEFINE= NLS LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile USES= pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_WITH=libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls .include Index: head/print/lilypond/Makefile =================================================================== --- head/print/lilypond/Makefile (revision 366776) +++ head/print/lilypond/Makefile (revision 366777) @@ -1,94 +1,94 @@ # Created by: patrick, trevor # $FreeBSD$ PORTNAME= lilypond PORTVERSION= 2.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ MAINTAINER= gahr@FreeBSD.org COMMENT= The GNU music typesetter LICENSE= GPLv3 OPTIONS_DEFINE= NLS BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ convert:${PORTSDIR}/graphics/ImageMagick \ dblatex:${PORTSDIR}/textproc/dblatex \ fontforge:${PORTSDIR}/print/fontforge \ help2man:${PORTSDIR}/misc/help2man \ pngtopnm:${PORTSDIR}/graphics/netpbm \ rsync:${PORTSDIR}/net/rsync \ zip:${PORTSDIR}/archivers/zip \ texi2html:${PORTSDIR}/textproc/texi2html \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ libfreetype.so:${PORTSDIR}/print/freetype2 INFO= internals \ lilypond-changes \ lilypond-contributor \ lilypond-essay \ lilypond-extending \ lilypond-internals \ lilypond-learning \ lilypond-notation \ lilypond-snippets \ lilypond-usage \ lilypond-web \ music-glossary USES= bison:build gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= -3 USE_PERL5= build USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ --with-python-include=${PYTHON_INCLUDEDIR} CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} ALL_TARGET= all NO_CCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif post-patch: ${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ ${WRKSRC}/lily/include/includable-lexer.hh .if !${PORT_OPTIONS:MNLS} ${REINPLACE_CMD} -e '/^PO_FILES/s|= |= #|' ${WRKSRC}/${MAKEFILE}.in .endif post-install: @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current regression-test: build cd ${WRKSRC} && ${MAKE_CMD} -f ${MAKEFILE} test .include Index: head/print/lilypond-devel/Makefile =================================================================== --- head/print/lilypond-devel/Makefile (revision 366776) +++ head/print/lilypond-devel/Makefile (revision 366777) @@ -1,94 +1,95 @@ # Created by: patrick, trevor # $FreeBSD$ PORTNAME= lilypond PORTVERSION= 2.19.11 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel MAINTAINER= gahr@FreeBSD.org COMMENT= The GNU music typesetter LICENSE= GPLv3 BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ convert:${PORTSDIR}/graphics/ImageMagick \ dblatex:${PORTSDIR}/textproc/dblatex \ fontforge:${PORTSDIR}/print/fontforge \ help2man:${PORTSDIR}/misc/help2man \ pngtopnm:${PORTSDIR}/graphics/netpbm \ rsync:${PORTSDIR}/net/rsync \ texi2html:${PORTSDIR}/textproc/texi2html \ zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ libfreetype.so:${PORTSDIR}/print/freetype2 INFO= internals \ lilypond-changes \ lilypond-contributor \ lilypond-essay \ lilypond-extending \ lilypond-internals \ lilypond-learning \ lilypond-notation \ lilypond-snippets \ lilypond-usage \ lilypond-web \ music-glossary USES= bison:build gettext gmake pkgconfig perl5 compiler:c++11-lib USE_CXXSTD= c++11 USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= -3 USE_PERL5= build USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ --with-python-include=${PYTHON_INCLUDEDIR} CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} ALL_TARGET= all NO_CCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif post-patch: ${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \ ${REINPLACE_CMD} -e 's|isinf[ ]*(|::isinf(|g' -e 's|isnan|::isnan|g' ${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ ${WRKSRC}/lily/include/includable-lexer.hh .if !${PORT_OPTIONS:MNLS} ${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in .endif post-install: @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current .include Index: head/science/harminv/Makefile =================================================================== --- head/science/harminv/Makefile (revision 366776) +++ head/science/harminv/Makefile (revision 366777) @@ -1,30 +1,30 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ MAINTAINER= devel@stasyan.com COMMENT= Solver of harmonic inversion USES= fortran gmake libtool GNU_CONFIGURE= yes USE_GCC= yes CPPFLAGS+= -I${LOCALBASE}/include LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \ libblas.so:${PORTSDIR}/math/blas \ liblapack.so:${PORTSDIR}/math/lapack post-patch: ${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \ ${WRKSRC}/Makefile.in .include Index: head/science/libctl/Makefile =================================================================== --- head/science/libctl/Makefile (revision 366776) +++ head/science/libctl/Makefile (revision 366777) @@ -1,30 +1,30 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libctl PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ MAINTAINER= devel@stasyan.com COMMENT= Control Language Library LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USES= fortran libtool USE_LDCONFIG= yes BROKEN_sparc64= does not build OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR} .include Index: head/science/meep/Makefile =================================================================== --- head/science/meep/Makefile (revision 366776) +++ head/science/meep/Makefile (revision 366777) @@ -1,46 +1,46 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= meep PORTVERSION= 1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ MAINTAINER= devel@stasyan.com COMMENT= FDTD simulation software to model electromagnetic systems BUILD_DEPENDS= harminv:${PORTSDIR}/science/harminv \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libblas.so:${PORTSDIR}/math/blas \ libctl.so:${PORTSDIR}/science/libctl \ libhdf5.so:${PORTSDIR}/science/hdf5 RUN_DEPENDS= harminv:${PORTSDIR}/science/harminv GNU_CONFIGURE= yes USE_GCC= yes USES= fortran gettext gmake iconv libtool pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CXX="${CXX}" OPTIONS_DEFINE= OPENMPI OPTIONS_DEFAULT= OPENMPI OPENMPI_DESC= MPI support .include .if ${PORT_OPTIONS:MOPENMPI} BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpiCC:${PORTSDIR}/net/openmpi RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi CONFIGURE_ARGS+=--with-mpi CONFIGURE_ENV+= MPICXX=${LOCALBASE}/mpi/openmpi/bin/mpiCC CFLAGS+= -I${LOCALBASE}/mpi/openmpi/include PLIST_SUB+= MPI="" NOMPI="@comment " .else CONFIGURE_ARGS+=--without-mpi PLIST_SUB+= MPI="@comment " NOMPI="" .endif .include Index: head/science/mpb/Makefile =================================================================== --- head/science/mpb/Makefile (revision 366776) +++ head/science/mpb/Makefile (revision 366777) @@ -1,52 +1,52 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= mpb PORTVERSION= 1.4.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ MAINTAINER= ports@FreeBSD.org COMMENT= MIT Photonic-Bands LICENSE= GPLv2 BROKEN= Fails to build BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw \ libhdf5.so:${PORTSDIR}/science/hdf5 \ libctl.so:${PORTSDIR}/science/libctl \ libguile.so:${PORTSDIR}/lang/guile OPTIONS_DEFINE= ATLAS ATLAS_DESC= Use math/atlas instead of math/lapack USES= fortran GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas CONFIGURE_ARGS+= --with-lapack=-lalapack .else LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ liblapack.so:${PORTSDIR}/math/lapack CONFIGURE_ARGS+= --with-lapack=-llapack .endif post-patch: @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \ ${WRKSRC}/configure @${REINPLACE_CMD} \ -e '/INSTALL/s/$$(prefix)/$$(DESTDIR)$$(prefix)/' \ -e '/INSTALL/s/$$(mandir)/$$(DESTDIR)$$(mandir)/' \ ${WRKSRC}/mpb-ctl/Makefile.in ${WRKSRC}/utils/Makefile.in .include Index: head/security/crank/Makefile =================================================================== --- head/security/crank/Makefile (revision 366776) +++ head/security/crank/Makefile (revision 366777) @@ -1,23 +1,23 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= crank PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= CRyptANalysis toolKit LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USE_GNOME= gtk12 GNU_CONFIGURE= yes GUILE_CONFIG= ${LOCALBASE}/bin/guile-config LDFLAGS+= `${GUILE_CONFIG} link` CFLAGS+= `${GUILE_CONFIG} compile` INFO= crank .include Index: head/www/elinks/Makefile =================================================================== --- head/www/elinks/Makefile (revision 366776) +++ head/www/elinks/Makefile (revision 366777) @@ -1,202 +1,202 @@ # Created by: Michael Vasilenko # $FreeBSD$ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ MAINTAINER= beat@FreeBSD.org COMMENT= Elinks - links text WWW browser with enhancements GNU_CONFIGURE= yes USES= bison gmake tar:bzip2 USE_OPENSSL= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include SAMBA_PORT?= net/samba36 OPTIONS_DEFINE= 88COLORS 256COLORS SPIDERMONKEY XBELMARKS LOCAL_CGI \ FINGER GOPHER BITTORRENT NNTP FTP FSP SMB EXMODE \ HIGHLIGHT IDN NOROOT FASTMEM PERL \ LUA GUILE ICONV MOUSE NLS OPTIONS_DEFAULT= 88COLORS 256COLORS FTP EXMODE HIGHLIGHT FASTMEM MOUSE 88COLORS_DESC= 88 color support 256COLORS_DESC= 256 color support SPIDERMONKEY_DESC= ECMAScript support (via SpiderMonkey) XBELMARKS_DESC= XBEL bookmarks (via expat) LOCAL_CGI_DESC= Local CGI support FSP_DESC= FSP protocol support (via fsplib) EXMODE_DESC= Exmode (CLI) support HIGHLIGHT_DESC= HTML highlighting using DOM engine NOROOT_DESC= Prevention of usage by root FASTMEM_DESC= Fast memory allocation functions .include CONFIGURE_ARGS+= --without-zlib .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" USES+= gettext .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .endif #.if ${PORT_OPTIONS:MRUBY} #LIB_DEPENDS+= ruby18:${PORTSDIR}/lang/ruby18 #CONFIGURE_ARGS+= --with-ruby #.else #CONFIGURE_ARGS+= --without-ruby #.endif .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --with-guile .else CONFIGURE_ARGS+= --without-guile .endif .if ${PORT_OPTIONS:MLUA} USES+= lua:51 CONFIGURE_ARGS+= --with-lua CPPFLAGS+= -I${LUA_INCDIR} LDFLAGS+= -L${LUA_LIBDIR} .else CONFIGURE_ARGS+= --without-lua .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 CONFIGURE_ARGS+= --with-perl .else CONFIGURE_ARGS+= --without-perl .endif .if ${PORT_OPTIONS:MFASTMEM} CONFIGURE_ARGS+= --enable-fastmem .endif .if ${PORT_OPTIONS:MIDN} LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-idn .else CONFIGURE_ARGS+= --without-idn .endif .if ${PORT_OPTIONS:MNOROOT} CONFIGURE_ARGS+= --enable-no-root .endif .if ${PORT_OPTIONS:MHIGHLIGHT} CONFIGURE_ARGS+= --enable-html-highlight .endif .if ${PORT_OPTIONS:MEXMODE} CONFIGURE_ARGS+= --enable-exmode .endif .if ${PORT_OPTIONS:MSMB} RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} CONFIGURE_ARGS+= --enable-smb .else CONFIGURE_ARGS+= --disable-smb .endif .if ${PORT_OPTIONS:MFSP} RUN_DEPENDS+= ${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib BUILD_DEPENDS+= ${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib CONFIGURE_ARGS+= --enable-fsp .else CONFIGURE_ARGS+= --disable-fsp .endif .if ${PORT_OPTIONS:MFTP} CONFIGURE_ARGS+= --enable-ftp .else CONFIGURE_ARGS+= --disable-ftp .endif .if ${PORT_OPTIONS:MNNTP} CONFIGURE_ARGS+= --enable-nntp .else CONFIGURE_ARGS+= --disable-nntp .endif .if ${PORT_OPTIONS:MBITTORRENT} CONFIGURE_ARGS+= --enable-bittorrent .else CONFIGURE_ARGS+= --disable-bittorrent .endif .if ${PORT_OPTIONS:MGOPHER} CONFIGURE_ARGS+= --enable-gopher .else CONFIGURE_ARGS+= --disable-gopher .endif .if ${PORT_OPTIONS:MMOUSE} CONFIGURE_ARGS+= --enable-mouse .else CONFIGURE_ARGS+= --disable-mouse .endif .if ${PORT_OPTIONS:MFINGER} CONFIGURE_ARGS+= --enable-finger .else CONFIGURE_ARGS+= --disable-finger .endif .if ${PORT_OPTIONS:MLOCAL_CGI} CONFIGURE_ARGS+= --enable-cgi .else CONFIGURE_ARGS+= --disable-cgi .endif .if ${PORT_OPTIONS:MXBELMARKS} LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 CONFIGURE_ARGS+= --enable-xbel --with-expat .else CONFIGURE_ARGS+= --disable-xbel .endif .if ${PORT_OPTIONS:M256COLORS} CONFIGURE_ARGS+= --enable-256-colors .endif .if ${PORT_OPTIONS:M88COLORS} CONFIGURE_ARGS+= --enable-88-colors .endif .if ${PORT_OPTIONS:MSPIDERMONKEY} BUILD_DEPENDS+= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey17 RUN_DEPENDS+= js:${PORTSDIR}/lang/spidermonkey17 LIB_DEPENDS+= libnspr4.so:${PORTSDIR}/devel/nspr CFLAGS+= -I${LOCALBASE}/include/nspr LDFLAGS+= -lnspr4 -pthread -lpthread -lm CONFIGURE_ARGS+= --enable-sm-scripting --with-spidermonkey .else CONFIGURE_ARGS+= --disable-sm-scripting --without-spidermonkey .endif .if ${PORT_OPTIONS:MICONV} USES+= iconv CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif # # Elinks will try to use it if exists # .if exists(/usr/include/execinfo.h) LDFLAGS+= -lexecinfo .elif exists(${LOCALBASE}/include/execinfo.h) LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo .endif .include Index: head/x11/xbindkeys/Makefile =================================================================== --- head/x11/xbindkeys/Makefile (revision 366776) +++ head/x11/xbindkeys/Makefile (revision 366777) @@ -1,48 +1,49 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= xbindkeys PORTVERSION= 1.8.6 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.nongnu.org/xbindkeys/ MAINTAINER= eadler@FreeBSD.org COMMENT= Allows you to launch shell commands under X with your keyboard LICENSE= GPLv2 OPTIONS_DEFINE= GUILE TCL USE_XORG= x11 xi GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz PLIST_DIRS= %%EXAMPLESDIR%% WISH= ${LOCALBASE}/bin/wish8.4 .include .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile .else CONFIGURE_ARGS+= --disable-guile .endif .if ${PORT_OPTIONS:MTCL} RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 PLIST_FILES+= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz .else CONFIGURE_ARGS+= --disable-tk .endif post-patch: @${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR} .include