svn commit: r392691 - in head/security/vlock: . files

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Jul 22 19:39:24 UTC 2015


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"


More information about the svn-ports-all mailing list