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>
State Changed From-To: open->closed Committed, thanks!