Date: Sun, 06 Mar 2016 20:06:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207751] [patch] print/qpdf: update to 6.0.0 Message-ID: <bug-207751-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207751 Bug ID: 207751 Summary: [patch] print/qpdf: update to 6.0.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: tijl@FreeBSD.org CC: d.y.kazarov@mail.ru Keywords: patch Flags: maintainer-feedback?(d.y.kazarov@mail.ru) CC: d.y.kazarov@mail.ru Created attachment 167775 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167775&action= =3Dedit patch - Update to 6.0.0. - Remove bash dependency. - Remove SDK option. Ports always install headers. - Add DOCS option. (This saves more space than the SDK option.) - Replace patch-configure with CPPFLAGS/LIBS and a post-patch command in the Makefile to take into account ${LOCALBASE} and ${MAKE_CMD}. - Remove patches that have been fixed upstream. - Add a patch for libtest/build.mk to change the order of LIBS and LIBS_libqpdf. LIBS may contain user supplied -L flags like -L/usr/local/lib which have to appear after upstream -L flags so programs are linked against freshly built libraries on not an older version in /usr/local/lib. The oth= er build.mk files already do this right. - Add a patch for make/libtool.mk to change the order of $ldflags and $libs= .=20 Upstream puts -L flags in $ldflags. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207751-13>