diff options
author | vd <vd@FreeBSD.org> | 2008-06-15 23:35:34 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2008-06-15 23:35:34 +0800 |
commit | 56f1fdd899fefa36b4cf90f374a1be54b5d0a2f4 (patch) | |
tree | e78b29b956e5e81bdb5b81cebdf23fa13fa8f67b /graphics/hugin | |
parent | 73d62713060565ebc696f9da88c07fb90a072b05 (diff) | |
download | freebsd-ports-gnome-56f1fdd899fefa36b4cf90f374a1be54b5d0a2f4.tar.gz freebsd-ports-gnome-56f1fdd899fefa36b4cf90f374a1be54b5d0a2f4.tar.zst freebsd-ports-gnome-56f1fdd899fefa36b4cf90f374a1be54b5d0a2f4.zip |
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
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/hugin/files/patch-src_include_hugin_config_defaults.h | 13 |
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" |