FreeBSD Bugzilla – Attachment 180871 Details for
Bug 217835
sysutils/ipfs-go: update to 0.4.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ipfs-go port diff file
ipfs-go.diff (text/plain), 3.20 KB, created by
John Hixson
on 2017-03-16 11:44:40 UTC
(
hide
)
Description:
ipfs-go port diff file
Filename:
MIME Type:
Creator:
John Hixson
Created:
2017-03-16 11:44:40 UTC
Size:
3.20 KB
patch
obsolete
>diff -urN sysutils/ipfs-go/distinfo sysutils/ipfs-go/distinfo >--- sysutils/ipfs-go/distinfo 2016-04-08 09:56:35.000000000 -0700 >+++ sysutils/ipfs-go/distinfo 2017-03-16 03:50:32.460207000 -0700 >@@ -1,2 +1,3 @@ >-SHA256 (ipfs-go-ipfs-v0.3.10_GH0.tar.gz) = 5f3e465ed0b37e1886ea71bd89586faf5968048be18e8105b7ca908376865edc >-SIZE (ipfs-go-ipfs-v0.3.10_GH0.tar.gz) = 3047589 >+TIMESTAMP = 1489661432 >+SHA256 (jhixson74-ipfs-go-v0.4.7_GH0.tar.gz) = 2aeaa4da7593c5d05536af12620896d02df51f05d6b5d2bd5233c90574263372 >+SIZE (jhixson74-ipfs-go-v0.4.7_GH0.tar.gz) = 33007329 >diff -urN /usr/ports/sysutils/ipfs-go/files/extra-patch-32bit ipfs-go/files/extra-patch-32bit >--- sysutils/ipfs-go/files/extra-patch-32bit 2015-11-05 05:56:20.000000000 -0800 >+++ sysutils/ipfs-go/files/extra-patch-32bit 1969-12-31 16:00:00.000000000 -0800 >@@ -1,11 +0,0 @@ >---- src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-reuseport/poll/poll_bsd.go.orig 2015-08-02 14:00:34 UTC >-+++ src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-reuseport/poll/poll_bsd.go >-@@ -21,7 +21,7 @@ func New(fd int) (p *Poller, err error) >- } >- >- p.event = syscall.Kevent_t{ >-- Ident: uint64(fd), >-+ Ident: uint32(fd), >- Filter: syscall.EVFILT_WRITE, >- Flags: syscall.EV_ADD | syscall.EV_ENABLE | syscall.EV_ONESHOT, >- Fflags: 0, >diff -urN /usr/ports/sysutils/ipfs-go/Makefile ipfs-go/Makefile >--- sysutils/ipfs-go/Makefile 2016-08-24 07:50:17.000000000 -0700 >+++ sysutils/ipfs-go/Makefile 2017-03-16 04:27:02.514529000 -0700 >@@ -1,23 +1,23 @@ >-# $FreeBSD: head/sysutils/ipfs-go/Makefile 420796 2016-08-24 14:50:17Z mat $ >+# $FreeBSD$ > > PORTNAME= ipfs-go >-PORTVERSION= 0.3.10 >+PORTVERSION= 0.4.7 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils > >-MAINTAINER= wg@FreeBSD.org >+MAINTAINER= jhixson@gmail.com > COMMENT= IPFS implementation in Go > >-BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go >+LICENSE= MIT > >-BROKEN_i386= does not build >+BUILD_DEPENDS= go>=1.7:lang/go > >-USES= gmake >+ONLY_FOR_ARCHS= amd64 >+ >+USES= compiler go > > USE_GITHUB= yes >-GH_ACCOUNT= ipfs >-GH_PROJECT= go-ipfs >-GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} >+GH_ACCOUNT= jhixson74 > > MAKE_ENV+= GOPATH=${WRKSRC} > >@@ -27,20 +27,18 @@ > > STRIP= # stripping can break go binaries > >-.include <bsd.port.pre.mk> >- >-.if ${ARCH} == i386 >-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-32bit >-.endif >- >-post-patch: >- ${GREP} -lR github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log ${WRKSRC} 2>/dev/null | \ >- while read gosrc; do sed -i.bak 's#github.com/ipfs/go-ipfs/vendor/##g' $$gosrc; done >- > do-build: >- cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} build >+ cd ${WRKSRC}/src/github.com/ipfs/go-ipfs/cmd/ipfs; \ >+ ${SETENV} ${BUILD_ENV} ${MAKE_ENV} go build -v -x \ >+ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/${PORTNAME} > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/ipfs/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/ipfs/go-ipfs/cmd/ipfs/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+.include <bsd.port.pre.mk> >+ >+.if ${COMPILER_TYPE} == clang >+BUILD_ENV= CC=clang >+.endif > > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217835
:
180870
| 180871