Bug 183992 - [PATCH] security/gnutls3: fix LIBTASN1 option
Summary: [PATCH] security/gnutls3: fix LIBTASN1 option
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 11:00 UTC by Po-Chuan Hsieh
Modified: 2013-11-17 16:00 UTC (History)
1 user (show)

See Also:


Attachments
gnutls3-3.1.16_1.patch (605 bytes, patch)
2013-11-15 11:00 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-15 11:00:03 UTC
- Enable LIBTASN1 option
- Reword LIBTASN1_DESC

Port maintainer (wg@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_10 (mode: change, diff: SVN)

How-To-Repeat: 
Steps:
1. Do not install security/libtasn1 or rename /usr/local/lib/libtasn1.so.7 temporarily
2. Turn on LIBTASN1 option
3. make run-depends-list

and you'll notice that /usr/ports/security/libtasn1 is missing!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-15 11:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-17 15:58:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-17 15:58:50 UTC
Author: wg
Date: Sun Nov 17 15:58:38 2013
New Revision: 334095
URL: http://svnweb.freebsd.org/changeset/ports/334095

Log:
  security/gnutls3: fix libtasn1 option
  
  PR:		ports/183992
  Submitted by:	sunpoet

Modified:
  head/security/gnutls3/Makefile

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Sun Nov 17 15:56:23 2013	(r334094)
+++ head/security/gnutls3/Makefile	Sun Nov 17 15:58:38 2013	(r334095)
@@ -43,13 +43,13 @@ OPTIONS_DEFINE=		CXX DOCS EXAMPLES LIBTA
 OPTIONS_DEFAULT=	CXX
 OPTIONS_SUB=		yes
 
-LIBTASN1_DESC=	Use system libtasn1
+LIBTASN1_DESC=	Use libtasn1 from ports
 
 CXX_CONFIGURE_ENABLE=	cxx
 
 .include <bsd.port.options.mk>
 
-.if defined(PORT_OPTIONS:MLIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.7)
+.if ${PORT_OPTIONS:MLIBTASN1} || exists(${LOCALBASE}/lib/libtasn1.so.7)
 LIB_DEPENDS+=	libtasn1.so:${PORTSDIR}/security/libtasn1
 .else
 CONFIGURE_ARGS+=	--with-included-libtasn1
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"