Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2007 12:37:42 GMT
From:      Vladimir Korkodinov <viper@perm.raid.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116463: [PATCH] net/astfax. The package can`t be compiled
Message-ID:  <200709191237.l8JCbgPm075283@www.freebsd.org>
Resent-Message-ID: <200709191240.l8JCe2OE036586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116463
>Category:       ports
>Synopsis:       [PATCH] net/astfax. The package can`t be compiled
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 19 12:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Korkodinov
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD asterisk 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Apr  5 20:22:26 YEKST 2007     root@asterisk:/usr/src/sys/i386/compile/viper  i386

>Description:
The package don`t want compile after PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115038)

>How-To-Repeat:

>Fix:
Apply patch

Patch attached with submission follows:

diff -ruN astfax.old/Makefile astfax/Makefile
--- astfax.old/Makefile	Wed Jun  6 13:45:32 2007
+++ astfax/Makefile	Wed Sep 19 18:30:29 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	astfax
 PORTVERSION=	1.0
+PORTREVISION=   1
 CATEGORIES=	net
 MASTER_SITES=	http://www.inter7.com/astfax/
 
@@ -24,7 +25,7 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CC =|CC \?=|' \
 			  -e 's|^DEFS =|DEFS \?=|' \
-			  -e 's|\/usr\/include\/eps|${LOCALBASE}\/include|' \
+			  -e 's|\/usr\/include\/eps|${LOCALBASE}\/include\/eps|' \
 			  -e 's|^LIBS=-leps|LIBS=-leps -L${LOCALBASE}\/lib|' \
 		${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|"\/tmp"|"\/var\/tmp"|' \


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709191237.l8JCbgPm075283>