ports/88114: ports/mail/biffer refers to /usr/local - with simple fix

John Sellens jsellens at generalconcepts.com
Fri Oct 28 04:40:15 UTC 2005


>Number:         88114
>Category:       ports
>Synopsis:       ports/mail/biffer refers to /usr/local - with simple fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 28 04:40:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     John Sellens
>Release:        FreeBSD 4.11-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD gc0.generalconcepts.com 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #0: Mon May 23 17:07:34 EDT 2005 jsellens at gc0.generalconcepts.com:/usr/obj/usr/src/sys/GC0_411 i386


	
>Description:
	ports/mail/biffer refers to /usr/local - needs a minor
	adjustment to a patch file to set PREFIX
>How-To-Repeat:
	Try installing it to other than /usr/local
>Fix:

	patch follows - ups PORTREVISION and fixes the patch
	to biffer_comsat/Makefile from the distribution

	I'm the port's maintainer, but have no commit access.

	Thanks!

--- pppp begins here ---
diff -u -r biffer.old/Makefile biffer/Makefile
--- biffer.old/Makefile	Fri Mar 14 11:29:01 2003
+++ biffer/Makefile	Thu Oct 27 23:27:46 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	biffer
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.generalconcepts.com/resources/software/
 
diff -u -r biffer.old/files/patch-biffer_comsat::Makefile biffer/files/patch-biffer_comsat::Makefile
--- biffer.old/files/patch-biffer_comsat::Makefile	Wed Oct 22 20:14:06 2003
+++ biffer/files/patch-biffer_comsat::Makefile	Thu Oct 27 23:29:07 2005
@@ -1,8 +1,14 @@
---- biffer_comsat/Makefile.orig	Wed Oct 22 17:11:51 2003
-+++ biffer_comsat/Makefile	Wed Oct 22 17:12:01 2003
-@@ -11,6 +11,8 @@
- BINDIR=        /usr/local/libexec
- MANDIR=        /usr/local/man/man
+--- biffer_comsat/Makefile.orig	Thu Oct 27 23:23:21 2005
++++ biffer_comsat/Makefile	Thu Oct 27 23:25:14 2005
+@@ -8,9 +8,12 @@
+ 
+ SRCS=	comsat.c usebiffer.c
+ 
+-BINDIR=        /usr/local/libexec
+-MANDIR=        /usr/local/man/man
++PREFIX=        /usr/local
++BINDIR=        ${PREFIX}/libexec
++MANDIR=        ${PREFIX}/man/man
  
 +CC?=		cc
 +CFLAGS?=	-O -pipe
--- pppp ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list