Bug 155171 - [maintainer update] security/ocaml-cryptokit improvements
Summary: [maintainer update] security/ocaml-cryptokit improvements
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 21:20 UTC by jaapb
Modified: 2011-03-02 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.85 KB, patch)
2011-03-01 21:20 UTC, jaapb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2011-03-01 21:20:11 UTC
This patch, submitted by Michael Le Barbier Grunewald <michael.le.barbier@hcm.uni-bonn.de>, solves two problems with the ocaml-cryptokit port:

- installing of libraries in ${OCAML_SITELIBDIR)/stublibs, which is not searched;
- creation of an install directory before the privilege switch.

Fix: patch included.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Wen Heping freebsd_committer freebsd_triage 2011-03-02 03:15:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-02 06:26:50 UTC
wen         2011-03-02 06:26:38 UTC

  FreeBSD ports repository

  Modified files:
    security/ocaml-cryptokit Makefile distinfo pkg-plist 
  Added files:
    security/ocaml-cryptokit/files patch-Makefile 
  Log:
  - Installing of libraries in ${OCAML_SITELIBDIR)/stublibs, which is not searched;
  - Creation of an install directory before the privilege switch.
  
  PR:             ports/155171
  Submitted by:   Jaap Boender <jaapb@kerguelen.org> (maintainer)
  
  Revision  Changes    Path
  1.12      +1 -3      ports/security/ocaml-cryptokit/Makefile
  1.6       +0 -1      ports/security/ocaml-cryptokit/distinfo
  1.1       +14 -0     ports/security/ocaml-cryptokit/files/patch-Makefile (new)
  1.6       +1 -2      ports/security/ocaml-cryptokit/pkg-plist
_______________________________________________
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 Wen Heping freebsd_committer freebsd_triage 2011-03-02 06:27:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!