diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 15:21:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 15:21:59 +0800 |
commit | 6bd421e4b050a456f2a6a001e4f6c75eda9ab294 (patch) | |
tree | e05b576aaf46f448fc6fa33a8271e82ebaba2550 /math | |
parent | 6798898bb4a7f941adb03bc12f1bc1103b530266 (diff) | |
download | marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.tar marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.tar.gz marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.tar.bz2 marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.tar.lz marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.tar.xz marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.tar.zst marcuscom-ports-6bd421e4b050a456f2a6a001e4f6c75eda9ab294.zip |
Temporarily disable libgnomedb support until gnumeric is updated for the
new code.
Reported by: ade's Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4412 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 42d084d2a..31a78feef 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,11 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/math/gnumeric/Makefile,v 1.6 2005/06/28 05:40:08 adamw Exp $ +# $MCom: ports/math/gnumeric/Makefile,v 1.7 2005/07/01 18:03:12 marcus Exp $ # PORTNAME= gnumeric PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -23,12 +24,12 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ - libgnomedb libgsf_gnome pygtk2 desktopfileutils + libgsf_gnome pygtk2 desktopfileutils USE_PYTHON= yes INSTALLS_OMF= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db +CONFIGURE_ARGS= --without-guile --with-bonobo --without-gnome-db CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ python_prog=${PYTHON_VERSION} diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 4593399f5..eb6985346 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -39,9 +39,9 @@ lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so -lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.so +@comment lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so +@comment lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml +@comment lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.so lib/gnumeric/%%VERSION%%/plugins/gnome-db/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gnome-db/ui.xml lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header @@ -743,7 +743,7 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins/html @dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary @dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-db -@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif +@comment @dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-string @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-stat @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-random |