Bug 203205 - [PATCH] security/p5-Crypt-SMIME re-Fix OpenSSL dependency
Summary: [PATCH] security/p5-Crypt-SMIME re-Fix OpenSSL dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-09-19 10:30 UTC by geoffroy desvernay
Modified: 2015-09-20 20:32 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments
svn diff security/p5-Crypt-SMIME (506 bytes, patch)
2015-09-19 10:30 UTC, geoffroy desvernay
dgeo: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geoffroy desvernay 2015-09-19 10:30:04 UTC
Created attachment 161186 [details]
svn diff security/p5-Crypt-SMIME

security/p5-Crypt-SMIME doen't seems to need to require openssl from ports, just needs correct LIB and INC using bsd.openssl.mk

this patch allows to build (and use) with system's openssl as well.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-20 20:26:25 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Sep 20 20:26:08 UTC 2015
New revision: 397439
URL: https://svnweb.freebsd.org/changeset/ports/397439

Log:
  - Fix OpenSSL dependency
  - Remove WITH_OPENSSL_PORT
  - While I'm here:
    - Remove RUN_DEPENDS: ExtUtils::CChecker and ExtUtils::PkgConfig are build dependencies
    - Update TEST_DEPENDS
    - Sort PLIST
  - Bump PORTREVISION for dependency change

  This port works fine with OpenSSL from base. I manually added libcrypto.pc
  (modified one from security/openssl with s|/local||) to /usr/libdata/pkgconfig
  before running tests. Though author assumes libcrypto.pc existence (in tests),
  the functionality itself is not affected. I decided to remove WITH_OPENSSL_PORT.

  PR:		203205
  Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>

Changes:
  head/security/p5-Crypt-SMIME/Makefile
  head/security/p5-Crypt-SMIME/pkg-plist
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-09-20 20:32:47 UTC
Committed. Thanks!