Print this page
3664 pkg/Makefile openssl logic should be removed

*** 150,163 **** i386_ARCH32= i86 sparc_ARCH32= sparcv7 i386_ARCH64= amd64 sparc_ARCH64= sparcv9 - OPENSSL = /usr/bin/openssl - OPENSSL10.cmd = $(OPENSSL) version | $(NAWK) '{if($$2<1){print "\043";}}' - OPENSSL10_ONLY = $(OPENSSL10.cmd:sh) - # # macros and transforms needed by pkgmogrify # # If you append to this list using target-specific assignments (:=), # be very careful that the targets are of the form $(PDIR)/pkgname. If --- 150,159 ----
*** 170,180 **** PM_INC= transforms manifests PKGMOG_DEFINES= \ i386_ONLY=$(POUND_SIGN) \ sparc_ONLY=$(POUND_SIGN) \ - OPENSSL10_ONLY=$(OPENSSL10_ONLY) \ $(PKGMACH)_ONLY= \ ARCH=$(PKGMACH) \ ARCH32=$($(PKGMACH)_ARCH32) \ ARCH64=$($(PKGMACH)_ARCH64) \ PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \ --- 166,175 ----