From tkato432@yahoo.com  Fri Jan 25 21:01:29 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id B4D76C3F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 25 Jan 2013 21:01:23 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 788B1925
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 25 Jan 2013 21:01:23 +0000 (UTC)
Received: from localhost.localdomain (ZT034163.ppp.dion.ne.jp [59.128.34.163])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 84A1450036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 26 Jan 2013 06:01:18 +0900 (JST)
Message-Id: <20130126054850.143b39a17771bc4a1ab4c98a@yahoo.com>
Date: Sat, 26 Jan 2013 05:48:50 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: ftp/wxdfast: Support CFLAGS/CXXFLAGS properly

>Number:         175568
>Category:       ports
>Synopsis:       ftp/wxdfast: Support CFLAGS/CXXFLAGS properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 25 21:10:01 UTC 2013
>Closed-Date:    Fri Feb 08 08:26:02 UTC 2013
>Last-Modified:  Fri Feb  8 08:30:01 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Support CFLAGS/CXXFLAGS properly
- Fix build on 8-stable or later
- Fix build with wxWidgets 2.8
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/ftp/wxdfast/Makefile ftp/wxdfast/Makefile
--- /usr/ports/ftp/wxdfast/Makefile	2012-11-08 07:13:14.000000000 +0900
+++ ftp/wxdfast/Makefile	2013-01-24 01:53:07.000000000 +0900
@@ -1,38 +1,39 @@
-# New ports collection makefile for:	wxdfast
-# Date created:				2006-11-07
-# Whom:					alepulver
-#
+# Created by: alepulver
 # $FreeBSD: head/ftp/wxdfast/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	wxdfast
 PORTVERSION=	0.6.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	ftp www
 MASTER_SITES=	SF/dfast/wxDownload%20Fast/${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A great multithreaded and multi-platform download manager
+COMMENT=	Multithread and multi-platform download manager
 
-USE_GETTEXT=	yes
-USE_WX=		2.6
+LICENSE=	GPLv2
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USE_WX=		2.6+
 WX_CONF_ARGS=	relative
 WX_UNICODE=	yes
-GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_GETTEXT=	yes
+USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
+ACLOCAL_ARGS=	-I ${LOCALBASE}/share/locale
+AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
+LIBTOOLIZE_ARGS=--copy --force
+CONFIGURE_ENV=	WXRC="${WXRC_CMD}"
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		wxdfast.1
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|wxrc|${WXRC_CMD:T}|' \
-		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-	@${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/man/Makefile.in
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800000 && ${ARCH} == i386
-BROKEN=	Does not compile
-.endif
+	@${REINPLACE_CMD} -e \
+		's|pt_BR||' ${WRKSRC}/man/Makefile.am
+	@${REINPLACE_CMD} -e \
+		's|^CFLAGS |AM_CFLAGS | ; \
+		 s|^CXXFLAGS |AM_CXXFLAGS | ; \
+		 s|-O2 ||' ${WRKSRC}/src/Makefile.am
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 25 21:10:14 UTC 2013 
Responsible-Changed-Why:  
araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175568 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 8 08:25:30 UTC 2013 
State-Changed-Why:  
take 


Responsible-Changed-From-To: araujo->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Feb 8 08:25:30 UTC 2013 
Responsible-Changed-Why:  
committed thx. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175568 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175568: commit references a PR
Date: Fri,  8 Feb 2013 08:25:39 +0000 (UTC)

 Author: miwi
 Date: Fri Feb  8 08:25:31 2013
 New Revision: 311919
 URL: http://svnweb.freebsd.org/changeset/ports/311919
 
 Log:
   - Support CFLAGS/CXXFLAGS properly
   - Fix build on 8-stable or later
   - Fix build with wxWidgets 2.8
   - Add LICENSE
   - Add MAKE_JOBS_SAFE
   - Trim header
   PR:		175568
   Submitted by:	Ports Fury
 
 Modified:
   head/ftp/wxdfast/Makefile   (contents, props changed)
 
 Modified: head/ftp/wxdfast/Makefile
 ==============================================================================
 --- head/ftp/wxdfast/Makefile	Fri Feb  8 08:24:18 2013	(r311918)
 +++ head/ftp/wxdfast/Makefile	Fri Feb  8 08:25:31 2013	(r311919)
 @@ -1,38 +1,39 @@
 -# New ports collection makefile for:	wxdfast
 -# Date created:				2006-11-07
 -# Whom:					alepulver
 -#
 +# Created by: alepulver
  # $FreeBSD$
 -#
  
  PORTNAME=	wxdfast
  PORTVERSION=	0.6.0
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	ftp www
  MASTER_SITES=	SF/dfast/wxDownload%20Fast/${PORTVERSION}
  DISTNAME=	${PORTNAME}_${PORTVERSION}
  
  MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	A great multithreaded and multi-platform download manager
 +COMMENT=	Multithread and multi-platform download manager
  
 -USE_GETTEXT=	yes
 -USE_WX=		2.6
 +LICENSE=	GPLv2
 +
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 +
 +USE_WX=		2.6+
  WX_CONF_ARGS=	relative
  WX_UNICODE=	yes
 -GNU_CONFIGURE=	yes
 -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 +USE_GETTEXT=	yes
 +USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
 +ACLOCAL_ARGS=	-I ${LOCALBASE}/share/locale
 +AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
 +LIBTOOLIZE_ARGS=--copy --force
 +CONFIGURE_ENV=	WXRC="${WXRC_CMD}"
 +MAKE_JOBS_SAFE=	yes
  
  MAN1=		wxdfast.1
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's|wxrc|${WXRC_CMD:T}|' \
 -		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 -	@${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/man/Makefile.in
 -
 -.include <bsd.port.pre.mk>
 -
 -.if ${OSVERSION} >= 800000 && ${ARCH} == i386
 -BROKEN=	Does not compile
 -.endif
 +	@${REINPLACE_CMD} -e \
 +		's|pt_BR||' ${WRKSRC}/man/Makefile.am
 +	@${REINPLACE_CMD} -e \
 +		's|^CFLAGS |AM_CFLAGS | ; \
 +		 s|^CXXFLAGS |AM_CXXFLAGS | ; \
 +		 s|-O2 ||' ${WRKSRC}/src/Makefile.am
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
