Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2001 14:53:01 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32521: Update port: lang/yap
Message-ID:  <200112042253.fB4Mr1W59169@freefall.freebsd.org>

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

>Number:         32521
>Category:       ports
>Synopsis:       Update port: lang/yap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 04 15:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CC/CFLAGS/PREFIX properly
- Use GNU_CONFIGURE


>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/yap/Makefile lang/yap/Makefile
--- /usr/ports/lang/yap/Makefile	Thu Jul 19 01:57:23 2001
+++ lang/yap/Makefile	Tue Nov 27 22:09:43 2001
@@ -8,6 +8,7 @@
 
 PORTNAME=	yap
 PORTVERSION=	4.3.19
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,14 +16,12 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-do-configure:
-	@(${MKDIR} ${WRKSRC}/arch ; cd ${WRKSRC}/arch ; \
-	  ../configure)
+WRKSRC=		${WRKDIR}/Yap-${PORTVERSION}/arch
 
-do-build:
-	@(cd ${WRKSRC}/arch ; make)
+GNU_CONFIGURE=	yes
+CONFIGURE_SCRIPT=	../configure
 
-do-install:
-	@(cd ${WRKSRC}/arch ; make install)
+post-extract:
+	@${MKDIR} ${WRKSRC}
 
 .include <bsd.port.mk>

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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