FreeBSD Bugzilla – Attachment 121414 Details for
Bug 164387
devel/goprotobuf: Making port usable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.52 KB, created by
Grzegorz Blach
on 2012-01-22 23:10:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Grzegorz Blach
Created:
2012-01-22 23:10:08 UTC
Size:
1.52 KB
patch
obsolete
>diff -ruN devel/goprotobuf/Makefile devel/goprotobuf/Makefile >--- devel/goprotobuf/Makefile 2012-01-22 19:48:30.000000000 +0100 >+++ devel/goprotobuf/Makefile 2012-01-22 23:36:37.962111778 +0100 >@@ -7,6 +7,7 @@ > > PORTNAME= goprotobuf > PORTVERSION= 20120122 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://m.ahze.net/packages/ \ > LOCAL/ahze >@@ -14,10 +15,18 @@ > MAINTAINER= ahze@FreeBSD.org > COMMENT= Go support for Google's protocol buffers > >+LICENSE= BSD >+ >+RUN_DEPENDS= protoc:${PORTSDIR}/devel/protobuf >+ > USE_GO= yes > NO_BUILD= yes > MAKE_ENV= GOBIN=${PREFIX}/bin > >+post-install: >+ ${INSTALL} -d ${GOROOT}/src/pkg/goprotobuf.googlecode.com/hg/ >+ ${INSTALL} -m 644 ${WRKSRC}/Make.protobuf ${GOROOT}/src/pkg/goprotobuf.googlecode.com/hg/ >+ > .include <bsd.port.pre.mk> > .include "${PORTSDIR}/lang/go/files/bsd.go.mk" > .include <bsd.port.post.mk> >diff -ruN devel/goprotobuf/pkg-plist devel/goprotobuf/pkg-plist >--- devel/goprotobuf/pkg-plist 2012-01-22 19:48:30.000000000 +0100 >+++ devel/goprotobuf/pkg-plist 2012-01-22 23:10:16.880113579 +0100 >@@ -3,6 +3,9 @@ > %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler/generator.a > %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler/plugin.a > %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/proto.a >+go/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf > @dirrm %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg/compiler > @dirrm %%GO_LIBDIR%%/goprotobuf.googlecode.com/hg > @dirrm %%GO_LIBDIR%%/goprotobuf.googlecode.com >+@dirrm go/src/pkg/goprotobuf.googlecode.com/hg >+@dirrm go/src/pkg/goprotobuf.googlecode.com
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 164387
: 121414