Bug 74781 - new port: lang/munger
Summary: new port: lang/munger
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-12-06 19:00 UTC by James Bailie
Modified: 2004-12-08 08:38 UTC (History)
0 users

See Also:


Attachments
munger.sh (4.17 KB, text/plain)
2004-12-06 19:00 UTC, James Bailie
no flags Details
munger.sh (4.18 KB, text/plain)
2004-12-07 01:14 UTC, James Bailie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Bailie 2004-12-06 19:00:50 UTC

    
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-12-07 22:49:20 UTC
State Changed
From-To: open->feedback

Does not compile on FreeBSD 5.3 (gcc 3.4): 

===>  Building for munger-4.37 
cc -O -pipe   -Wall -ansi -DLISPDIR="/usr/local/share/munger-4.37" -DVERSION_MAJOR=4 -DVERSION_MINOR=37 -I/usr/local/include -o munger lisp.c -lcrypt -lm -lcurses -L/usr/local/lib/ 
In file included from lisp.c:30: 
intrinsics.c: In function `do_and': 
intrinsics.c:1275: error: incompatible type for argument 4 of `print_err' 
intrinsics.c: In function `do_delete': 
intrinsics.c:4004: warning: too many arguments for format 
intrinsics.c: In function `do_protect': 
intrinsics.c:9259: error: incompatible type for argument 4 of `print_err' 
intrinsics.c:9272: error: incompatible type for argument 4 of `print_err' 
*** Error code 1 

You have a fix for this? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-12-07 22:49:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Handle.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-12-08 08:38:43 UTC
State Changed
From-To: feedback->closed

Committed with modifications.