Bug 184887 - security/gsfv: Fix build with clang
Summary: security/gsfv: Fix build with clang
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 18:10 UTC by tkato432
Modified: 2013-12-21 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (709 bytes, patch)
2013-12-16 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-12-16 18:10:24 UTC
- Fix build with clang
- Add LICENSE
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-12-20 20:32:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-20 20:50:21 UTC
Author: pawel
Date: Fri Dec 20 20:50:14 2013
New Revision: 337089
URL: http://svnweb.freebsd.org/changeset/ports/337089

Log:
  - Fix build with clang
  - Add LICENSE
  
  PR:		ports/184887
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/security/gsfv/Makefile   (contents, props changed)

Modified: head/security/gsfv/Makefile
==============================================================================
--- head/security/gsfv/Makefile	Fri Dec 20 20:19:09 2013	(r337088)
+++ head/security/gsfv/Makefile	Fri Dec 20 20:50:14 2013	(r337089)
@@ -5,14 +5,20 @@ PORTNAME=	gsfv
 PORTVERSION=	0.2.1
 PORTREVISION=	4
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	ijliao
+MASTER_SITES=	LOCAL/ijliao
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Create or verify Simple File Verification (SFV) checksum files
 
-PLIST_FILES=	bin/gsfv
+LICENSE=	BSD2CLAUSE
+
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
+PLIST_FILES=	bin/gsfv
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c
+
 .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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-12-20 20:50:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-12-21 10:23:40 UTC
Author: mat
Date: Sat Dec 21 10:23:32 2013
New Revision: 337123
URL: http://svnweb.freebsd.org/changeset/ports/337123

Log:
  MFH: r337089
  
  - Fix build with clang
  - Add LICENSE
  
  PR:		ports/184887
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/security/gsfv/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/security/gsfv/Makefile
==============================================================================
--- branches/2014Q1/security/gsfv/Makefile	Sat Dec 21 10:22:13 2013	(r337122)
+++ branches/2014Q1/security/gsfv/Makefile	Sat Dec 21 10:23:32 2013	(r337123)
@@ -5,14 +5,20 @@ PORTNAME=	gsfv
 PORTVERSION=	0.2.1
 PORTREVISION=	4
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	ijliao
+MASTER_SITES=	LOCAL/ijliao
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Create or verify Simple File Verification (SFV) checksum files
 
-PLIST_FILES=	bin/gsfv
+LICENSE=	BSD2CLAUSE
+
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
+PLIST_FILES=	bin/gsfv
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c
+
 .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"