FreeBSD Bugzilla – Attachment 160683 Details for
Bug 202877
[PATCH] devel/re2: update to 20150801
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
re2 patch
re2 (text/plain), 2.51 KB, created by
Po-Chuan Hsieh
on 2015-09-03 16:53:32 UTC
(
hide
)
Description:
re2 patch
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2015-09-03 16:53:32 UTC
Size:
2.51 KB
patch
obsolete
>Index: devel/re2/Makefile >=================================================================== >--- devel/re2/Makefile (revision 395820) >+++ devel/re2/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= re2 >-PORTVERSION= 20150601 >+PORTVERSION= 20150801 > CATEGORIES= devel > > MAINTAINER= jlaffaye@FreeBSD.org >Index: devel/re2/distinfo >=================================================================== >--- devel/re2/distinfo (revision 395820) >+++ devel/re2/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (google-re2-20150601-2015-06-01_GH0.tar.gz) = 90b4f48c26b1f33f4df5f86406d8c663c8a44b103a5554387ce3c53228abf20e >-SIZE (google-re2-20150601-2015-06-01_GH0.tar.gz) = 385441 >+SHA256 (google-re2-20150801-2015-08-01_GH0.tar.gz) = 0fd7388097dcc7b26a8fc7c4e704e2831d264015818fa3f13665f36d40afabf8 >+SIZE (google-re2-20150801-2015-08-01_GH0.tar.gz) = 389260 >Index: devel/re2/files/patch-Makefile >=================================================================== >--- devel/re2/files/patch-Makefile (revision 395820) >+++ devel/re2/files/patch-Makefile (working copy) >@@ -1,6 +1,6 @@ >---- Makefile.orig 2015-05-29 02:13:42 UTC >+--- Makefile.orig 2015-08-01 03:10:18 UTC > +++ Makefile >-@@ -25,6 +25,7 @@ exec_prefix=$(prefix) >+@@ -23,6 +23,7 @@ exec_prefix=$(prefix) > bindir=$(exec_prefix)/bin > includedir=$(prefix)/include > libdir=$(exec_prefix)/lib >@@ -8,17 +8,17 @@ > INSTALL=install > INSTALL_PROGRAM=$(INSTALL) > INSTALL_DATA=$(INSTALL) -m 644 >-@@ -245,13 +246,13 @@ shared-bigtest: $(STESTS) $(SBIGTESTS) >+@@ -258,13 +259,13 @@ shared-bigtest: $(STESTS) $(SBIGTESTS) > benchmark: obj/test/regexp_benchmark > >- install: obj/libre2.a obj/so/libre2.so >+ install: obj/libre2.a obj/so/libre2.$(SOEXT) > - mkdir -p $(DESTDIR)$(includedir)/re2 $(DESTDIR)$(libdir)/pkgconfig > + mkdir -p $(DESTDIR)$(includedir)/re2 $(DESTDIR)$(libdatadir)/pkgconfig > $(INSTALL_DATA) $(INSTALL_HFILES) $(DESTDIR)$(includedir)/re2 > $(INSTALL) obj/libre2.a $(DESTDIR)$(libdir)/libre2.a >- $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0 >- ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME) >- ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so >+ $(INSTALL) obj/so/libre2.$(SOEXT) $(DESTDIR)$(libdir)/libre2.$(SOEXTVER00) >+ ln -sf libre2.$(SOEXTVER00) $(DESTDIR)$(libdir)/libre2.$(SOEXTVER) >+ ln -sf libre2.$(SOEXTVER00) $(DESTDIR)$(libdir)/libre2.$(SOEXT) > - sed -e "s#@prefix@#${prefix}#" re2.pc >$(DESTDIR)$(libdir)/pkgconfig/re2.pc > + sed -e "s#@prefix@#${prefix}#" re2.pc >$(DESTDIR)$(libdatadir)/pkgconfig/re2.pc >
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 202877
: 160683