Bug 61182

Summary: ports/graphics/sam2p does not build
Product: Ports & Packages Reporter: bruno schwander <bruno>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description bruno schwander 2004-01-10 21:30:21 UTC
	ports/graphics/sam2p fails to patch correctly, and source distfile has
        a checksum mismatch

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

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

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



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

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

MD5 (sam2p-0.44.tar.gz) = 349bdc3cd2ba700642b68f97c8cbcac8--szaOTDAnaa2hASmhv0RSxjSK6zFRUdXv09HMPjcq21hQ0rJ1
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
How-To-Repeat: 	cd /usr/port/graphics/sam2p;make
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-11 19:43:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-11 19:54:18 UTC
State Changed
From-To: open->closed

Committed, thanks!