Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2003 01:47:01 -0600 (CST)
From:      User 1001 <User.1001@253-23.ip.ll.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60038: tkrat2 port needs SSL Makefile adjustment
Message-ID:  <200312080747.hB87l1Zo043823@253-23.ip.ll.net>
Resent-Message-ID: <200312080750.hB87oJ4a029130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60038
>Category:       ports
>Synopsis:       tkrat2 port needs SSL Makefile adjustment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 07 23:50:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     User 1001
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:


	
>Description:
	tkrat2 port uses incorrect SSL directory for base system SSL
	installation, instead using SSL port/manual install directory.

	Note: some kind of make "switch" should be included to allow for
	or specify 'base system installation' and 'port installation'
	for SSL so the proper SSLDIR patch can be applied. This should
	take care of "SSLDIR=/usr" and "SSLDIR=/usr/local".
	
>How-To-Repeat:
	
>Fix:
*** patch-ssl.orig	Fri Jan  3 00:45:31 2003
--- patch-ssl	Mon Dec  8 01:33:49 2003
***************
*** 2,8 ****
  +++ imap/src/osdep/unix/Makefile	Wed Sep 11 22:02:49 2002
  @@ -30,7 +30,7 @@
   
!  SSLDIR=/usr/local/ssl
   SSLCERTS=$(SSLDIR)/certs
  -SSLINCLUDE=$(SSLDIR)/include
  +SSLINCLUDE=/usr/include/openssl
--- 2,9 ----
  +++ imap/src/osdep/unix/Makefile	Wed Sep 11 22:02:49 2002
  @@ -30,7 +30,7 @@
   
! -SSLDIR=/usr/local/ssl
! +SSLDIR=/usr
   SSLCERTS=$(SSLDIR)/certs
  -SSLINCLUDE=$(SSLDIR)/include
  +SSLINCLUDE=/usr/include/openssl

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312080747.hB87l1Zo043823>