svn commit: r418300 - branches/2016Q3/databases/postgresql92-server

Christoph Moench-Tegeder cmt at FreeBSD.org
Sun Jul 10 07:15:06 UTC 2016


Author: cmt
Date: Sun Jul 10 07:15:05 2016
New Revision: 418300
URL: https://svnweb.freebsd.org/changeset/ports/418300

Log:
  MFH: r418277
  
  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
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q3/databases/postgresql92-server/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/databases/postgresql92-server/Makefile
==============================================================================
--- branches/2016Q3/databases/postgresql92-server/Makefile	Sun Jul 10 07:07:56 2016	(r418299)
+++ branches/2016Q3/databases/postgresql92-server/Makefile	Sun Jul 10 07:15:05 2016	(r418300)
@@ -165,6 +165,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