Bug 273298 - graphics/povray36: mark DEPRECATED
Summary: graphics/povray36: mark DEPRECATED
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-22 20:13 UTC by Philipp Ost
Modified: 2023-08-25 06:49 UTC (History)
2 users (show)

See Also:


Attachments
graphics/povray36/Makefile: set COMPILED_BY variable (657 bytes, patch)
2023-08-22 20:13 UTC, Philipp Ost
bsd: maintainer-approval+
Details | Diff
graphics/povray36: set COMPILED_BY variable, mark as deprecated (972 bytes, patch)
2023-08-23 19:57 UTC, Philipp Ost
bsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Ost 2023-08-22 20:13:10 UTC
Created attachment 244289 [details]
graphics/povray36/Makefile: set COMPILED_BY variable

Change COMPILED_BY variable in graphics/povray36/Makefile to keep in sync with changes in PR 273098.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-23 06:41:47 UTC
Thanks Philipp,

Could that LDFLAGS and CFLAGS be set by USE= localbase?

https://docs.freebsd.org/en/books/porters-handbook/book/#uses-localbase
Comment 2 Philipp Ost 2023-08-23 19:57:06 UTC
Created attachment 244301 [details]
graphics/povray36: set COMPILED_BY variable, mark as deprecated

Yes, LDFLAGS and CFLAGS could probably be handled more in line with current practices. However, given the fact that POV-Ray 3.6 is no longer supported upstream since at least 10 years, I think it's fine to not invest more time in polishing the port, but rather mark it for removal.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-25 06:49:07 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-08-25 06:49:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd189a7ca102971f9cd91bf2d217f135d4f4b754

commit bd189a7ca102971f9cd91bf2d217f135d4f4b754
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2023-08-24 07:08:08 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-25 06:48:28 +0000

    graphics/povray36: mark DEPRECATED

    Use graphics/povray37 instead.

    While here set COMPILED_BY variable.

    PR:             273298
    Reported by:    bsd@philippost.de (maintainer)

 graphics/povray36/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)