diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 09:34:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 09:34:49 +0000 |
commit | 599ff655c9017c6cd721160b78002cea99823f6e (patch) | |
tree | 8d53b105a2ff298eb1db9f66889b3509ef3eebab /databases/gnome-db | |
parent | Add DataCash - and online module for credit card processing and verification. (diff) |
Update checksum. The distfile has been reroled without version bump.
Bump PORTREVISION.
Submitted by: many
Notes
Notes:
svn path=/head/; revision=46168
Diffstat (limited to 'databases/gnome-db')
-rw-r--r-- | databases/gnome-db/Makefile | 3 | ||||
-rw-r--r-- | databases/gnome-db/distinfo | 2 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-configure | 25 | ||||
-rw-r--r-- | databases/gnome-db/pkg-plist | 1 |
4 files changed, 13 insertions, 18 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index dc406cf049cc..dbcaa70ef09d 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomedb PORTVERSION= 0.2.90 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db @@ -21,9 +22,9 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ diff --git a/databases/gnome-db/distinfo b/databases/gnome-db/distinfo index 3c01e2f0a760..3a11942e2f7f 100644 --- a/databases/gnome-db/distinfo +++ b/databases/gnome-db/distinfo @@ -1 +1 @@ -MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423 +MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure index 4c28f6fa60f3..7421be776293 100644 --- a/databases/gnome-db/files/patch-configure +++ b/databases/gnome-db/files/patch-configure @@ -1,28 +1,23 @@ $FreeBSD$ ---- configure.orig Thu Jul 26 16:38:59 2001 -+++ configure Thu Jul 26 16:50:40 2001 -@@ -8821,7 +8836,7 @@ - - +--- configure.orig Mon Aug 13 11:48:19 2001 ++++ configure Mon Aug 13 11:49:44 2001 +@@ -17257,7 +17257,7 @@ + fi + fi -if test $perl_val == true; then +if [ $perl_val = true ]; then WITH_PERL_TRUE= WITH_PERL_FALSE='#' else -@@ -8831,11 +8846,11 @@ - - GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print`" +@@ -17269,7 +17269,7 @@ GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`" --GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\"" - - + GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf -+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/oaf - - ++GNOMEDB_oafdir="${prefix}/share/gnome/oaf" + ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h" + ac_config_commands="$ac_config_commands default" diff --git a/databases/gnome-db/pkg-plist b/databases/gnome-db/pkg-plist index da9b0e73cb23..c2061a71d69f 100644 --- a/databases/gnome-db/pkg-plist +++ b/databases/gnome-db/pkg-plist @@ -88,7 +88,6 @@ share/locale/sl/LC_MESSAGES/gnome-db.mo share/locale/sv/LC_MESSAGES/gnome-db.mo share/locale/tr/LC_MESSAGES/gnome-db.mo share/locale/uk/LC_MESSAGES/gnome-db.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo @dirrm share/gnome/help/gnome-db/pt_BR/images @dirrm share/gnome/help/gnome-db/pt_BR @dirrm share/gnome/help/gnome-db/it/images |