Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 18:17:15 +0100 (CET)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Albert <astrocrazy@net-yan.com>
Subject:   ports/47861: Maintainer update: x11-toolkits/flvw (build fix)
Message-ID:  <200302031717.h13HHFqm086950@mail.gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         47861
>Category:       ports
>Synopsis:       Maintainer update: x11-toolkits/flvw (build fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 09:20:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.7-STABLE FreeBSD 4.7-STABLE #32: Thu Jan 23 00:09:17 CET 2003 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386
>Description:
	flvw doesn't build anymore. this PR fix the build.

	please, commit x11-toolkits/fl_editor and databases/mysql-gui PRs
	when you'll commit this one. thanks in advance.

	Makefile
		PORTREVISION bumped
	files/patch-FL::Flv_List.H
		new file
>How-To-Repeat:
	cd /usr/ports/x11-toolkits/flvw; make
>Fix:
	take care, this patch set is in two parts.
	the first one is a diff against /dev/null
	and the second one a cvs diff.

--- /dev/null	Mon Feb  3 03:55:27 2003
+++ files/patch-FL::Flv_List.H	Mon Feb  3 01:56:24 2003
@@ -0,0 +1,11 @@
+--- FL/Flv_List.H.orig	Mon Feb  3 01:54:22 2003
++++ FL/Flv_List.H	Mon Feb  3 01:51:26 2003
+@@ -49,7 +49,7 @@
+ #define text_font() FL_HELVETICA
+ #define text_size() 12
+ 
+-#define fl_inactive inactive
++// #define fl_inactive inactive
+ #define fl_contrast(x,y) FL_BLACK
+ #define selection_text_color() FL_WHITE
+ #define FL_DAMAGE_HIGHLIGHT FL_DAMAGE_CHILD

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/flvw/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	17 Jan 2002 23:13:38 -0000	1.2
+++ Makefile	3 Feb 2003 03:04:19 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	flvw
 PORTVERSION=	20000224
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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