Index: head/graphics/libdrm/Makefile =================================================================== --- head/graphics/libdrm/Makefile (revision 284555) +++ head/graphics/libdrm/Makefile (revision 284556) @@ -1,43 +1,44 @@ # New ports collection makefile for: libdrm # Date created: 29 Dec 2005 # Whom: lesi@FreeBSD.org # # $FreeBSD$ # PORTNAME= libdrm PORTVERSION= ${LIBDRM_VERSION} PORTREVISION= 1 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ MAINTAINER= x11@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs +WITH_FBSD10_FIX= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes .include .if defined(WITHOUT_NOUVEAU) LIBDRM_VERSION= 2.4.17 CONFIGURE_ARGS= --disable-nouveau-experimental-api \ --disable-radeon-experimental-api PLIST_SUB+= NEW= OLD="@comment " .else LIBDRM_VERSION= 2.4.12 CONFIGURE_ARGS= --enable-nouveau-experimental-api PLIST_SUB+= OLD= NEW="@comment " .endif pre-patch: @${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/configure .include Property changes on: head/graphics/libdrm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/textproc/libxslt/Makefile =================================================================== --- head/textproc/libxslt/Makefile (revision 284555) +++ head/textproc/libxslt/Makefile (revision 284556) @@ -1,62 +1,63 @@ # New ports collection makefile for: libxslt # Date created: 9th February 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= libxslt PORTVERSION= 1.1.26 PORTREVISION?= 3 CATEGORIES?= textproc gnome MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ ftp://gd.tuwien.ac.at/pub/libxml/ \ ftp://xmlsoft.org/libxml2/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= The XSLT C library for GNOME .if !defined(REFERENCE_PORT) USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME?= gnomehack libxml2 CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +WITH_FBSD10_FIX= yes .if defined(MASTERDIR) _SLAVE_PORT= yes .else MAN3= libexslt.3 libxslt.3 MAN1= xsltproc.1 OPTIONS= MEM_DEBUG "Enable memory debugging" off \ CRYPTO "Enable crypto support for exslt" on .endif .include .if defined(WITH_MEM_DEBUG) CONFIGURE_ARGS+= --with-mem-debug .endif .if defined(WITH_CRYPTO) LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt .else CONFIGURE_ARGS+=--without-crypto .endif post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's|[$$](bindir)/xsltproc|../xsltproc/xsltproc|g ; \ s|[$$](bindir)/xmllint|../xmllint/xmllint|g' \ ${WRKSRC}/doc/Makefile.in .include .endif Property changes on: head/textproc/libxslt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property