Index: head/audio/libsndfile/Makefile =================================================================== --- head/audio/libsndfile/Makefile (revision 284553) +++ head/audio/libsndfile/Makefile (revision 284554) @@ -1,59 +1,60 @@ # New ports collection makefile for: libsndfile # Date created: Jul 20, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libsndfile PORTVERSION= 1.0.25 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +WITH_FBSD10_FIX= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-gcc-pipe \ --disable-sqlite \ --disable-alsa \ --disable-octave CPPFLAGS+= -isystem /usr/include -isystem ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes MAN1= sndfile-concat.1 sndfile-cmp.1 sndfile-convert.1 \ sndfile-info.1 sndfile-metadata-get.1 sndfile-metadata-set.1 \ sndfile-play.1 sndfile-deinterleave.1 sndfile-interleave.1 PORTDOCS= AUTHORS ChangeLog NEWS README libsndfile.css \ new_file_type.HOWTO libsndfile.jpg *.html OPTIONS= EXTERNAL "Enable FLAC and Ogg Vorbis support" on .include .if defined(WITHOUT_EXTERNAL) CONFIGURE_ARGS+=--disable-external-libs .else LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \ vorbis.4:${PORTSDIR}/audio/libvorbis .endif post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc / /g' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${TAR} -C ${WRKSRC}/doc --exclude "*Makefile*" --exclude "*.in" \ -cf - . | ${TAR} -C ${DOCSDIR} --unlink -xf - @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include Property changes on: head/audio/libsndfile/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.55 \ No newline at end of property +1.56 \ No newline at end of property Index: head/converters/fribidi/Makefile =================================================================== --- head/converters/fribidi/Makefile (revision 284553) +++ head/converters/fribidi/Makefile (revision 284554) @@ -1,53 +1,54 @@ # ex:ts=8 # Ports collection makefile for: fribidi # Date created: Apr 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= fribidi PORTVERSION= 0.19.2 PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://fribidi.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm +WITH_FBSD10_FIX=yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-glib MAN3= fribidi_charset_to_unicode.3 fribidi_debug_status.3 \ fribidi_get_bidi_type.3 fribidi_get_bidi_type_name.3 \ fribidi_get_bidi_types.3 fribidi_get_joining_type.3 \ fribidi_get_joining_type_name.3 fribidi_get_joining_types.3 \ fribidi_get_mirror_char.3 fribidi_get_par_direction.3 \ fribidi_get_par_embedding_levels.3 fribidi_get_type.3 \ fribidi_get_type_internal.3 fribidi_join_arabic.3 \ fribidi_log2vis.3 fribidi_log2vis_get_embedding_levels.3 \ fribidi_mirroring_status.3 fribidi_parse_charset.3 \ fribidi_remove_bidi_marks.3 fribidi_reorder_line.3 \ fribidi_reorder_nsm_status.3 fribidi_set_debug.3 \ fribidi_set_mirroring.3 fribidi_set_reorder_nsm.3 \ fribidi_shape.3 fribidi_shape_mirroring.3 \ fribidi_unicode_to_charset.3 fribidi_unicode_version.3 \ fribidi_version_info.3 .include .if !defined(WITH_DEBUG) CONFIGURE_ARGS+=--disable-debug .endif post-patch: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \ ${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config post-install: ${INSTALL_SCRIPT} ${WRKDIR}/fribidi-config ${PREFIX}/bin .include Property changes on: head/converters/fribidi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/devel/libIDL/Makefile =================================================================== --- head/devel/libIDL/Makefile (revision 284553) +++ head/devel/libIDL/Makefile (revision 284554) @@ -1,32 +1,33 @@ # New ports collection makefile for: libIDL # Date Created: 12 February 2002 # Whom: Maxim Sobolev # # $FreeBSD$ # $MCom: ports/devel/libIDL/Makefile,v 1.7 2010/04/02 17:27:42 kwm Exp $ # PORTNAME= libIDL PORTVERSION= 0.8.14 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for creating trees of CORBA IDL files +WITH_FBSD10_FIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_BISON= build USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= libIDL2 .include Property changes on: head/devel/libIDL/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.54 \ No newline at end of property +1.55 \ No newline at end of property Index: head/devel/libevent/Makefile =================================================================== --- head/devel/libevent/Makefile (revision 284553) +++ head/devel/libevent/Makefile (revision 284554) @@ -1,102 +1,103 @@ # New ports collection makefile for: libevent # Date created: 20 June 2001 # Whom: Pete Fritchman # # $FreeBSD$ # PORTNAME= libevent PORTVERSION= 1.4.14b PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ DISTNAME= ${PORTNAME}-${DISTVERSION}-stable MAINTAINER= mm@FreeBSD.org COMMENT= Provides an API to execute callback functions on certain events LICENSE= BSD +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN3= event.3 \ evdns.3 MLINKS= event.3 event_init.3 \ - event_dispatch.3 \ - event_loop.3 \ - event_loopexit.3 \ - event_set.3 \ - event_base_dispatch.3 \ - event_base_loop.3 \ - event_base_loopexit.3 \ - event_base_set.3 \ - event_add.3 \ - event_del.3 \ - event_once.3 \ - event_pending.3 \ - event_initialized.3 \ - event_priority_init.3 \ - event_priority_set.3 \ - evtimer_set.3 \ - evtimer_add.3 \ - evtimer_del.3 \ - evtimer_pending.3 \ - evtimer_initialized.3 \ - signal_set.3 \ - signal_add.3 \ - signal_del.3 \ - signal_pending.3 \ - signal_initialized.3 \ - bufferevent_new.3 \ - bufferevent_free.3 \ - bufferevent_write.3 \ - bufferevent_write_buffer.3 \ - bufferevent_read.3 \ - bufferevent_enable.3 \ - bufferevent_disable.3 \ - bufferevent_settimeout.3 \ - bufferevent_base_set.3 \ - evbuffer_new.3 \ - evbuffer_free.3 \ - evbuffer_add.3 \ - evbuffer_add_buffer.3 \ - evbuffer_add_printf.3 \ - evbuffer_add_vprintf.3 \ - evbuffer_drain.3 \ - evbuffer_write.3 \ - evbuffer_read.3 \ - evbuffer_find.3 \ - evbuffer_readline.3 \ - evhttp_start.3 \ - evhttp_free.3 \ evdns.3 evdns_init.3 \ - evdns_shutdown.3 \ - evdns_err_to_string.3 \ - evdns_nameserver_add.3 \ - evdns_count_nameservers.3 \ - evdns_clear_nameservers_and_suspend.3 \ - evdns_resume.3 \ - evdns_nameserver_ip_add.3 \ - evdns_resolve_ipv4.3 \ - evdns_resolve_reverse.3 \ - evdns_resolv_conf_parse.3 \ - evdns_search_clear.3 \ - evdns_search_add.3 \ - evdns_search_ndots_set.3 \ - evdns_set_log_fn.3 \ - evdns_config_windows_nameservers.3 pre-configure: @${MKDIR} ${WRKSRC}/m4 post-patch: @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/LIBS/s/-lrt//g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/epoll.c ${WRKSRC}/epoll_sub.c ${WRKSRC}/evdns.c regression-test: build @(${SH} ${WRKSRC}/test/regress) .include Property changes on: head/devel/libevent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/devel/pth/Makefile =================================================================== --- head/devel/pth/Makefile (revision 284553) +++ head/devel/pth/Makefile (revision 284554) @@ -1,59 +1,60 @@ # New ports collection makefile for: GNU Pth # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # # $FreeBSD$ # PORTNAME= pth PORTVERSION= 2.0.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= pth PKGNAMESUFFIX?= # empty MAINTAINER= vd@FreeBSD.org COMMENT= GNU Portable Threads MAKE_JOBS_UNSAFE= yes +WITH_FBSD10_FIX= yes USE_LDCONFIG= ${PREFIX}/lib/pth GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-optimize \ --enable-batch \ --includedir="${PREFIX}/include/pth" \ --libdir="${PREFIX}/lib/pth" MAN1= pth-config.1 MAN3= pth.3 OPTIONS= OPTIMIZED_CFLAGS "Build with optimized CFLAGS" on CONFLICTS?= pth-hard-2.* .include .if ${PKGNAMESUFFIX} == "-hard" CONFIGURE_ARGS+= --enable-syscall-hard --disable-syscall-soft PLIST_SUB= PTHREAD="@comment " .else CONFIGURE_ARGS+= --enable-syscall-soft --enable-pthread PLIST_SUB= PTHREAD="" MAN1+= pthread-config.1 MAN3+= pthread.3 .endif post-patch: .if defined(WITHOUT_OPTIMIZED_CFLAGS) ${REINPLACE_CMD} -e \ 's|-funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math||' \ ${WRKSRC}/configure .endif post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." test: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test .include Property changes on: head/devel/pth/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.85 \ No newline at end of property +1.86 \ No newline at end of property Index: head/dns/libidn/Makefile =================================================================== --- head/dns/libidn/Makefile (revision 284553) +++ head/dns/libidn/Makefile (revision 284554) @@ -1,55 +1,56 @@ # New ports collection makefile for: libidn # Date created: 19.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= libidn PORTVERSION= 1.22 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool +WITH_FBSD10_FIX= yes USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5_BUILD= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include INFO= libidn .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|@image{components}||g' \ ${WRKSRC}/doc/libidn.texi @${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|' \ -e 's|imagesdir = $$(infodir)|imagesdir = $$(docdir)|' \ ${WRKSRC}/doc/Makefile.in .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|install-data-am: install-imagesDATA install-info-am install-man|install-data-am: install-info-am install-man|' \ ${WRKSRC}/doc/Makefile.in .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in FAQ NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include "Makefile.man" .include Property changes on: head/dns/libidn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.84 \ No newline at end of property +1.85 \ No newline at end of property Index: head/graphics/jbig2dec/Makefile =================================================================== --- head/graphics/jbig2dec/Makefile (revision 284553) +++ head/graphics/jbig2dec/Makefile (revision 284554) @@ -1,68 +1,69 @@ # New ports collection makefile for: jbig2dec # Date created: 2010-07-07 # Whom: Bapt # # $FreeBSD$ # PORTNAME= jbig2dec PORTVERSION= 0.11 CATEGORIES= graphics devel MASTER_SITES= SF \ http://ghostscript.com/~giles/jbig2/jbig2dec/ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bapt@FreeBSD.org COMMENT= Decoder implementation of the JBIG2 image compression format USE_XZ= yes:src GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +WITH_FBSD10_FIX= yes OPTIONS= PNG "Enable png support" On \ TESTS "Download and use test-images for post-build testing" Off MAN1= jbig2dec.1 MAKE_JOBS_SAFE= yes EXTRACT_AFTER_ARGS+=|${TAR} -xpf - --exclude sha1.h --exclude 'getopt*' LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING .include .if defined(WITH_PNG) LIB_DEPENDS+= png:${PORTSDIR}/graphics/png CONFIGURE_ARGS+=--with-libpng=${LOCALBASE} .endif .if defined(WITH_TESTS) MASTER_SITES+= http://jbig2dec.sourceforge.net/ubc/:tests DISTFILES+= jb2streams.zip:tests EXTRACT_ONLY= ${DISTFILES:M*xz} USE_PYTHON_BUILD=yes KNOWN_BAD_JB2S= 042_11 042_13 042_14 042_24 042_25 amb_1 amb_2 post-extract: ${MKDIR} ${WRKDIR}/ubc ${TAR} -C ${WRKDIR}/ubc/ -xpf ${DISTDIR}/jb2streams.zip \ ${KNOWN_BAD_JB2S:S/$/.jb2/:S/^/--exclude /} .else EXTRA_PATCHES= ${FILESDIR}/simpler-test-patch .endif post-patch: .if defined(WITH_PNG) @${REINPLACE_CMD} 's/png_check_sig/png_sig_cmp/g' ${WRKSRC}/configure .endif ${REINPLACE_CMD} -E 's|SHA1_Final\( *([^,]+), *([^\)]+)\)|SHA1_Final(\2, \1)|' \ ${WRKSRC}/jbig2dec.c ${WRKSRC}/sha1.c test check regression-test: ${MAKE} -C ${WRKSRC} check-TESTS post-build: test .include Property changes on: head/graphics/jbig2dec/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/liblqr-1/Makefile =================================================================== --- head/graphics/liblqr-1/Makefile (revision 284553) +++ head/graphics/liblqr-1/Makefile (revision 284554) @@ -1,78 +1,79 @@ # New ports collection makefile for: liblqr-1 # Date created: 30 Jan 2008 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= liblqr-1 DISTVERSION= 0.4.1 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= An easy to use C/C++ seam carving library +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 pkgconfig USE_GETTEXT= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes # Use GNU89 inline semantics USE_CSTD= gnu89 .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * SUB_FILES= pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} .endif OPTIONS= HTMLDOCS "Build and install HTML documentation" off .include .if defined(WITH_HTMLDOCS) && !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 PORTDOCS= * .endif post-patch: .if ${OSVERSION} < 700042 @${REINPLACE_CMD} -e 's|FVISIBILITY_FLAG=".*"|FVISIBILITY_FLAG=""|' ${WRKSRC}/configure .endif @${REINPLACE_CMD} -e '/^lqr_pkgconfigdir/ s|$$(libdir)|$${exec_prefix}/libdata|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr.*chunk\.xsl|${LOCALBASE}/share/xsl/docbook/html/chunk.xsl|' \ ${WRKSRC}/docs/lqr_style.xsl @${REINPLACE_CMD} -e 's|/usr.*docbookx.dtd|${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd|' \ ${WRKSRC}/docs/liblqr_manual.docbook post-build: .if defined(WITH_HTMLDOCS) && !defined(NOPORTDOCS) cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} html .endif post-install: .if defined(WITH_HTMLDOCS) && !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .if !exists(${LOCALBASE}/lib/libpngwriter.a) @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} .endif .endif .include Property changes on: head/graphics/liblqr-1/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/graphics/webp/Makefile =================================================================== --- head/graphics/webp/Makefile (revision 284553) +++ head/graphics/webp/Makefile (revision 284554) @@ -1,27 +1,28 @@ # New ports collection makefile for: webp # Date created: 1 October 2010 # Whom: johans # # $FreeBSD$ # PORTNAME= webp PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Google WebP image format conversion tool LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png +WITH_FBSD10_FIX= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAN1= cwebp.1 dwebp.1 .include Property changes on: head/graphics/webp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/multimedia/libkate/Makefile =================================================================== --- head/multimedia/libkate/Makefile (revision 284553) +++ head/multimedia/libkate/Makefile (revision 284554) @@ -1,111 +1,112 @@ # Ports collection makefile for: libkate # Date created: Sat 19 Oct 2008 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= libkate PORTVERSION= 0.4.1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= barbara.xxx1975@libero.it COMMENT= Codec for karaoke and text encapsulation for Ogg LICENSE= BSD BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg \ png.6:${PORTSDIR}/graphics/png +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes CFLAGS+= "-I${LOCALBASE}/include" MAN1= katalyzer.1 kateenc.1 katedec.1 OPTIONS= DOXYGEN "Build docs with doxygen (requires TeX, QT, etc.)" off \ HTMLDOCS "Install bundled html documentation" off \ KATEDJ "Install KateDJ (requires wxPython - WARNING!)" off PORTDOCS= * .include .if defined(WITH_DOXYGEN) BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .else CONFIGURE_ARGS+= --disable-doc .endif .if defined(WITH_KATEDJ) RUN_DEPENDS= ${LOCALBASE}/bin/oggz:${PORTSDIR}/audio/liboggz USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" USE_WX= 2.8 WX_COMPS= wx contrib python:lib MAN1+= KateDJ.1 PLIST_SUB+= KATEDJ="" .else PLIST_SUB+= KATEDJ="@comment " .endif post-patch: .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e "s|^(katepcdir =).*|\1 ${LOCALBASE}/libdata/pkgconfig|" \ ${WRKSRC}/Makefile.in . if !defined(WITH_HTMLDOCS) && !defined(WITH_DOXYGEN) . if !defined(WITH_KATEDJ) @${REINPLACE_CMD} -E -e \ 's|^(install-data-am: )(install-data-local )(install-man)|\1\3|; \ s| man/KateDJ.1||' \ ${WRKSRC}/doc/Makefile.in . else @${REINPLACE_CMD} -E -e \ 's|^(install-data-am: )(install-data-local )(install-man)|\1\3|' \ ${WRKSRC}/doc/Makefile.in . endif . else . if !defined(WITH_KATEDJ) @${REINPLACE_CMD} -E -e \ ' s| man/KateDJ.1||' \ ${WRKSRC}/doc/Makefile.in . endif . endif .else @${REINPLACE_CMD} -E -e "s|^(katepcdir =).*|\1 ${LOCALBASE}/libdata/pkgconfig|; \ s|^(SUBDIRS =.*) doc|\1|" \ ${WRKSRC}/Makefile.in . if !defined(WITH_KATEDJ) @${REINPLACE_CMD} -E -e \ ' s| man/KateDJ.1||' \ ${WRKSRC}/doc/Makefile.in . endif .endif .if !defined(WITH_KATEDJ) @${REINPLACE_CMD} -e \ "s| HAVE_PYTHON_TRUE=$$| HAVE_PYTHON_TRUE='#'|; \ s| HAVE_PYTHON_FALSE=\'#\'$$| HAVE_PYTHON_FALSE=|" \ ${WRKSRC}/configure .endif post-install: .for f in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/doc/man/${f} ${PREFIX}/man/man1 .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for FILE in README AUTHORS COPYING THANKS ChangeLog ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} . endfor . if defined(WITH_HTMLDOCS) ${CP} -RPpn ${WRKSRC}/doc/html ${DOCSDIR}/html . endif .endif .include Property changes on: head/multimedia/libkate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/libksba/Makefile =================================================================== --- head/security/libksba/Makefile (revision 284553) +++ head/security/libksba/Makefile (revision 284554) @@ -1,32 +1,33 @@ # New ports collection Makefile for: libksba # Date created: July 17 2002 # Whom: Tilman Linneweh # # $FreeBSD$ PORTNAME= libksba PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= glarkin@FreeBSD.org COMMENT= KSBA is an X.509 Library BUILD_DEPENDS+= libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error LIB_DEPENDS+= gpg-error.0:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static USE_LDCONFIG= yes USE_PERL5_BUILD=yes +WITH_FBSD10_FIX=yes INFO= ksba verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig .include Property changes on: head/security/libksba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/security/libtasn1/Makefile =================================================================== --- head/security/libtasn1/Makefile (revision 284553) +++ head/security/libtasn1/Makefile (revision 284554) @@ -1,72 +1,73 @@ # New ports collection makefile for: libtasn1 # Date created: 15 Nov 2002 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= libtasn1 PORTVERSION= 2.9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtasn1 MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library +WITH_FBSD10_FIX= yes USE_LDCONFIG= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes DOCS= AUTHORS NEWS README THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps INFO= libtasn1 MAN1= asn1Parser.1 \ asn1Coding.1 \ asn1Decoding.1 MAN3= \ asn1_array2tree.3 \ asn1_bit_der.3 \ asn1_check_version.3 \ asn1_copy_node.3 \ asn1_create_element.3 \ asn1_delete_element.3 \ asn1_delete_structure.3 \ asn1_der_coding.3 \ asn1_der_decoding.3 \ asn1_der_decoding_element.3 \ asn1_der_decoding_startEnd.3 \ asn1_expand_any_defined_by.3 \ asn1_expand_octet_string.3 \ asn1_find_node.3 \ asn1_find_structure_from_oid.3 \ asn1_get_bit_der.3 \ asn1_get_length_ber.3 \ asn1_get_length_der.3 \ asn1_get_octet_der.3 \ asn1_get_tag_der.3 \ asn1_length_der.3 \ asn1_number_of_elements.3 \ asn1_octet_der.3 \ asn1_parser2array.3 \ asn1_parser2tree.3 \ asn1_perror.3 \ asn1_print_structure.3 \ asn1_read_tag.3 \ asn1_read_value.3 \ asn1_strerror.3 \ asn1_write_value.3 \ libtasn1_perror.3 \ libtasn1_strerror.3 post-patch: @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/lib/Makefile.in .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/security/libtasn1/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/textproc/aspell/Makefile =================================================================== --- head/textproc/aspell/Makefile (revision 284553) +++ head/textproc/aspell/Makefile (revision 284554) @@ -1,134 +1,135 @@ # New ports collection makefile for: aspell # Date created: 7 December 1998 # Whom: Josh Gilliam # # $FreeBSD$ # PORTNAME= aspell PORTVERSION= 0.60.6.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell .if defined(WITHOUT_DICTEN) PKGNAMESUFFIX= -without-dicten .endif DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= thierry@FreeBSD.org COMMENT= Spelling checker with better suggestion logic than ispell LICENSE= LGPL21 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-docdir=${DOCSDIR} \ --enable-static PTHREAD_CFLAGS= # Disable threading PTHREAD_LIBS= # libaspell may be used by unthreaded apps. CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes +WITH_FBSD10_FIX= yes SLAVEDIRS= textproc/aspell-without-dicten MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} VERINST= ${PORTVERSION:R:R} SUB_FILES= aspell.ver PLIST_SUB= VER=${VERINST} SUB_LIST= VERINST=${VERINST} .if defined(WITHOUT_DICTEN) CONFLICTS= aspell-0.* DICT_TARGET= .else VERDICT_EN= 6-en-7.1-0 DICT_SUFFIX= .tar.bz2 MASTER_SITES+= ${MASTER_SITE_GNU:S|$|:dicten|} MASTER_SITE_SUBDIR+= aspell/dict/en/:dicten DISTFILES+= aspell${VERDICT_EN}${DICT_SUFFIX}:dicten CONFLICTS= aspell-without-dicten-0.* DICT_TARGET= inst-dicten CONF_DICT_ENV= ASPELL="${PREFIX}/bin/aspell" \ WORD_LIST_COMPRESS="${PREFIX}/bin/word-list-compress" .endif .if defined(WITH_ISPELL) CONFLICTS+= ispell* ??-ispell* SCRIPTS= ispell spell PLIST_SUB+= SCRIPTS="" .else PLIST_SUB+= SCRIPTS="@comment " .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif .if !defined(NOPORTDOCS) MAN1= aspell-import.1 aspell.1 pspell-config.1 \ run-with-aspell.1 word-list-compress.1 prezip-bin.1 INFO= aspell-dev aspell .endif # Does not link without at least -O .if !defined(CFLAGS) || ${CFLAGS:M-O*} == "" CFLAGS+= -O .endif .include .if ${OSVERSION} < 602107 CONFIGURE_ARGS+= --disable-wide-curses .else CONFIGURE_ARGS+= --enable-curses=ncursesw .endif pre-everything:: @${ECHO_MSG} "" .if !defined(WITH_ISPELL) @${ECHO_MSG} "Define WITH_ISPELL to install Ispell's wrapper." @${ECHO_MSG} "" .endif .if !defined(WITHOUT_DICTEN) @${ECHO_MSG} "Define WITHOUT_DICTEN to not install english dictionary." @${ECHO_MSG} "" .endif post-extract: .if !defined(WITHOUT_DICTEN) cd ${WRKDIR} && \ ${TAR} -xjf ${DISTDIR}/aspell${VERDICT_EN}${DICT_SUFFIX} .endif pre-configure: @cd ${WRKSRC} && ${ACLOCAL} post-install: ${DICT_TARGET} ${INSTALL_DATA} ${WRKDIR}/aspell.ver ${PREFIX}/etc .if defined(WITH_ISPELL) ${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin .endif @${ECHO_CMD} "@dirrm share/aspell" >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/aspell-${VERINST}" >> ${TMPPLIST} inst-dicten: # Install en-aspell by default .if !exists(${LOCALBASE}/lib/aspell-${VERINST}/en.dat) && !defined(WITHOUT_DICTEN) @${ECHO_MSG} "===> Installing for en dictionaries" cd ${WRKDIR}/aspell${VERDICT_EN} && \ ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ ${GMAKE} ${INSTALL_TARGET} ${SED} -e "s|%%VER%%|${VERINST}|" ${MASTERDIR}/pkg-plist.en \ >> ${TMPPLIST} .endif .include Property changes on: head/textproc/aspell/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.97 \ No newline at end of property +1.98 \ No newline at end of property