Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 00:00:26 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70870: Update port: net/libyahoo2
Message-ID:  <20040824000026.7a73d624.tkato432@yahoo.com>
Resent-Message-ID: <200408231510.i7NFAKIV089211@freefall.freebsd.org>

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

>Number:         70870
>Category:       ports
>Synopsis:       Update port: net/libyahoo2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 23 15:10:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix libtool usage

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/libyahoo2/Makefile net/libyahoo2/Makefile
--- /usr/ports/net/libyahoo2/Makefile	Thu Aug 19 13:51:47 2004
+++ net/libyahoo2/Makefile	Sun Aug 22 22:04:16 2004
@@ -8,6 +8,7 @@
 
 PORTNAME=	libyahoo2
 PORTVERSION=	0.7.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,6 +23,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} -e 's|-g -Wall||g ; \
+		 s| -module ||g' ${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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