[Bug 279275] x11/babl: sort out Makfile and pet portclippy

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 May 2024 18:29:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279275

            Bug ID: 279275
           Summary: x11/babl: sort out Makfile and pet portclippy
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: vvd@FreeBSD.org
                CC: diizzy@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org
 Attachment #250927 maintainer-approval?
             Flags:

Created attachment 250927
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250927&action=edit
sort out Makfile and pet portclippy v1

Suggested by diizzy https://reviews.freebsd.org/D45094#1028356: 
> x11/babl likely doesn't require libtool, you can probably drop localbase or or at least use localbase:ldflags
Both removed.
> SIMD option is only relevant on i386/amd64 (fix) and we can at least always rely on SSE2 on amd64 (requirement).
Limit SIMD to i386/amd64, default for i386 is MMX only, for amd64 SSE2. But
users can turn on or off all SIMD sets during build. 
> It would be nice(r) if we could rely on CPUTYPE from the framework

Tested build in poudriere and on live system 13.3-p2 amd64 and i386 with
different combinations of SIMDs and CPUTYPE in /etc/make.conf.

-- 
You are receiving this mail because:
You are the assignee for the bug.