Date: Sun, 1 Feb 2004 17:30:08 -0600 (CST) From: Kim Scarborough <sluggo@unknown.nu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62279: Upgrade (& fix) of misc/ftree Message-ID: <20040201233008.C308510A@housecat.unknown.nu> Resent-Message-ID: <200402021850.i12IoIj9018164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62279 >Category: ports >Synopsis: Upgrade (& fix) of misc/ftree >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 02 10:50:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Kim Scarborough >Release: FreeBSD 5.2-RELEASE i386 >Organization: >Environment: System: FreeBSD housecat.unknown.nu 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Thu Jan 29 13:57:30 CST 2004 toor@housecat.unknown.nu:/usr/obj/usr/src/sys/HOUSECAT i386 >Description: This is an update of misc/ftree from 1.7 to 1.9. >How-To-Repeat: >Fix: diff -ruN ftree.ORIG/Makefile ftree/Makefile --- ftree.ORIG/Makefile Sat Feb 22 20:21:49 2003 +++ ftree/Makefile Sun Feb 1 17:22:00 2004 @@ -6,7 +6,7 @@ # PORTNAME= ftree -PORTVERSION= 1.7 +PORTVERSION= 1.9 CATEGORIES= misc linux MASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \ http://www.unknown.nu/ports/ @@ -16,7 +16,9 @@ MAINTAINER= user@unknown.nu COMMENT= An X11 genealogy program -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +USE_LINUX= yes +USE_X_PREFIX= yes +USE_XLIB= no ONLY_FOR_ARCHS= i386 NO_CDROM= Non-commercial use only @@ -30,15 +32,15 @@ do-patch: do-configure: do-build: - brandelf -t Linux ${WRKSRC}/X11R6/bin/ftree + ${BRANDELF} -t Linux ${WRKSRC}/bin/ftree do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/X11R6/bin/ftree ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/X11R6/man/man1/ftree.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/bin/ftree ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/share/man/man1/ftree.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/examples - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/Copyright ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/ReleaseNotes-${PORTVERSION}.txt ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/examples/royal.ged ${DOCSDIR}/examples + ${INSTALL_DATA} ${WRKSRC}/share/doc/ftree-${PORTVERSION}/Copyright ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/share/doc/ftree-${PORTVERSION}/ReleaseNotes-${PORTVERSION}.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/share/doc/ftree-${PORTVERSION}/examples/royal.ged ${DOCSDIR}/examples .endif pre-install: diff -ruN ftree.ORIG/distinfo ftree/distinfo --- ftree.ORIG/distinfo Sat Aug 18 01:34:37 2001 +++ ftree/distinfo Sun Feb 1 16:25:54 2004 @@ -1 +1 @@ -MD5 (ftree-1.7-static.tgz) = aa83fb7df098d37d35991228dc5b975e +MD5 (ftree-1.9-static.tgz) = 54b9915eeec1a3c96725ace286c38cb7 diff -ruN ftree.ORIG/pkg-plist ftree/pkg-plist --- ftree.ORIG/pkg-plist Sat Aug 18 01:34:37 2001 +++ ftree/pkg-plist Sun Feb 1 17:19:28 2004 @@ -1,6 +1,6 @@ bin/ftree share/doc/ftree/Copyright -share/doc/ftree/ReleaseNotes-1.7.txt +share/doc/ftree/ReleaseNotes-1.9.txt share/doc/ftree/examples/royal.ged @dirrm share/doc/ftree/examples @dirrm share/doc/ftree >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040201233008.C308510A>