Index: head/x11-toolkits/guile-gnome/Makefile =================================================================== --- head/x11-toolkits/guile-gnome/Makefile (revision 195635) +++ head/x11-toolkits/guile-gnome/Makefile (revision 195636) @@ -1,33 +1,36 @@ # New ports collection makefile for: guile-gnome # Date created: 9th June 2000 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= guile-gnome PORTVERSION= 0.20 PORTREVISION= 9 CATEGORIES= x11-toolkits gnome scheme MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-guile/0.20 DISTNAME= gnome-guile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Guile binding library for GNOME LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix bonobo gtkhtml libglade USE_LDCONFIG= yes CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ --with-libglade --with-gdkpixbuf --with-ghttp CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig + pre-build: @${TOUCH} -f ${WRKSRC}/guile-gnome/gtkhtml/*.c .include Property changes on: head/x11-toolkits/guile-gnome/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/x11-toolkits/py-gnome/Makefile =================================================================== --- head/x11-toolkits/py-gnome/Makefile (revision 195635) +++ head/x11-toolkits/py-gnome/Makefile (revision 195636) @@ -1,52 +1,55 @@ # New ports collection makefile for: py-gnome # Date created: 3/14/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= py-gnome PORTVERSION= 1.4.4 PORTREVISION= 6 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/1.4 DISTNAME= gnome-python-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= gtkhtml gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${LOCALBASE}/bin/gnome-config \ --with-gtkhtml EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome CONFLICTS= py*-gnome-2* +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/pygtk/configure + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 .else PLIST= ${WRKDIR}/PLIST.nodocs pre-install: ${RM} -f ${PLIST} ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \ ${PKGDIR}/pkg-plist > ${PLIST} .endif .include Property changes on: head/x11-toolkits/py-gnome/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.73 \ No newline at end of property +1.74 \ No newline at end of property