ports/84304: graphics/ida: Install exiftran
Volker Stolz
vs at FreeBSD.org
Fri Jul 29 14:40:03 UTC 2005
>Number: 84304
>Category: ports
>Synopsis: graphics/ida: Install exiftran
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 29 14:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Volker Stolz
>Release: FreeBSD 4.11-STABLE i386
>Organization:
Lehrstuhl für Informatik II; RWTH Aachen Universität
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.11-STABLE FreeBSD 4.11-STABLE #23: Fri Jan 14 09:26:11 CET 2005 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386
>Description:
The port should install exiftran (patch attached).
Furthermore, - the port will depend on libcurl if it is available
at build-time; this should probably handled as a
mandatory dependency
- the port won't build in the presence of libexif.
Maybe 'fbi' provides a more recent version which
correctly builds with libexif?
>How-To-Repeat:
>Fix:
--- ida.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/freebsdcvs/cvs-ports/ports/graphics/ida/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 30 Dec 2004 02:37:14 -0000 1.2
+++ Makefile 29 Jul 2005 14:28:38 -0000
@@ -30,7 +30,7 @@
MAN1= ida.1
PORTDOCS= README TODO INSTALL
-PLIST_FILES= bin/ida lib/X11/app-defaults/Ida
+PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida
.include <bsd.port.pre.mk>
@@ -40,8 +40,9 @@
${WRKSRC}/tiff.c ${WRKSRC}/xwd.c
.endif
-.if !defined(NOPORTDOCS)
post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/exiftran ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for a in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR}
--- ida.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list