Bug 182230 - [maintainer update] [net/gateway6] fix build without gcc/g++
Summary: [maintainer update] [net/gateway6] fix build without gcc/g++
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 17:20 UTC by Michael Scholz
Modified: 2013-09-21 01:00 UTC (History)
0 users

See Also:


Attachments
gateway6.diff (1.44 KB, patch)
2013-09-19 17:20 UTC, Michael Scholz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scholz 2013-09-19 17:20:00 UTC
$CC and $CXX are hardcoded to gcc and g++.

How-To-Repeat: In src.conf set WITHOUT_GCC= and try to build the port.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2013-09-19 17:48:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-21 00:56:11 UTC
Author: jgh
Date: Fri Sep 20 23:55:59 2013
New Revision: 327784
URL: http://svnweb.freebsd.org/changeset/ports/327784

Log:
  - unsupported upstream, consider using net/gogoc
  
  In working through this pr, I had discovered the disfile was no longer
  available, and it was recommended by maintainer to move ahead with
  a deprecation path.
  
  PR: 182230
  Submitted by:	mike@fth-devel.net ( maintainer )

Modified:
  head/net/gateway6/Makefile

Modified: head/net/gateway6/Makefile
==============================================================================
--- head/net/gateway6/Makefile	Fri Sep 20 23:54:03 2013	(r327783)
+++ head/net/gateway6/Makefile	Fri Sep 20 23:55:59 2013	(r327784)
@@ -14,6 +14,9 @@ COMMENT=	Gateway6 Tunnel Setup Protocol 
 
 CONFLICTS=	freenet6-[0-9]*
 
+DEPRECATED=	Unsupported upstream, consider using net/gogoc
+EXPIRATION_DATE=	2013-12-31
+
 USE_RC_SUBR=	gateway6
 WRKSRC=		${WRKDIR}/gw6c-6_0_1
 ETCDIR=		${PREFIX}/etc
_______________________________________________
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 Jason Helfman freebsd_committer freebsd_triage 2013-09-21 00:56:17 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!