Bug 68654 - [patch] Small update to make HamFax compile under 4.x
Summary: [patch] Small update to make HamFax compile under 4.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 14:10 UTC by carl
Modified: 2004-07-05 16:14 UTC (History)
0 users

See Also:


Attachments
file.diff (947 bytes, patch)
2004-07-04 14:10 UTC, carl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!