[Bug 207751] [patch] print/qpdf: update to 6.0.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 6 20:06:10 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207751
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 at FreeBSD.org
Reporter: tijl at FreeBSD.org
CC: d.y.kazarov at mail.ru
Keywords: patch
Flags: maintainer-feedback?(d.y.kazarov at mail.ru)
CC: d.y.kazarov at mail.ru
Created attachment 167775
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167775&action=edit
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 other
build.mk files already do this right.
- Add a patch for make/libtool.mk to change the order of $ldflags and $libs.
Upstream puts -L flags in $ldflags.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list