Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2002 18:56:13 -0800 (PST)
From:      Michael J Estes <estesm@estes.2y.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35549: new port editors/texmacs doesn't build on CURRENT
Message-ID:  <200203050256.g252uDFs026955@estes.2y.net>

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

>Number:         35549
>Category:       ports
>Synopsis:       new port editors/texmacs doesn't build on CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 04 19:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael J Estes
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD estes.2y.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Mar 1 12:07:05 PST 2002 root@estes.2y.net:/usr/obj/usr/src/sys/MIKE i386


	
>Description:
	new port editors/texmacs doesn't build on CURRENT
>How-To-Repeat:
	cd /usr/ports/editors/texmacs/ && make install clean
>Fix:
	1 malloc fix, and I'm not sure about some time_t re-definitions.  This will now build for me on -CURRENT.  NOT tested on stable

--- src/Convert/Connect/pipes.gen.cc.orig	Mon Mar  4 18:38:17 2002
+++ src/Convert/Connect/pipes.gen.cc	Mon Mar  4 18:31:56 2002
@@ -24,7 +24,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <signal.h>
-#include <malloc.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/wait.h>
--- src/Window/display.gen.h.orig	Mon Mar  4 18:43:18 2002
+++ src/Window/display.gen.h	Mon Mar  4 18:43:26 2002
@@ -19,7 +19,7 @@
 
 #ifndef _TIME_T
 #define _TIME_T
-typedef long time_t;
+typedef int time_t;
 #endif
 
 class font;
--- src/Window/event.gen.h.orig	Mon Mar  4 18:44:29 2002
+++ src/Window/event.gen.h	Mon Mar  4 18:44:39 2002
@@ -19,7 +19,7 @@
 
 #ifndef _TIME_T
 #define _TIME_T
-typedef long time_t;
+typedef int time_t;
 #endif
 
 class window_rep;
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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