From b4bf7f139615f2cb83119d1b9de37f89164e47cc Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 1 Sep 2013 21:02:32 +0000 Subject: [PATCH] libcrypto is also needed when populating the chroot. Noticed when going through the time_t warp. --- www/p5-Apache-Gallery/Makefile | 4 ++-- www/p5-Apache-Gallery/pkg/README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index f2a331dce39..8398f81564a 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2013/03/11 11:44:44 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2013/09/01 21:02:32 landry Exp $ COMMENT= mod_perl Apache gallery handler @@ -6,7 +6,7 @@ COMMENT= mod_perl Apache gallery handler MODULES= cpan DISTNAME= Apache-Gallery-1.0.2 EPOCH = 0 -REVISION = 0 +REVISION = 1 CATEGORIES= www USE_GROFF = Yes HOMEPAGE= http://www.apachegallery.dk/ diff --git a/www/p5-Apache-Gallery/pkg/README b/www/p5-Apache-Gallery/pkg/README index 6e7e50b6788..401e8a88911 100644 --- a/www/p5-Apache-Gallery/pkg/README +++ b/www/p5-Apache-Gallery/pkg/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.3 2012/03/10 10:55:27 landry Exp $ +$OpenBSD: README,v 1.4 2013/09/01 21:02:32 landry Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD @@ -31,7 +31,7 @@ $ cd /var/www/usr/libexec Next, the required shared libraries: $ cd /var/www/usr/lib -# cp -p /usr/lib/lib{c,m,z,util,perl,ssl,stdc++}.so* . +# cp -p /usr/lib/lib{c,crypto,m,z,util,perl,ssl,stdc++}.so* . $ cd /var/www/usr/X11R6/lib # cp -p /usr/X11R6/lib/lib{Xext,freetype,X11,Xau,Xdmcp,xcb,pthread-stubs}.so.* .