mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
* Added gmake to USES * New options, PAGE and ALIGN, Default PAGE8k ALIGN16 * Moved LIB_DEPENDS, BROKEN_*(13.1.5) comes before *_DEPENDS(13.1.6)[1] * Moved USES, comes before USE_*(13.1.7)[1] Changelog: https://github.com/gperftools/gperftools/releases/tag/gperftools-2.6 [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220519 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11524
44 lines
2.1 KiB
Text
44 lines
2.1 KiB
Text
--- 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 \
|