diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-12-06 12:03:31 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-12-06 12:03:31 +0000 |
commit | 88b729c6ff2648a5454109b306fb0d2cf5a6598a (patch) | |
tree | a64e3538efdda22ef53a6c87253b752e9ed30c8f /science/gchemutils | |
parent | 695fce8223a1b09e2e88ec16c5f9d218a7553cd7 (diff) |
Notes
Diffstat (limited to 'science/gchemutils')
-rw-r--r-- | science/gchemutils/Makefile | 4 | ||||
-rw-r--r-- | science/gchemutils/files/patch-libs_gcu_cmd-context.cc | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 26bd7114b922..45441e0104ed 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= gchemutils PORTVERSION= 0.10.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.10 @@ -37,7 +37,7 @@ GCONF_SCHEMAS= gcrystal.schemas gchempaint.schemas gchempaint-arrows.schemas gch MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 gspectrum.1 -PLIST_SUB= VER=0.10 GOFFICE=0.7.15 +PLIST_SUB= VER=0.10 GOFFICE=0.7.16 OPTIONS= XUL "Build browser plugin (requires Xulrunner)" off diff --git a/science/gchemutils/files/patch-libs_gcu_cmd-context.cc b/science/gchemutils/files/patch-libs_gcu_cmd-context.cc new file mode 100644 index 000000000000..9708bbe064e2 --- /dev/null +++ b/science/gchemutils/files/patch-libs_gcu_cmd-context.cc @@ -0,0 +1,11 @@ +--- libs/gcu/cmd-context.cc.orig 2009-12-05 21:26:26.000000000 +0100 ++++ libs/gcu/cmd-context.cc 2009-12-05 21:27:16.000000000 +0100 +@@ -62,7 +62,7 @@ gcu_cc_set_sensitive (G_GNUC_UNUSED GOCm + } + + static void +-gcu_cc_progress_set (GOCmdContext *cc, gfloat val) ++gcu_cc_progress_set (GOCmdContext *cc, double val) + { + } + |