building net/netatalk on the host with cups fails. Fix: I have no idea, but this site shows some solution; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713558 How-To-Repeat: % make ... print_cups.c: In function 'cups_printername_ok': print_cups.c:134: error: dereferencing pointer to incomplete type print_cups.c:135: error: dereferencing pointer to incomplete type print_cups.c:167: error: dereferencing pointer to incomplete type print_cups.c:169: error: dereferencing pointer to incomplete type print_cups.c: In function 'cups_get_printer_status': print_cups.c:246: error: dereferencing pointer to incomplete type print_cups.c:247: error: dereferencing pointer to incomplete type print_cups.c:277: error: dereferencing pointer to incomplete type print_cups.c:279: error: dereferencing pointer to incomplete type print_cups.c:294: error: dereferencing pointer to incomplete type print_cups.c:296: error: dereferencing pointer to incomplete type print_cups.c:304: error: dereferencing pointer to incomplete type print_cups.c:311: error: dereferencing pointer to incomplete type gmake[3]: *** [print_cups.o] Error 1
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
A commit references this bug: Author: marcus Date: Sun Jun 8 00:05:49 UTC 2014 New revision: 356962 URL: http://svnweb.freebsd.org/changeset/ports/356962 Log: Add -D_IPP_PRIVATE_STRUCTURES to CPPFLAGS to fix the build with CUPS. PR: 189538 Obtained from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713558 Changes: head/net/netatalk/Makefile
Fix committed.