New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #26021 (closed defect: fixed)

Opened 3 years ago

Last modified 23 months ago

openssl97: disable configure.universal_args

Reported by: slewsys@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.9.99
Keywords: haspatch Cc:
Port: openssl97

Description

Problem: The command "port configure openssl97" fails because its configure script does not recognize "--disable-dependency-tracking" which is set in portconfigure.tcl via "default configure.universal_args".

Solution: Override .universal_args by adding a line to openssl97/Portfile:

--- Portfile~	2010-08-09 15:12:21.000000000 -0700
+++ Portfile	2010-08-09 14:38:21.000000000 -0700
@@ -27,6 +27,7 @@
 depends_lib		port:zlib
 
 configure.cmd		./config
+configure.universal_args
 configure.pre_args	--prefix=${prefix}/lib/${name}
 configure.args		-L${prefix}/lib --openssldir=${prefix}/etc/${name} zlib no-asm no-krb5 shared
 

Change History

comment:1 Changed 3 years ago by jmr@…

  • Owner changed from macports-tickets@… to mww@…
  • Keywords haspatch added
  • Port set to openssl97

Please remember to fill in the Port field and cc the maintainer.

comment:2 Changed 23 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed

It doesn't actually build universal even with this change. Universal variant disabled in r81587.

Note: See TracTickets for help on using tickets.