Bug 253548 - comms/tits does not compile on stable/13
Summary: comms/tits does not compile on stable/13
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: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-16 00:40 UTC by mike
Modified: 2021-02-16 12:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mich)


Attachments
patch to fix (430 bytes, patch)
2021-02-16 00:40 UTC, mike
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mike 2021-02-16 00:40:34 UTC
Created attachment 222479 [details]
patch to fix

root@freebsd:/usr/ports/comms/tits # make
===>  License BSD4CLAUSE accepted by the user
===>   tits-1.3.0 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by tits-1.3.0 for building
===>  Extracting for tits-1.3.0
=> SHA256 Checksum OK for tits-1.3.0.tar.gz.
===>  Patching for tits-1.3.0
===>  Applying FreeBSD patches for tits-1.3.0 from /usr/ports/comms/tits/files
/usr/bin/sed -i.bak -e 's|/usr/local|/usr/local|g' /usr/ports/comms/tits/work/tits-1.3.0/tits.8
===>  Configuring for tits-1.3.0
===>  Building for tits-1.3.0
make[1]: "/usr/share/mk/bsd.opts.mk" line 110: "NO_WERROR is defined, but deprecated. Please use MK_WERROR=no instead."

make[1]: stopped in /usr/ports/comms/tits/work/tits-1.3.0
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/comms/tits
root@freebsd:/usr/ports/comms/tits # 

simple patch to makefile attached
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-16 12:26:56 UTC
A commit references this bug:

Author: mich
Date: Tue Feb 16 12:26:25 UTC 2021
New revision: 565397
URL: https://svnweb.freebsd.org/changeset/ports/565397

Log:
  - change to MK_WERROR

  PR:		        253548
  Submitted by:	mike@sentex.net

Changes:
  head/comms/tits/files/patch-Makefile
Comment 2 Michael Landin freebsd_committer freebsd_triage 2021-02-16 12:27:48 UTC
Committed, thanks