svn commit: r418277 - head/databases/postgresql92-server

Christoph Moench-Tegeder cmt at FreeBSD.org
Sat Jul 9 13:16:53 UTC 2016


Author: cmt
Date: Sat Jul  9 13:16:52 2016
New Revision: 418277
URL: https://svnweb.freebsd.org/changeset/ports/418277

Log:
  do not strip binaries when building with DTRACE
  
  stripping would destroy some probes and might result in instable
  behaviour when trying to access those probes.
  
  PR:		204314
  Approved by:	rene (mentor), maintainer-timeout

Modified:
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sat Jul  9 13:06:53 2016	(r418276)
+++ head/databases/postgresql92-server/Makefile	Sat Jul  9 13:16:52 2016	(r418277)
@@ -166,6 +166,7 @@ PATCH_DIST_STRIP=-p1
 .  if ${PORT_OPTIONS:MDTRACE}
 CONFIGURE_ARGS+=--enable-dtrace
 LDFLAGS+=-lelf
+INSTALL_TARGET=install
 .  endif
 
 .if ${PORT_OPTIONS:MGSSAPI}


More information about the svn-ports-all mailing list