svn commit: r392947 - in branches/2015Q3/security/vlock: . files

Ganael LAPLANCHE martymac at FreeBSD.org
Sun Jul 26 20:10:24 UTC 2015


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"


More information about the svn-ports-branches mailing list