Bug 236345 - Update cad/zcad to 0.9.8.4
Summary: Update cad/zcad to 0.9.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-07 04:40 UTC by Jose Alonso Cardenas Marquez
Modified: 2019-03-31 09:28 UTC (History)
0 users

See Also:
danfe: maintainer-feedback+


Attachments
Update patch file (25.19 KB, patch)
2019-03-07 04:40 UTC, Jose Alonso Cardenas Marquez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2019-03-07 04:40:52 UTC
Created attachment 202669 [details]
Update patch file

This update works with lazarus 2.0.0

- USE_GITHUB
- Remove makefile. Now it uses lazarus framework
- Add qt5 FLAVOR
- Add LLD_UNSAFE
- Few modifications
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-31 09:24:53 UTC
A commit references this bug:

Author: danfe
Date: Sun Mar 31 09:23:51 UTC 2019
New revision: 497396
URL: https://svnweb.freebsd.org/changeset/ports/497396

Log:
  - Update `cad/zcad' to version 0.9.8.4; switch from using
    pre-generated distfile to new official one from GitHub
  - Switch from my custom makefile-based build to Lazarus one
    and thus remove MAKE_JOBS_UNSAFE which should no longer
    be required (hopefully)
  - Drop Qt4-related CONFLICTS_INSTALL, Qt4 is already gone

  PR:		236345
  Submitted by:	acm

Changes:
  head/cad/zcad/Makefile
  head/cad/zcad/distinfo
  head/cad/zcad/files/makefile
  head/cad/zcad/files/patch-cad__source_zcad.lpi
  head/cad/zcad/pkg-plist
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2019-03-31 09:28:23 UTC
Very nice work, thank you Jose.  Committed as ports r497396 with minor modifications.