Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 13:26:22 -0800 (PST)
From:      bruno <bruno@mail.tinkerbox.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61182: ports/graphics/sam2p does not build
Message-ID:  <200401102126.i0ALQMIc001020@duron.bschwand.net>
Resent-Message-ID: <200401102130.i0ALULXI078218@freefall.freebsd.org>

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

>Number:         61182
>Category:       ports
>Synopsis:       ports/graphics/sam2p does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 10 13:30:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     bruno schwander
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
tinkerbox.org
>Environment:
System: FreeBSD duron.bschwand.net 4.8-STABLE FreeBSD 4.8-STABLE #1: Mon Dec 29 12:38:50 PST 2003 bruno@duron.bschwand.net:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	ports/graphics/sam2p fails to patch correctly, and source distfile has
        a checksum mismatch
>How-To-Repeat:
	cd /usr/port/graphics/sam2p;make
>Fix:

update /usr/ports/graphics/sam2p/files/ :

==================

--- configure.orig      Sat Jan 10 13:02:06 2004
+++ configure   Sat Jan 10 13:03:00 2004
@@ -7502,7 +7502,7 @@
 ac_n="${ac_n:-$ECHO_N}"
 echo $ac_n "running make Makedep""... $ac_c" 1>&6
 echo "configure:7504: running make Makedep" >&5
-if >&5 2>&5 make Makedep; then :
+if >&5 2>&5 gmake Makedep; then :
   echo "$as_me:$LINENO: result: ok" >&5
 echo "${ECHO_T}ok" >&6

=================

--- gensio.cpp.orig     Sat Jan 10 13:11:52 2004
+++ gensio.cpp  Sat Jan 10 13:12:26 2004
@@ -716,11 +716,7 @@
 /* --- */
 
 
-#if HAVE_lstat_in_sys_stat
-#  define PTS_lstat lstat
-#else
 #  define PTS_lstat stat
-#endif
 
 /** @param fname must start with '/' (dir separator)
  * @return true if file successfully created

=======================

update /usr/ports/graphics/sam2p/distinfo:

MD5 (sam2p-0.44.tar.gz) = 349bdc3cd2ba700642b68f97c8cbcac8


>Release-Note:
>Audit-Trail:
>Unformatted:



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