Discussion:
[Bug 216212] graphics/opennurbs
b***@freebsd.org
2017-01-18 08:20:01 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216212

Bug ID: 216212
Summary: graphics/opennurbs
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-***@FreeBSD.org
Reporter: ***@FreeBSD.org
CC: ***@gmail.com
Flags: maintainer-feedback?(***@gmail.com)
CC: ***@gmail.com

libz/zlib fix needs updating after change in src:

Index: Makefile
===================================================================
--- Makefile (revision 431539)
+++ Makefile (working copy)
@@ -35,7 +35,7 @@
${WRKSRC}/opennurbs_version.h.tmp || ${TRUE}
${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h
${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib_
- ${CP} -R ${SRC_BASE}/lib/libz ${WRKSRC}/zlib
+ ${CP} -R ${SRC_BASE}/contrib/zlib ${WRKSRC}/zlib

do-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2017-01-18 10:57:55 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216212

--- Comment #1 from ***@gmail.com ---
(In reply to Poul-Henning Kamp from comment #0)

Thanks for the patch. I don't have a -CURRENT system to test it, but it simple
enough so you have my approval.

Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2017-01-18 10:58:14 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216212

***@gmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Flags|maintainer-feedback?(fernan |maintainer-feedback+
|***@gmail.com) |
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2017-01-21 23:52:41 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216212

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|graphics/opennurbs |graphics/opennurbs: fix on
| |-current
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2017-02-09 18:04:32 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216212

Dmitry Marakasov <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-ports-***@FreeBSD. |***@FreeBSD.org
|org |
Status|New |Open

--- Comment #2 from Dmitry Marakasov <***@FreeBSD.org> ---
- Wait, why do you copy zlib from src/ at all? If any, you should remove
bundled zlib and use system one. Not sure how dependees would handle this

- iconv in pre-build does not seem to do anything. why's it needed?

- do-install is an overcomplication just for examples installation, ports
should not do such things; I'd just install example apps, and they should go to
examplesdir, not libexec
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...