Date: Fri, 14 Aug 1998 13:00:01 -0700 (PDT) From: Brian Handy <handy@physics.montana.edu> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7570 Message-ID: <199808142000.NAA29568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7570; it has been noted by GNATS. From: Brian Handy <handy@physics.montana.edu> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/7570 Date: Fri, 14 Aug 1998 13:57:41 -0600 (MDT) asapm was just updated to 2.0, I traded some patches with the author to get it working [again] under FreeBSD. Diffs that follow are against the current port, asapm-1.4. Thanks, Brian -- diff -ruN asapm.orig/Makefile asapm/Makefile --- asapm.orig/Makefile Sun Aug 9 18:36:58 1998 +++ asapm/Makefile Wed Aug 12 11:49:11 1998 @@ -1,18 +1,19 @@ # New ports collection makefile for: asapm -# Version required: 1.4 +# Version required: 2.0 # Date created: 6 Aug 1998 # Whom: Brian Handy <handy@physics.montana.edu> # # $Id: Makefile,v 1.1.1.1 1998/08/10 00:36:58 steve Exp $ # -DISTNAME= asapm-1.4 +DISTNAME= asapm-2.0 CATEGORIES= sysutils x11 MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ MAINTAINER= handy@physics.montana.edu USE_X_PREFIX= yes + MAN1= asapm.1x .include <bsd.port.mk> diff -ruN asapm.orig/files/md5 asapm/files/md5 --- asapm.orig/files/md5 Sun Aug 9 18:36:58 1998 +++ asapm/files/md5 Fri Aug 14 13:51:50 1998 @@ -1 +1 @@ -MD5 (asapm-1.4.tar.gz) = 08c11f5b6cfe7e354d43916711a7a646 +MD5 (asapm-2.0.tar.gz) = c067c9dac68ecbb35bf2eba68ee3b456 diff -ruN asapm.orig/patches/patch-aa asapm/patches/patch-aa --- asapm.orig/patches/patch-aa Sun Aug 9 18:36:58 1998 +++ asapm/patches/patch-aa Wed Aug 12 11:49:11 1998 @@ -1,10 +1,13 @@ ---- Makefile.orig Thu Aug 6 16:53:24 1998 -+++ Makefile Thu Aug 6 16:54:18 1998 -@@ -1,6 +1,6 @@ +--- Makefile.orig Wed Aug 12 11:37:44 1998 ++++ Makefile Wed Aug 12 11:37:50 1998 +@@ -1,8 +1,8 @@ + #----------------------------------------------------- # The locations where this program should be installed --INSTALL_X_DIR=/usr/X11R6/bin +-INSTALL_X_DIR=/usr/local/bin +-OLD_INSTALL_X_DIR=/usr/X11R6/bin -MAN_DIR=/usr/X11R6/man/man1 +INSTALL_X_DIR=${PREFIX}/bin ++OLD_INSTALL_X_DIR=${PREFIX}/bin +MAN_DIR=${PREFIX}/man/man1 # The location and names of the X11 libraries To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808142000.NAA29568>