Bug 113760 - [maintainer] update devel/libdasm to 1.5
Summary: [maintainer] update devel/libdasm to 1.5
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-16 17:50 UTC by Antoine Brodin
Modified: 2007-06-16 20:30 UTC (History)
0 users

See Also:


Attachments
libdasm.diff (1.05 KB, patch)
2007-06-16 17:50 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin 2007-06-16 17:50:11 UTC
Changelog:
- Fixed typo "loopn" -> "loopne" (thanks Otto!)
- Added implied operand masks in instruction struct
- New instructions types
- New attributes in instructions structure:
  eflags_affected and eflags_used. Defines if instruction affects
  cpu eflags (thanks skape!).
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-06-16 18:01:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-16 20:25:53 UTC
rafan       2007-06-16 19:25:46 UTC

  FreeBSD ports repository

  Modified files:
    devel/libdasm        Makefile distinfo pkg-plist 
  Log:
  - Update to 1.5 [1]
  - Replace deprecated variable: INSTALLS_SHLIB
  - Use PORTDOCS to simplify pkg-plist
  
  PR:            ports/113760 [1]
  Submitted by:  Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
  Approved by:   Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
  
  Revision  Changes    Path
  1.2       +7 -4      ports/devel/libdasm/Makefile
  1.2       +3 -3      ports/devel/libdasm/distinfo
  1.2       +0 -3      ports/devel/libdasm/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 3 Rong-En Fan freebsd_committer freebsd_triage 2007-06-16 20:25:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!