Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 16:33:33 +0200 (CEST)
From:      Volker Stolz <vs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84304: graphics/ida: Install exiftran
Message-ID:  <200507291433.j6TEXXCP011794@i2.informatik.rwth-aachen.de>
Resent-Message-ID: <200507291440.j6TEe2bT011155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507291433.j6TEXXCP011794>