Bug 68654

Summary: [patch] Small update to make HamFax compile under 4.x
Product: Ports & Packages Reporter: carl
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description carl 2004-07-04 14:10:23 UTC
The patch to Makefile and complete changed patch below let HamFax detect and compile
under 4.x.

Fix: Patch to Makefile
Please replace "files/patch-configure" with this file below.


Thanks!


Carl.--PiA7s9DkQaWTioUU45M8aOezjOWvM5CnoUwToA23pCJCQLUU
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig	Sun Jul  4 22:58:37 2004
+++ Makefile	Sun Jul  4 22:58:24 2004
@@ -6,7 +6,7 @@
 
 PORTNAME=	hamfax
 PORTVERSION=	0.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	hamfax
@@ -26,10 +26,4 @@
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		"Configure fails on 4.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-05 16:14:07 UTC
State Changed
From-To: open->closed

Committed, thanks!