Bug 132061 - [maintainer update] devel/menhir to version 20080912
Summary: [maintainer update] devel/menhir to version 20080912
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 13:50 UTC by jaapb
Modified: 2009-02-25 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.14 KB, patch)
2009-02-24 13:50 UTC, jaapb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2009-02-24 13:50:01 UTC
This is an upgrade to version 20080912. Changes:

- Ocaml summer project: added --interpret, --table, and --suggest-*.
- Fixed a problem that would cause the code inliner to abort when a semantic
  value and a non-terminal symbol happened to have the same name.
- Removed code sharing.
- Removed an incorrect assertion that caused failures (lr1.ml, line 134).

Fix: diff included.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 13:28:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 13:58:03 UTC
Hello,

Tested on 7-stable, the port have some PLIST problems, like you can see
below.

Could you fix this please and send a new patch?

Thanks

================================================================
list of extra files and directories in / (not present on clean system but present after everything was deinstalled)
1791714       16 drwxr-xr-x    3 root             wheel                7168 Feb 25 13:51 usr/local/lib/ocaml
1888823        4 drwxr-xr-x    3 root             wheel                 512 Feb 25 13:50 usr/local/lib/ocaml/site-lib
1884214        4 drwxr-xr-x    2 root             wheel                 512 Feb 25 13:50 usr/local/lib/ocaml/site-lib/menhirLib
1884221       68 -rw-r--r--    1 root             wheel               34023 Feb 25 13:50 usr/local/lib/ocaml/site-lib/menhirLib/menhirLib.o
1884225        8 -rw-r--r--    1 root             wheel                3397 Feb 25 13:50 usr/local/lib/ocaml/site-lib/menhirLib/menhirLib.cmx
1884226      116 -rw-r--r--    1 root             wheel               59180 Feb 25 13:50 usr/local/lib/ocaml/site-lib/menhirLib/menhirLib.cmo
1884228       16 -rw-r--r--    1 root             wheel                7253 Feb 25 13:50 usr/local/lib/ocaml/site-lib/menhirLib/menhirLib.cmi
1884265        4 -rw-r--r--    1 root             wheel                 141 Sep 12 11:58 usr/local/lib/ocaml/site-lib/menhirLib/META
1889037        4 drwxr-xr-x    3 root             wheel                 512 Feb 25 13:50 usr/local/share/doc/ocaml
1884274        4 drwxr-xr-x    3 root             wheel                 512 Feb 25 13:50 usr/local/share/doc/ocaml/menhir
1884294        4 drwxr-xr-x    3 root             wheel                 512 Feb 25 13:50 usr/local/share/doc/ocaml/menhir/demos
1886080        4 drwxr-xr-x    2 root             wheel                 512 Feb 25 13:50 usr/local/share/doc/ocaml/menhir/demos/calc
1886106       20 -rw-r--r--    1 root             wheel                9720 Feb 25 13:50 usr/local/share/doc/ocaml/menhir/demos/calc/OMakefile.omc
1888791        4 -rw-r--r--    1 root             wheel                  56 Feb 25 13:50 usr/local/share/doc/ocaml/menhir/demos/calc/.omakedb.lock
1888792       20 -rw-r--r--    1 root             wheel                9370 Feb 25 13:50 usr/local/share/doc/ocaml/menhir/demos/calc/OMakeroot.omc
1888816       12 -rw-r--r--    1 root             wheel                4347 Feb 25 13:50 usr/local/share/doc/ocaml/menhir/demos/calc/.omakedb
================================================================

-- 
Renato Botelho <garga @ FreeBSD.org>
               <garga @ freebsdbrasil.com.br>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

America has been discovered before, but it has always been hushed up.
		-- Oscar Wilde
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-25 16:58:41 UTC
garga       2009-02-25 16:58:25 UTC

  FreeBSD ports repository

  Modified files:
    devel/menhir         Makefile distinfo pkg-plist 
    devel/menhir/files   patch-Makefile 
  Log:
  - Update to 20080912
  
  PR:             ports/132061
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.6       +3 -1      ports/devel/menhir/Makefile
  1.3       +3 -3      ports/devel/menhir/distinfo
  1.3       +13 -8     ports/devel/menhir/files/patch-Makefile
  1.3       +4 -0      ports/devel/menhir/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"
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 16:58:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!