Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 20:10:23 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392947 - in branches/2015Q3/security/vlock: . files
Message-ID:  <201507262010.t6QKAN7O044757@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Sun Jul 26 20:10:23 2015
New Revision: 392947
URL: https://svnweb.freebsd.org/changeset/ports/392947

Log:
  MFH: r392691
  Approved by:	portmgr
  
  Fix build with new libcaca when CACASAVER is on

Added:
  branches/2015Q3/security/vlock/files/patch-modules-caca.c
     - copied unchanged from r392691, head/security/vlock/files/patch-modules-caca.c
Modified:
  branches/2015Q3/security/vlock/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/vlock/Makefile
==============================================================================
--- branches/2015Q3/security/vlock/Makefile	Sun Jul 26 20:05:57 2015	(r392946)
+++ branches/2015Q3/security/vlock/Makefile	Sun Jul 26 20:10:23 2015	(r392947)
@@ -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/
 

Copied: branches/2015Q3/security/vlock/files/patch-modules-caca.c (from r392691, head/security/vlock/files/patch-modules-caca.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q3/security/vlock/files/patch-modules-caca.c	Sun Jul 26 20:10:23 2015	(r392947, copy of r392691, head/security/vlock/files/patch-modules-caca.c)
@@ -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?201507262010.t6QKAN7O044757>