=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/print/cups-pdf", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for cups-pdf-3.0.1nb27 cd /tmp/work/print/cups-pdf/work/cups-pdf-3.0.1 && gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -L/opt/local/lib -lcups -o src/cups-pdf src/cups-pdf.c src/cups-pdf.c: In function 'read_config_ppd': src/cups-pdf.c:281:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 281 | ppd_file = ppdOpenFile(ppd_name); | ^~~~~~~~ In file included from src/cups-pdf.c:60: /tmp/work/print/cups-pdf/work/.buildlink/include/cups/ppd.h:390:26: note: declared here 390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ src/cups-pdf.c:286:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 286 | ppdMarkDefaults(ppd_file); | ^~~~~~~~~~~~~~~ /tmp/work/print/cups-pdf/work/.buildlink/include/cups/ppd.h:385:25: note: declared here 385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ src/cups-pdf.c:288:3: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 288 | option = ppdFirstOption(ppd_file); | ^~~~~~ /tmp/work/print/cups-pdf/work/.buildlink/include/cups/ppd.h:432:26: note: declared here 432 | extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~ src/cups-pdf.c:291:5: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 291 | option = ppdNextOption(ppd_file); | ^~~~~~ /tmp/work/print/cups-pdf/work/.buildlink/include/cups/ppd.h:434:26: note: declared here 434 | extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~ src/cups-pdf.c:293:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 293 | ppdClose(ppd_file); | ^~~~~~~~ /tmp/work/print/cups-pdf/work/.buildlink/include/cups/ppd.h:365:25: note: declared here 365 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~