Index: head/math/gnumeric2/Makefile =================================================================== --- head/math/gnumeric2/Makefile (revision 66443) +++ head/math/gnumeric2/Makefile (revision 66444) @@ -1,56 +1,57 @@ # New ports collection makefile for: gnumeric2 # Date created: 26 August 2002 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= gnumeric2 PORTVERSION= 1.1.8 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/${PORTNAME:S/2$//} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gal-2-0.2:${PORTSDIR}/x11-toolkits/gal2 \ gsf-1.4:${PORTSDIR}/devel/libgsf USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack gnomehier USE_PYTHON= yes USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --without-guile --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" + LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ + DEFS="-I${X11BASE}/include/gal-2-0" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION}-bonobo .if defined(WITH_DATABASE_ACCESS) LIB_DEPENDS+= gda-2.1:${PORTSDIR}/databases/libgda2 CONFIGURE_ARGS+= --with-gda .else CONFIGURE_ARGS+= --without-gda .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ ${REINPLACE_CMD} -e 's|\.la|.so|g' post-install: .for dir in share/gnome lib @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric .endfor .include Property changes on: head/math/gnumeric2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.91 \ No newline at end of property +1.92 \ No newline at end of property Index: head/math/gnumeric2/files/patch-configure =================================================================== --- head/math/gnumeric2/files/patch-configure (revision 66443) +++ head/math/gnumeric2/files/patch-configure (revision 66444) @@ -1,10 +1,19 @@ --- configure.orig Thu Sep 12 00:39:10 2002 +++ configure Thu Sep 12 00:39:36 2002 @@ -8114,6 +8114,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -13797,7 +13798,7 @@ + }' + fi + +-DEFS=-DHAVE_CONFIG_H ++DEFS="$DEFS -DHAVE_CONFIG_H" + + + Property changes on: head/math/gnumeric2/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property