Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2018 07:07:48 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487027 - head/palm/jpilot
Message-ID:  <201812090707.wB977mwr077012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Dec  9 07:07:48 2018
New Revision: 487027
URL: https://svnweb.freebsd.org/changeset/ports/487027

Log:
  palm/jpilot: Build with Clang
  
  - Switch to using libgcrypt since J-Pilot does not build with
    OpenSSL 1.1.1
  
  PR:		232130
  Submitted by:	ndowens@yahoo.com
  Approved by:	maintainer

Modified:
  head/palm/jpilot/Makefile

Modified: head/palm/jpilot/Makefile
==============================================================================
--- head/palm/jpilot/Makefile	Sun Dec  9 06:39:47 2018	(r487026)
+++ head/palm/jpilot/Makefile	Sun Dec  9 07:07:48 2018	(r487027)
@@ -5,7 +5,7 @@
 
 PORTNAME=	jpilot
 PORTVERSION=	1.8.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES+=	palm comms
 MASTER_SITES=	http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
 		http://jpilot.org/
@@ -16,9 +16,9 @@ COMMENT=	Desktop Organizer Software for the Palm Pilot
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libpisock.so:palm/pilot-link
+LIB_DEPENDS=	libpisock.so:palm/pilot-link \
+		libgcrypt.so:security/libgcrypt
 
-USE_GCC=	any
 USES=		pkgconfig gmake libtool
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812090707.wB977mwr077012>