[Bug 214778] [CFD] ARCH substituion antipattern in various ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 23 11:49:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214778

            Bug ID: 214778
           Summary: [CFD] ARCH substituion antipattern in various ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: linimon at FreeBSD.org
                CC: bsdports at kyle-evans.net
                CC: bsdports at kyle-evans.net
             Flags: maintainer-feedback?(bsdports at kyle-evans.net)

PR 214776 about devel/arduino16 revealed an antipattern that has crept into the
Ports Collection.  It is not noticeable if you are using packages, but if you
are using 'make install', various uninstalled dependencies may fail.

comms/java-simple-serial-connector/Makefile:ARCH=               arm
devel/arduino-core/Makefile:ARCH=               x86_64
devel/arduino16/Makefile:ARCH=                  x86_64
devel/avr-gcc-devel/Makefile:ARCH=              x86_64
devel/avr-gcc/Makefile:ARCH=            x86_64
devel/dwarfdump/Makefile:ARCH=          x86_64
dns/samba-nsupdate/Makefile:ARCH=               x86_64
lang/swi-pl/Makefile:ARCH=              x86_64

Looking at the extracted files for devel/arduino16 did not reveal a quick fix.

Comments, anyone?

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


More information about the freebsd-ports-bugs mailing list