Update checksum. The distfile has been reroled without version bump.
Bump PORTREVISION. Submitted by: many
This commit is contained in:
parent
456b96ca3f
commit
599ff655c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46168
21 changed files with 210 additions and 57 deletions
|
@ -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 ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423
|
||||
MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423
|
||||
MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423
|
||||
MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
|
@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libgda-0.2.90.tar.gz) = e36b77f0db0ffd60a257e007ea914c5d
|
||||
MD5 (libgda-0.2.90.tar.gz) = 32b81cfcebcaa52f872b991ec34e9c2e
|
||||
|
|
|
@ -101,15 +101,69 @@ share/gnome/help/libgda/C/providers-implementation.html
|
|||
share/gnome/help/libgda/C/providers.html
|
||||
share/gnome/help/libgda/C/reports.html
|
||||
share/gnome/help/libgda/C/topic.dat
|
||||
share/gnome/help/libgda/es/architecture.html
|
||||
share/gnome/help/libgda/es/clients-building-corba.html
|
||||
share/gnome/help/libgda/es/clients-building.html
|
||||
share/gnome/help/libgda/es/clients.html
|
||||
share/gnome/help/libgda/es/docbook.css
|
||||
share/gnome/help/libgda/es/gda-client-batch.html
|
||||
share/gnome/help/libgda/es/gda-client-meta.html
|
||||
share/gnome/help/libgda/es/gda-client-objects.html
|
||||
share/gnome/help/libgda/es/gda-client-types.html
|
||||
share/gnome/help/libgda/es/gda-client.html
|
||||
share/gnome/help/libgda/es/gda-common-logs.html
|
||||
share/gnome/help/libgda/es/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/es/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/es/gda-common.html
|
||||
share/gnome/help/libgda/es/index.html
|
||||
share/gnome/help/libgda/es/installation-configuring.html
|
||||
share/gnome/help/libgda/es/installation-installing.html
|
||||
share/gnome/help/libgda/es/installation.html
|
||||
share/gnome/help/libgda/es/introduction.html
|
||||
share/gnome/help/libgda/es/ln47.html
|
||||
share/gnome/help/libgda/es/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/es/providers-examples.html
|
||||
share/gnome/help/libgda/es/providers-implementation.html
|
||||
share/gnome/help/libgda/es/providers.html
|
||||
share/gnome/help/libgda/es/reports.html
|
||||
share/gnome/help/libgda/es/topic.dat
|
||||
share/gnome/help/libgda/pt_BR/architecture.html
|
||||
share/gnome/help/libgda/pt_BR/c162.html
|
||||
share/gnome/help/libgda/pt_BR/c182.html
|
||||
share/gnome/help/libgda/pt_BR/c323.html
|
||||
share/gnome/help/libgda/pt_BR/c350.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building-corba.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building.html
|
||||
share/gnome/help/libgda/pt_BR/docbook.css
|
||||
share/gnome/help/libgda/pt_BR/gda-client-batch.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-meta.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-objects.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-types.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-logs.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/pt_BR/index.html
|
||||
share/gnome/help/libgda/pt_BR/installation-configuring.html
|
||||
share/gnome/help/libgda/pt_BR/installation-installing.html
|
||||
share/gnome/help/libgda/pt_BR/installation.html
|
||||
share/gnome/help/libgda/pt_BR/introduction.html
|
||||
share/gnome/help/libgda/pt_BR/libgda.html
|
||||
share/gnome/help/libgda/pt_BR/ln38.html
|
||||
share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/providers-examples.html
|
||||
share/gnome/help/libgda/pt_BR/providers-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/topic.dat
|
||||
share/gnome/html/libgda-client-decl.txt
|
||||
share/gnome/html/libgda-client-sections.txt
|
||||
share/gnome/html/libgda-client.args
|
||||
share/gnome/html/libgda-client.hierarchy
|
||||
share/gnome/html/libgda-client.signals
|
||||
share/gnome/html/libgda-client.types
|
||||
share/gnome/html/libgda-common-decl.txt
|
||||
share/gnome/html/libgda-common-sections.txt
|
||||
share/gnome/html/libgda-common.args
|
||||
share/gnome/html/libgda-common.hierarchy
|
||||
share/gnome/html/libgda-common.signals
|
||||
share/gnome/html/libgda-common.types
|
||||
share/gnome/idl/GDA.idl
|
||||
share/gnome/idl/GDA_Command.idl
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
|
@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libgda-0.2.90.tar.gz) = e36b77f0db0ffd60a257e007ea914c5d
|
||||
MD5 (libgda-0.2.90.tar.gz) = 32b81cfcebcaa52f872b991ec34e9c2e
|
||||
|
|
|
@ -101,15 +101,69 @@ share/gnome/help/libgda/C/providers-implementation.html
|
|||
share/gnome/help/libgda/C/providers.html
|
||||
share/gnome/help/libgda/C/reports.html
|
||||
share/gnome/help/libgda/C/topic.dat
|
||||
share/gnome/help/libgda/es/architecture.html
|
||||
share/gnome/help/libgda/es/clients-building-corba.html
|
||||
share/gnome/help/libgda/es/clients-building.html
|
||||
share/gnome/help/libgda/es/clients.html
|
||||
share/gnome/help/libgda/es/docbook.css
|
||||
share/gnome/help/libgda/es/gda-client-batch.html
|
||||
share/gnome/help/libgda/es/gda-client-meta.html
|
||||
share/gnome/help/libgda/es/gda-client-objects.html
|
||||
share/gnome/help/libgda/es/gda-client-types.html
|
||||
share/gnome/help/libgda/es/gda-client.html
|
||||
share/gnome/help/libgda/es/gda-common-logs.html
|
||||
share/gnome/help/libgda/es/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/es/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/es/gda-common.html
|
||||
share/gnome/help/libgda/es/index.html
|
||||
share/gnome/help/libgda/es/installation-configuring.html
|
||||
share/gnome/help/libgda/es/installation-installing.html
|
||||
share/gnome/help/libgda/es/installation.html
|
||||
share/gnome/help/libgda/es/introduction.html
|
||||
share/gnome/help/libgda/es/ln47.html
|
||||
share/gnome/help/libgda/es/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/es/providers-examples.html
|
||||
share/gnome/help/libgda/es/providers-implementation.html
|
||||
share/gnome/help/libgda/es/providers.html
|
||||
share/gnome/help/libgda/es/reports.html
|
||||
share/gnome/help/libgda/es/topic.dat
|
||||
share/gnome/help/libgda/pt_BR/architecture.html
|
||||
share/gnome/help/libgda/pt_BR/c162.html
|
||||
share/gnome/help/libgda/pt_BR/c182.html
|
||||
share/gnome/help/libgda/pt_BR/c323.html
|
||||
share/gnome/help/libgda/pt_BR/c350.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building-corba.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building.html
|
||||
share/gnome/help/libgda/pt_BR/docbook.css
|
||||
share/gnome/help/libgda/pt_BR/gda-client-batch.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-meta.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-objects.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-types.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-logs.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/pt_BR/index.html
|
||||
share/gnome/help/libgda/pt_BR/installation-configuring.html
|
||||
share/gnome/help/libgda/pt_BR/installation-installing.html
|
||||
share/gnome/help/libgda/pt_BR/installation.html
|
||||
share/gnome/help/libgda/pt_BR/introduction.html
|
||||
share/gnome/help/libgda/pt_BR/libgda.html
|
||||
share/gnome/help/libgda/pt_BR/ln38.html
|
||||
share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/providers-examples.html
|
||||
share/gnome/help/libgda/pt_BR/providers-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/topic.dat
|
||||
share/gnome/html/libgda-client-decl.txt
|
||||
share/gnome/html/libgda-client-sections.txt
|
||||
share/gnome/html/libgda-client.args
|
||||
share/gnome/html/libgda-client.hierarchy
|
||||
share/gnome/html/libgda-client.signals
|
||||
share/gnome/html/libgda-client.types
|
||||
share/gnome/html/libgda-common-decl.txt
|
||||
share/gnome/html/libgda-common-sections.txt
|
||||
share/gnome/html/libgda-common.args
|
||||
share/gnome/html/libgda-common.hierarchy
|
||||
share/gnome/html/libgda-common.signals
|
||||
share/gnome/html/libgda-common.types
|
||||
share/gnome/idl/GDA.idl
|
||||
share/gnome/idl/GDA_Command.idl
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
|
@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libgda-0.2.90.tar.gz) = e36b77f0db0ffd60a257e007ea914c5d
|
||||
MD5 (libgda-0.2.90.tar.gz) = 32b81cfcebcaa52f872b991ec34e9c2e
|
||||
|
|
|
@ -101,15 +101,69 @@ share/gnome/help/libgda/C/providers-implementation.html
|
|||
share/gnome/help/libgda/C/providers.html
|
||||
share/gnome/help/libgda/C/reports.html
|
||||
share/gnome/help/libgda/C/topic.dat
|
||||
share/gnome/help/libgda/es/architecture.html
|
||||
share/gnome/help/libgda/es/clients-building-corba.html
|
||||
share/gnome/help/libgda/es/clients-building.html
|
||||
share/gnome/help/libgda/es/clients.html
|
||||
share/gnome/help/libgda/es/docbook.css
|
||||
share/gnome/help/libgda/es/gda-client-batch.html
|
||||
share/gnome/help/libgda/es/gda-client-meta.html
|
||||
share/gnome/help/libgda/es/gda-client-objects.html
|
||||
share/gnome/help/libgda/es/gda-client-types.html
|
||||
share/gnome/help/libgda/es/gda-client.html
|
||||
share/gnome/help/libgda/es/gda-common-logs.html
|
||||
share/gnome/help/libgda/es/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/es/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/es/gda-common.html
|
||||
share/gnome/help/libgda/es/index.html
|
||||
share/gnome/help/libgda/es/installation-configuring.html
|
||||
share/gnome/help/libgda/es/installation-installing.html
|
||||
share/gnome/help/libgda/es/installation.html
|
||||
share/gnome/help/libgda/es/introduction.html
|
||||
share/gnome/help/libgda/es/ln47.html
|
||||
share/gnome/help/libgda/es/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/es/providers-examples.html
|
||||
share/gnome/help/libgda/es/providers-implementation.html
|
||||
share/gnome/help/libgda/es/providers.html
|
||||
share/gnome/help/libgda/es/reports.html
|
||||
share/gnome/help/libgda/es/topic.dat
|
||||
share/gnome/help/libgda/pt_BR/architecture.html
|
||||
share/gnome/help/libgda/pt_BR/c162.html
|
||||
share/gnome/help/libgda/pt_BR/c182.html
|
||||
share/gnome/help/libgda/pt_BR/c323.html
|
||||
share/gnome/help/libgda/pt_BR/c350.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building-corba.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building.html
|
||||
share/gnome/help/libgda/pt_BR/docbook.css
|
||||
share/gnome/help/libgda/pt_BR/gda-client-batch.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-meta.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-objects.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-types.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-logs.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/pt_BR/index.html
|
||||
share/gnome/help/libgda/pt_BR/installation-configuring.html
|
||||
share/gnome/help/libgda/pt_BR/installation-installing.html
|
||||
share/gnome/help/libgda/pt_BR/installation.html
|
||||
share/gnome/help/libgda/pt_BR/introduction.html
|
||||
share/gnome/help/libgda/pt_BR/libgda.html
|
||||
share/gnome/help/libgda/pt_BR/ln38.html
|
||||
share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/providers-examples.html
|
||||
share/gnome/help/libgda/pt_BR/providers-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/topic.dat
|
||||
share/gnome/html/libgda-client-decl.txt
|
||||
share/gnome/html/libgda-client-sections.txt
|
||||
share/gnome/html/libgda-client.args
|
||||
share/gnome/html/libgda-client.hierarchy
|
||||
share/gnome/html/libgda-client.signals
|
||||
share/gnome/html/libgda-client.types
|
||||
share/gnome/html/libgda-common-decl.txt
|
||||
share/gnome/html/libgda-common-sections.txt
|
||||
share/gnome/html/libgda-common.args
|
||||
share/gnome/html/libgda-common.hierarchy
|
||||
share/gnome/html/libgda-common.signals
|
||||
share/gnome/html/libgda-common.types
|
||||
share/gnome/idl/GDA.idl
|
||||
share/gnome/idl/GDA_Command.idl
|
||||
|
|
Loading…
Reference in a new issue