Bug 246563 - devel/upp: Update to 14429
Summary: devel/upp: Update to 14429
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Hiroki Tagato
URL:
Keywords: buildisok, patch
Depends on:
Blocks:
 
Reported: 2020-05-19 06:43 UTC by lightside
Modified: 2020-06-05 12:08 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (m.sund)


Attachments
Proposed patch (since 517008 revision) (9.85 KB, patch)
2020-05-19 06:43 UTC, lightside
lightside: maintainer-approval? (m.sund)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lightside 2020-05-19 06:43:19 UTC
Created attachment 214621 [details]
Proposed patch (since 517008 revision)

Patch to update devel/upp port from 11873 to 14429 version.

Look following links for changes:
https://www.ultimatepp.org/www$uppweb$Roadmap$en-us.html
https://sourceforge.net/projects/upp/files/upp/2020.1/

- Update name of distfile archive for DISTNAME variable
- Update path for WRKSRC variable
- Replace ${BUILD_WRKSRC} with ${WRKSRC}/uppsrc value
- Use C++14 compatible compiler
- Use pkg-config for build and runtime dependency:
https://github.com/ultimatepp/ultimatepp/commit/343b49695f2d6c698cd11a4a1ddf6ecbf5d9a058
- Use tar.xz distfile archive
- Remove libexpat.so dependency from IDE_LIB_DEPENDS
- Update USE_XORG and USE_GNOME for gtk30
- Rename SCD to UDC port's option, because of installation of *.udc files
- Update sed patches
- Remove generation of GCC.bm and CLANG.bm build files on do-build stage, because they may be created automatically by TheIDE or umk, if not exists:
https://github.com/ultimatepp/ultimatepp/commit/b57401d074bcd81d12b2c36b8b6f1c5846eb7fd2
https://github.com/ultimatepp/ultimatepp/blob/490bb39c7b55e0196d374786ac14347ef2aa7298/uppsrc/ide/Install.cpp#L111
https://github.com/ultimatepp/ultimatepp/blob/5263a95184c8b59e1d425c201d291f6da9fd4312/uppsrc/umk/umake.cpp#L64
- Remove files/patch-uppsrc_plugin_sqlite3_lib_sqlite3.c file:
https://github.com/ultimatepp/ultimatepp/commit/368d754a48808843a22936ad424968eef2b80966
Comment 1 Automation User 2020-05-19 07:51:43 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/147405374
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-06-05 12:07:58 UTC
A commit references this bug:

Author: tagattie
Date: Fri Jun  5 12:07:26 UTC 2020
New revision: 538012
URL: https://svnweb.freebsd.org/changeset/ports/538012

Log:
  Update to 14429

  PR:		246563
  Submitted by:	lightside <lightside@gmx.com>
  Approved by:	m.sund@arcor.de (maintainer timeout, >2 weeks),
  		mentors (implicit)
  Changelog:	https://www.ultimatepp.org/www$uppweb$Roadmap$en-us.html

Changes:
  head/devel/upp/Makefile
  head/devel/upp/distinfo
  head/devel/upp/files/
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2020-06-05 12:08:54 UTC
Committed, thanks!