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
This commit is contained in:
Vasil Dimov 2008-06-15 15:35:34 +00:00
parent 902463bf73
commit 53357cc8c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214902
2 changed files with 14 additions and 1 deletions

View file

@ -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}

View file

@ -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"