Bug 185268 - [patch] japanese/Wnn7-lib: remove USE_GCC=any, staging.
Summary: [patch] japanese/Wnn7-lib: remove USE_GCC=any, staging.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-29 16:40 UTC by Tijl Coosemans
Modified: 2014-05-30 18:50 UTC (History)
0 users

See Also:


Attachments
Wnn7-lib.patch (1.34 KB, patch)
2013-12-29 16:40 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2013-12-29 16:40:00 UTC
- Remove USE_GCC=any.  The port builds fine with clang since imake
  uses tradcpp as preprocessor.
- Remove OPTIONS_DEFAULT=DOCS.  It's implicit.
- Staging.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-29 16:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-30 18:42:52 UTC
Author: tijl
Date: Fri May 30 17:42:47 2014
New Revision: 355880
URL: http://svnweb.freebsd.org/changeset/ports/355880
QAT: https://qat.redports.org/buildarchive/r355880/

Log:
  Remove USE_GCC=any and OPTIONS_DEFAULT=DOCS.
  
  PR:		ports/185268
  Approved by:	maintainer timeout (5 months)

Modified:
  head/japanese/Wnn7-lib/Makefile

Modified: head/japanese/Wnn7-lib/Makefile
==============================================================================
--- head/japanese/Wnn7-lib/Makefile	Fri May 30 17:31:44 2014	(r355879)
+++ head/japanese/Wnn7-lib/Makefile	Fri May 30 17:42:47 2014	(r355880)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Wnn7
 PORTVERSION=	2001.10.17
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese
 MASTER_SITES=	http://www.omronsoft.co.jp/SP/pcunix/sdk/wnn/
 PKGNAMESUFFIX=	-lib
@@ -14,13 +14,11 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Wnn7 client library
 
 USES=		imake
-USE_GCC=	any
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/src
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
-OPTIONS_DEFAULT=DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
_______________________________________________
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"
Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2014-05-30 18:43:05 UTC
State Changed
From-To: open->closed

Committed in r355880.