pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libtasn1 libtasn1-0.2.18 uses makeinfo at bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d876f85be12
branches:  trunk
changeset: 508919:3d876f85be12
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Tue Feb 28 02:45:12 2006 +0000

description:
libtasn1-0.2.18 uses makeinfo at build time, so declare USE_MAKEINFO.  Without this the package build fails (on my system).  I haven't bothered to bump the PKGREVISION on the assumption that this 
doesn't actually change the end result of a successful build, it just fixes the build for (a select subset of?) people where previously it would fail to build.

diffstat:

 security/libtasn1/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 893323dd2100 -r 3d876f85be12 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Tue Feb 28 01:31:41 2006 +0000
+++ b/security/libtasn1/Makefile        Tue Feb 28 02:45:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/02/10 12:39:25 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2006/02/28 02:45:12 dsainty Exp $
 
 DISTNAME=      libtasn1-0.2.18
 CATEGORIES=    security devel
@@ -14,6 +14,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LIBTOOL=           yes
+USE_MAKEINFO=          yes
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index