Bug 186015 - Update sysutils/ori including build fix for BSD 10+
Summary: Update sysutils/ori including build fix for BSD 10+
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 19:40 UTC by Ali Mashtizadeh
Modified: 2014-01-26 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (732 bytes, patch)
2014-01-22 19:40 UTC, Ali Mashtizadeh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Mashtizadeh 2014-01-22 19:40:00 UTC
This updates the sysutils/ori port to the ori-0.8.1 release.  The new port fixes the build issues on FreeBSD 10, and should support HEAD as well.

Fix: Patch attached with submission follows:
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2014-01-26 15:03:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-26 15:03:39 UTC
Author: ak
Date: Sun Jan 26 15:03:31 2014
New Revision: 341195
URL: http://svnweb.freebsd.org/changeset/ports/341195
QAT: https://qat.redports.org/buildarchive/r341195/

Log:
  - Update to 0.8.1 [1]
    * Fix build with clang
  - Convert to USES=scons
  
  PR:	ports/186015 [1]
  Submitted by:	Ali Mashtizadeh <mashti@cs.stanford.edu> (maintainer) [1]

Modified:
  head/sysutils/ori/Makefile
  head/sysutils/ori/distinfo

Modified: head/sysutils/ori/Makefile
==============================================================================
--- head/sysutils/ori/Makefile	Sun Jan 26 14:53:13 2014	(r341194)
+++ head/sysutils/ori/Makefile	Sun Jan 26 15:03:31 2014	(r341195)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ori
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://cdn.bitbucket.org/orifs/ori/downloads/
 
@@ -15,8 +15,7 @@ LIB_DEPENDS=	libevent-2.0.so:${PORTSDIR}
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=	pkgconfig fuse
-USE_SCONS=	yes
+USES=	pkgconfig fuse scons
 USE_OPENSSL=	yes
 USE_XZ=	yes
 WITH_OPENSSL_PORT=	yes

Modified: head/sysutils/ori/distinfo
==============================================================================
--- head/sysutils/ori/distinfo	Sun Jan 26 14:53:13 2014	(r341194)
+++ head/sysutils/ori/distinfo	Sun Jan 26 15:03:31 2014	(r341195)
@@ -1,2 +1,2 @@
-SHA256 (ori-0.8.0.tar.xz) = 0589db3480e733dbeba2a1f6be6553701684b283507437c7500ad069f4b49631
-SIZE (ori-0.8.0.tar.xz) = 295208
+SHA256 (ori-0.8.1.tar.xz) = 8ce1a3dfbb6d1538885e993616bdfe71be44711d48f7f6798ff6bc0a39b3deca
+SIZE (ori-0.8.1.tar.xz) = 296216
_______________________________________________
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 Alex Kozlov freebsd_committer freebsd_triage 2014-01-26 15:03:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!