Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 19:39:23 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392691 - in head/security/vlock: . files
Message-ID:  <201507221939.t6MJdNFZ007406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Wed Jul 22 19:39:22 2015
New Revision: 392691
URL: https://svnweb.freebsd.org/changeset/ports/392691

Log:
  Fix build with new libcaca when CACASAVER is on
  
  MFH:		2015Q3

Added:
  head/security/vlock/files/patch-modules-caca.c   (contents, props changed)
Modified:
  head/security/vlock/Makefile

Modified: head/security/vlock/Makefile
==============================================================================
--- head/security/vlock/Makefile	Wed Jul 22 19:34:05 2015	(r392690)
+++ head/security/vlock/Makefile	Wed Jul 22 19:39:22 2015	(r392691)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlock
 PORTVERSION=	2.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://cthulhu.c3d2.de/~toidinamai/vlock/archive/
 

Added: head/security/vlock/files/patch-modules-caca.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/vlock/files/patch-modules-caca.c	Wed Jul 22 19:39:22 2015	(r392691)
@@ -0,0 +1,12 @@
+Remove legacy header as libcucul has now been merged into libcaca.
+
+--- ./modules/caca.c.orig	2015-07-21 20:34:23.876845709 +0200
++++ ./modules/caca.c	2015-07-21 20:34:33.937820107 +0200
+@@ -37,7 +37,6 @@
+ 
+ #include <ncurses.h>
+ 
+-#include <cucul.h>
+ #include <caca.h>
+ 
+ #include "process.h"



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