Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2007 13:03:37 +0200 (CEST)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115212: [Maintainer-update:] x11-fm/emelfm2: unbreak build on RELENG_5
Message-ID:  <200708051103.l75B3bTn064980@medusa.sysfault.org>
Resent-Message-ID: <200708051110.l75BA39o013652@freefall.freebsd.org>

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

>Number:         115212
>Category:       ports
>Synopsis:       [Maintainer-update:] x11-fm/emelfm2: unbreak build on RELENG_5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 11:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Aug  2 20:26:57 CEST
>Description:
Pointyhat reported a break on the amd64 platfom with RELENG_5.
The break was issued due to the removed pthread.h include in
e2_fileview.h of the last commit. 

Thus the patch was restored (it should not cause any harm on other platforms).

Note to the committer:
Please add files/patch-e2_fileview.h (or restore it from the Attic).

>How-To-Repeat:
>Fix:

diff -ruN --exclude=CVS /usr/ports/x11-fm/emelfm2/Makefile /usr/ports/x11-fm/emelfm2.new/Makefile
--- /usr/ports/x11-fm/emelfm2/Makefile	2007-07-28 21:09:27.000000000 +0200
+++ /usr/ports/x11-fm/emelfm2.new/Makefile	2007-08-05 12:58:36.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	emelfm2
 PORTVERSION=	0.3.5
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.emelfm2.net/rel/ \
 		http://freebsd.unixfreunde.de/sources/
diff -ruN --exclude=CVS /usr/ports/x11-fm/emelfm2/files/patch-e2_fileview.h /usr/ports/x11-fm/emelfm2.new/files/patch-e2_fileview.h
--- /usr/ports/x11-fm/emelfm2/files/patch-e2_fileview.h	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/x11-fm/emelfm2.new/files/patch-e2_fileview.h	2007-08-05 12:53:36.000000000 +0200
@@ -0,0 +1,11 @@
+--- src/e2_fileview.h.orig	Sat Nov  4 14:39:08 2006
++++ src/e2_fileview.h	Sat Nov  4 14:39:26 2006
+@@ -21,6 +21,7 @@
+ #ifndef E2_FILEVIEW_H
+ #define E2_FILEVIEW_H
+ 
++#include <pthread.h>
+ #include "emelfm2.h"
+ 
+ #ifdef E2_VFS
+
>Release-Note:
>Audit-Trail:
>Unformatted:



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