summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2008-06-15 15:35:34 +0000
committerVasil Dimov <vd@FreeBSD.org>2008-06-15 15:35:34 +0000
commit53357cc8c5b5822050ce880fb362878f4eab99a5 (patch)
tree4749807093de43d12b418f6c88b738a457d72f34 /graphics/hugin
parentForced commit to document that this file, conserver.sh.in, was repocopied (diff)
graphics/hugin:
Fix reference to autopano-complete - it is installed as autopano-complete, not autopano-complete.sh and does not recognize long options under FreeBSD. PR: ports/123588 Submitted by: marck
Notes
Notes: svn path=/head/; revision=214902
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile2
-rw-r--r--graphics/hugin/files/patch-src_include_hugin_config_defaults.h13
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index d8f584dcc2d8..b617501b609a 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hugin
DISTVERSION= 0.7_beta4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/hugin/files/patch-src_include_hugin_config_defaults.h b/graphics/hugin/files/patch-src_include_hugin_config_defaults.h
new file mode 100644
index 000000000000..0894a0886f2f
--- /dev/null
+++ b/graphics/hugin/files/patch-src_include_hugin_config_defaults.h
@@ -0,0 +1,13 @@
+--- src/include/hugin/config_defaults.h.orig 2008-06-15 18:26:33.000000000 +0300
++++ src/include/hugin/config_defaults.h 2008-06-15 18:27:33.000000000 +0300
+@@ -150,8 +150,8 @@
+ #define HUGIN_APKOLOR_EXE ""
+ #define HUGIN_APKOLOR_ARGS ""
+
+-#define HUGIN_APSIFT_EXE "autopano-complete.sh"
+-#define HUGIN_APSIFT_ARGS "--output %o --points %p %i"
++#define HUGIN_APSIFT_EXE "autopano-complete"
++#define HUGIN_APSIFT_ARGS "-o %o -p %p %i"
+ #define HUGIN_STITCHER_RUN_EDITOR 0l
+ #define HUGIN_STITCHER_EDITOR "gimp-remote"
+ #define HUGIN_STITCHER_EDITOR_ARGS "%f"