Bug 126438 - Update port: lang/maude 2.2 -> 2.3
Summary: Update port: lang/maude 2.2 -> 2.3
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 01:50 UTC by Rick van der Zwet
Modified: 2008-08-15 01:40 UTC (History)
0 users

See Also:


Attachments
file.shar (6.18 KB, text/plain)
2008-08-11 01:50 UTC, Rick van der Zwet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rick van der Zwet 2008-08-11 01:50:03 UTC
Maude 2.3 is compiles under 4.2 again, so port does not need to be marked as broken anymore. 

Quite a few hacks to get it installing properly:
* Coder forgot to include the *.maude files into the Makefile.am while porting 
  files into the MixFix directory to Main directory. Included again, which 
  explains the current need of aclocal and automake to regenerate the Makefiles
* Project requires MAUDE_LIB env to be set to the location of %%DATADIR%% which   
  is quite cumbersome, introduced MAUDE_DATA_DIR into the code to get rid of the 
  non handy environment variable.

Fix: Attached output of shar `find /usr/ports/lang/maude` > ~/lang-maude.txt


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-15 01:34:07 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-15 01:34:15 UTC
edwin       2008-08-15 00:34:02 UTC

  FreeBSD ports repository

  Modified files:
    lang/maude           Makefile distinfo pkg-plist 
  Added files:
    lang/maude/files     patch-maude-data-dir.diff 
                         patch-src-Main-Makefile.am 
  Removed files:
    lang/maude/files     patch-src_Mixfix_main.cc 
  Log:
  Update port: lang/maude 2.2 -> 2.3
  
          Maude 2.3 is compiles under 4.2 again, so port does not
          need to be marked as broken anymore.
  
          Quite a few hacks to get it installing properly:
          * Coder forgot to include the *.maude files into the
          Makefile.am while porting files into the MixFix directory
          to Main directory. Included again, which explains the current
          need of aclocal and automake to regenerate the Makefiles
          * Project requires MAUDE_LIB env to be set to the location
          of %%DATADIR%% which is quite cumbersome, introduced
          MAUDE_DATA_DIR into the code to get rid of the non handy
          environment variable.
  
  PR:             ports/126438
  Submitted by:   Rick van der Zwet <rick@wzoeterwoude.net>
  
  Revision  Changes    Path
  1.7       +4 -5      ports/lang/maude/Makefile
  1.2       +3 -3      ports/lang/maude/distinfo
  1.1       +35 -0     ports/lang/maude/files/patch-maude-data-dir.diff (new)
  1.1       +17 -0     ports/lang/maude/files/patch-src-Main-Makefile.am (new)
  1.2       +0 -26     ports/lang/maude/files/patch-src_Mixfix_main.cc (dead)
  1.2       +2 -0      ports/lang/maude/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"