Bug 61182 - ports/graphics/sam2p does not build
Summary: ports/graphics/sam2p does not build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-10 21:30 UTC by bruno schwander
Modified: 2004-01-11 19:54 UTC (History)
0 users

See Also:


Attachments
file.diff (323 bytes, patch)
2004-01-10 21:30 UTC, bruno schwander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!