View | Details | Raw Unified | Return to bug 197135 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/opennurbs/Makefile (+5 lines)
Lines 31-36 Link Here
31
	${ICONV_CMD} -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h \
31
	${ICONV_CMD} -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h \
32
		> ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE}
32
		> ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE}
33
	${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h
33
	${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h
34
	${MV} ${WRKSRC}/zlib ${WRKSRC}/zlib_
35
	${CP} -R /usr/src/lib/libz ${WRKSRC}/zlib
34
36
35
do-install:
37
do-install:
36
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \
38
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \
Lines 71-75 Link Here
71
	${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/
73
	${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/
72
	${INSTALL_DATA} ${WRKSRC}/zlib/*.h \
74
	${INSTALL_DATA} ${WRKSRC}/zlib/*.h \
73
		${STAGEDIR}${PREFIX}/include/openNURBS/zlib
75
		${STAGEDIR}${PREFIX}/include/openNURBS/zlib
76
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
77
	${TOUCH} ${STAGEDIR}${PREFIX}/include/openNURBS/zlib/gzguts.h
78
.endif
74
79
75
.include <bsd.port.post.mk>
80
.include <bsd.port.post.mk>
(-)graphics/opennurbs/pkg-plist (-3 / +4 lines)
Lines 104-109 Link Here
104
include/openNURBS/opennurbs_zlib.h
104
include/openNURBS/opennurbs_zlib.h
105
include/openNURBS/zlib/crc32.h
105
include/openNURBS/zlib/crc32.h
106
include/openNURBS/zlib/deflate.h
106
include/openNURBS/zlib/deflate.h
107
include/openNURBS/zlib/gzguts.h
107
include/openNURBS/zlib/inffast.h
108
include/openNURBS/zlib/inffast.h
108
include/openNURBS/zlib/inffixed.h
109
include/openNURBS/zlib/inffixed.h
109
include/openNURBS/zlib/inflate.h
110
include/openNURBS/zlib/inflate.h
Lines 120-127 Link Here
120
libexec/openNURBS/example_write
121
libexec/openNURBS/example_write
121
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bsd.openNURBS.mk
123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bsd.openNURBS.mk
123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples_linking_pragmas.h
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opennurbs.h
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/Makefile
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/Makefile
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/example_brep.cc
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/example_brep.cc
127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_read/Makefile
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_read/Makefile
Lines 129-136 Link Here
129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/Makefile
128
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/Makefile
130
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/example_roundtrip.cc
129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/example_roundtrip.cc
131
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/Makefile
130
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/Makefile
132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_userdata.cc
133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.cc
131
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.cc
134
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.h
132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.h
133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_userdata.cc
135
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/Makefile
134
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/Makefile
136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/example_write.cc
135
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/example_write.cc
136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples_linking_pragmas.h
137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opennurbs.h

Return to bug 197135