aboutsummaryrefslogtreecommitdiffstats
path: root/devel/google-perftools/files
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-01-09 06:07:37 +0800
committeryuri <yuri@FreeBSD.org>2018-01-09 06:07:37 +0800
commit29c9844b2ca7c4e712d567800c792f8e2820361b (patch)
treeae4a56002baa581cafc4351df9789d850b7a85b0 /devel/google-perftools/files
parentfe289322aa305231c60ecfa05c70b302ad92d792 (diff)
downloadfreebsd-ports-gnome-29c9844b2ca7c4e712d567800c792f8e2820361b.tar.gz
freebsd-ports-gnome-29c9844b2ca7c4e712d567800c792f8e2820361b.tar.zst
freebsd-ports-gnome-29c9844b2ca7c4e712d567800c792f8e2820361b.zip
devel/google-perftools: Update to 2.6.3
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13750
Diffstat (limited to 'devel/google-perftools/files')
-rw-r--r--devel/google-perftools/files/patch-Makefile.am13
-rw-r--r--devel/google-perftools/files/patch-Makefile.in44
2 files changed, 13 insertions, 44 deletions
diff --git a/devel/google-perftools/files/patch-Makefile.am b/devel/google-perftools/files/patch-Makefile.am
new file mode 100644
index 000000000000..9923ff2eea64
--- /dev/null
+++ b/devel/google-perftools/files/patch-Makefile.am
@@ -0,0 +1,13 @@
+--- Makefile.am.orig 2017-12-09 17:59:37 UTC
++++ Makefile.am
+@@ -133,8 +133,8 @@ googleinclude_HEADERS = \
+ # Add your documentation files (in doc/) in addition to these
+ # top-level boilerplate files. Also add a TODO file if you have one.
+ # We'll add to this later, on a library-by-library basis
+-dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \
+- TODO ChangeLog.old
++dist_doc_DATA = AUTHORS NEWS README README_windows.txt
++
+
+ # The libraries (.so's) you want to install
+ # We'll add to this later, on a library-by-library basis
diff --git a/devel/google-perftools/files/patch-Makefile.in b/devel/google-perftools/files/patch-Makefile.in
deleted file mode 100644
index 7c5adfe74362..000000000000
--- a/devel/google-perftools/files/patch-Makefile.in
+++ /dev/null
@@ -1,44 +0,0 @@
---- Makefile.in.orig 2017-07-05 03:25:25 UTC
-+++ Makefile.in
-@@ -105,10 +105,10 @@ host_triplet = @host@
- # changes one day. gcc ignores functions it doesn't understand.
- @GCC_TRUE@am__append_2 = -Wall -Wwrite-strings -Woverloaded-virtual \
- @GCC_TRUE@ -Wno-sign-compare \
--@GCC_TRUE@ -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc \
--@GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \
--@GCC_TRUE@ -fno-builtin-memalign -fno-builtin-posix_memalign \
--@GCC_TRUE@ -fno-builtin-valloc -fno-builtin-pvalloc
-+@GCC_TRUE@ \
-+@GCC_TRUE@ \
-+@GCC_TRUE@ \
-+@GCC_TRUE@
-
- @GCC_TRUE@am__append_3 = -fno-builtin
-
-@@ -2019,7 +2019,7 @@ am__can_run_installinfo = \
- man1dir = $(mandir)/man1
- NROFF = nroff
- MANS = $(dist_man_MANS)
--am__dist_doc_DATA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README \
-+am__dist_doc_DATA_DIST = AUTHORS ChangeLog NEWS README \
- README_windows.txt TODO ChangeLog.old docs/index.html \
- docs/designstyle.css docs/pprof_remote_servers.html \
- docs/tcmalloc.html docs/overview.gif docs/pageheap.gif \
-@@ -2261,7 +2261,7 @@ am__DIST_COMMON = $(dist_man_MANS) $(src
- $(top_srcdir)/src/config.h.in \
- $(top_srcdir)/src/gperftools/tcmalloc.h.in \
- $(top_srcdir)/src/windows/gperftools/tcmalloc.h.in AUTHORS \
-- COPYING ChangeLog INSTALL NEWS README TODO compile \
-+ ChangeLog NEWS README TODO compile \
- config.guess config.sub depcomp install-sh ltmain.sh missing \
- test-driver
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-@@ -2499,7 +2499,7 @@ googleinclude_HEADERS = \
- # noinst doesn't seem to work with data. I separate them out anyway, in case
- # one day we figure it out. Regardless, installing the dot files isn't the
- # end of the world.
--dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
-+dist_doc_DATA = AUTHORS ChangeLog NEWS README \
- README_windows.txt TODO ChangeLog.old docs/index.html \
- docs/designstyle.css $(am__append_19) docs/tcmalloc.html \
- docs/overview.gif docs/pageheap.gif docs/spanmap.gif \