Date: Sun, 15 Jun 2008 08:51:22 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124608: maintainer update: math/liborigin Message-ID: <200806150851.m5F8pMlo051410@www.freebsd.org> Resent-Message-ID: <200806150900.m5F90Doa002227@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124608 >Category: ports >Synopsis: maintainer update: math/liborigin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 15 09:00:13 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Jun 8 18:13:48 MSD 2008 root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: preparing for upcoming LabPlot update: move headers to liborigin subdir mark conflict with LabPlot < 1.6 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/math/liborigin/Makefile /home/makc/porting/ports/math/liborigin/Makefile --- /usr/ports/math/liborigin/Makefile 2007-12-15 02:28:04.000000000 +0300 +++ /home/makc/porting/ports/math/liborigin/Makefile 2008-06-15 02:15:23.000000000 +0400 @@ -7,19 +7,21 @@ PORTNAME= liborigin PORTVERSION= 20070926 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MAINTAINER= makc@issp.ac.ru COMMENT= Tools for importing OriginLab .OPJ files -CONFLICTS= LabPlot-[0-9]* +CONFLICTS= LabPlot-1.5.* PLIST_FILES= bin/opj2dat \ - include/OPJFile.h \ - include/tree.hh \ + include/${PORTNAME}/OPJFile.h \ + include/${PORTNAME}/tree.hh \ lib/liborigin.so \ lib/liborigin.so.0 +PLIST_DIRS= include/${PORTNAME} USE_LDCONFIG= yes @@ -31,8 +33,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/opj2dat ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/OPJFile.h ${PREFIX}/include/ - ${INSTALL_DATA} ${WRKSRC}/tree.hh ${PREFIX}/include/ + ${MKDIR} ${PREFIX}/include/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/OPJFile.h ${PREFIX}/include/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/tree.hh ${PREFIX}/include/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/lib/liborigin.so.0.0.3 ${PREFIX}/lib/liborigin.so.0 ${LN} -fs ${PREFIX}/lib/liborigin.so.0 ${PREFIX}/lib/liborigin.so >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806150851.m5F8pMlo051410>