Bug 130136 - bsd.openssl.mk - "make index" broken if security/openssl-stable is installed
Summary: bsd.openssl.mk - "make index" broken if security/openssl-stable is installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-03 15:40 UTC by Mark Andrews
Modified: 2009-01-04 09:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Andrews 2009-01-03 15:40:00 UTC
	security/openssl-stable no longer exists but Mk/bsd.openssl.mk
	has not been updated to reflect that.

e.g.
.elif defined(WITH_OPENSSL_STABLE)
OPENSSL_PORT?=          security/openssl-stable

How-To-Repeat: 
	Run "make index" with security/openssl-stable installed.
	Every port which uses OPENSSL will report a error.
	Reading Mk/bsd.openssl.mk it looks like defining
	WITH_OPENSSL_STABLE will also produce the same error.

make_index: ipmitool-1.8.10: no entry for /usr/ports/security/openssl-stable
make_index: ipmitool-1.8.10: no entry for /usr/ports/security/openssl-stable
make_index: slush-0.1.1_1: no entry for /usr/ports/security/openssl-stable
make_index: slush-0.1.1_1: no entry for /usr/ports/security/openssl-stable
make_index: gq-1.3.4_1,1: no entry for /usr/ports/security/openssl-stable
make_index: gq-1.3.4_1,1: no entry for /usr/ports/security/openssl-stable
make_index: kannel-1.4.1: no entry for /usr/ports/security/openssl-stable
make_index: kannel-1.4.1: no entry for /usr/ports/security/openssl-stable
make_index: irssi-devel-20081222: no entry for /usr/ports/security/openssl-stable
make_index: irssi-devel-20081222: no entry for /usr/ports/security/openssl-stable
make_index: openldap-sasl-client-2.4.11: no entry for /usr/ports/security/openssl-stable
make_index: openldap-sasl-client-2.4.11: no entry for /usr/ports/security/openssl-stable
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-03 18:36:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-04 09:42:33 UTC
dinoex      2009-01-04 09:42:19 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.openssl.mk 
  Log:
  - remove option WITH_OPENSSL_STABLE
  PR:             130136
  
  Revision  Changes    Path
  1.41      +1 -13     ports/Mk/bsd.openssl.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2009-01-04 09:50:55 UTC
State Changed
From-To: open->closed


1. Fix to build index: 
set WITH_OPENSSL_PORT or WITH_OPENSSL_BASE in /etc/make.conf 

openssl-stable sould hot bee installed on FreeBSD > 6.1. 

The shared version of the openssl libs in base are higher 
and any build may wind up with using old includes and 
calling new libs in the base. 

Please rebuild all your ports depending on openssl. 

I removed the detection from bsd.openssl.mk, 
but thsi will not fix the index build on your machine.