#43200 closed enhancement (fixed)
LibreCAD 2.0.3
Reported by: | librecad@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch maintainer | Cc: | dongxuli2011@… |
Port: | LibreCAD |
Description
Attached diff for port file to build LibreCAD 2.0.3
This patch also removes the dependency on muparser that is included in LibreCAD The reason for doing this is because of bug in muparser that doesn't process locales correctly. The included version of muparser is this fix attached. We will be removing muparser from LibreCAD once this patch has been applied by the muparser folks.
I believe it's related to this : https://code.google.com/p/muparser/issues/detail?id=1
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Cc: | dongxuli2011@… added |
---|---|
Keywords: | haspatch maintainer added |
Milestone: | MacPorts 2.3.0 |
Port: | LibreCAD added |
Version: | 2.2.1 |
comment:2 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks. r118673.
Note the following for the next time.
$ port lint --nitpick LibreCAD ---> Verifying Portfile for LibreCAD Error: Line 75 hardcodes /opt/local, use ${prefix} instead Error: Line 77 hardcodes /opt/local, use ${prefix} instead
Changed 11 years ago by librecad@…
Attachment: | Portfile-LibreCAD.diff added |
---|
new patch against 2.0.2
comment:3 Changed 11 years ago by librecad@…
I attached a new patch against 2.0.2 that fixes a error we received from the build bot. It also uses ${prefix} instead of the hard coded path
comment:4 Changed 11 years ago by mf2k (Frank Schima)
Please attach a new patch against the current version of the Portfile in svn - which is version 2.0.3. Also, in the future, please open a new ticket rather than attaching a patch to a closed ticket.
In the future, please fill in the Port field. The Milestone field is for Macports team members' use only, please do not set it.