ports/62279: Upgrade (& fix) of misc/ftree
Kim Scarborough
sluggo at unknown.nu
Mon Feb 2 18:50:37 UTC 2004
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list