FreeBSD Bugzilla – Attachment 146196 Details for
Bug 192751
[maintainer update] Improvements for graphics/opennurbs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional patch
patch-opennurbs-examples-license.txt3 (text/plain), 4.37 KB, created by
Fernando ApesteguĂa
on 2014-08-23 22:01:20 UTC
(
hide
)
Description:
Additional patch
Filename:
MIME Type:
Creator:
Fernando ApesteguĂa
Created:
2014-08-23 22:01:20 UTC
Size:
4.37 KB
patch
obsolete
>diff -ruN /home/fernape/porting/ports/head/graphics/opennurbs/Makefile graphics/opennurbs/Makefile >--- /home/fernape/porting/ports/head/graphics/opennurbs/Makefile 2014-08-23 19:18:49.000000000 +0200 >+++ graphics/opennurbs/Makefile 2014-08-17 16:44:37.000000000 +0200 >@@ -12,11 +12,14 @@ > MAINTAINER= fernando.apesteguia@gmail.com > COMMENT= Tools to accurately transfer 3-D geometry between applications > >+LICENSE_FILE= ${WRKSRC}/readme.txt >+ > USES= iconv:build dos2unix gmake zip > MAKE_ARGS= CC="${CC}" CCC="${CXX}" > > MAKEFILE= makefile >-EXAMPLESDIR= ${STAGEDIR}${PREFIX}/libexec/openNURBS >+BINEXAMPLESDIR= ${PREFIX}/libexec/openNURBS >+MKFILE= ${EXAMPLESDIR}/bsd.openNURBS.mk > > .include <bsd.port.pre.mk> > >@@ -30,10 +33,32 @@ > > do-install: > @${INSTALL_DATA} ${WRKSRC}/libopenNURBS.a ${STAGEDIR}${PREFIX}/lib >- @${MKDIR} ${EXAMPLESDIR} >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ @${MKDIR} ${STAGEDIR}${BINEXAMPLESDIR} >+ @${INSTALL_DATA} ${WRKSRC}/examples_linking_pragmas.h ${STAGEDIR}${EXAMPLESDIR} >+ @${INSTALL_DATA} ${WRKSRC}/opennurbs.h ${STAGEDIR}${EXAMPLESDIR} >+ @${PRINTF} "CFLAGS+=-I${PREFIX}/include/openNURBS -I$$\{.CURDIR\}\n" > ${STAGEDIR}${MKFILE} >+ @echo "LDADD+=-L${PREFIX}/lib -lm -lopenNURBS" >> ${STAGEDIR}${MKFILE} >+ >+ @${PRINTF} ".PATH: $$\{.CURDIR\}/../example_userdata\n" >> ${STAGEDIR}${MKFILE} >+ @echo "NO_MAN=YES" >> ${STAGEDIR}${MKFILE} >+ @echo ".include <bsd.prog.mk>" >> ${STAGEDIR}${MKFILE} >+ >+ @${PRINTF} "SUBDIR =" > ${STAGEDIR}${EXAMPLESDIR}/Makefile >+ > .for i in brep read roundtrip userdata write >- @${INSTALL_PROGRAM} ${WRKSRC}/example_${i}/example_${i} ${EXAMPLESDIR} >+ @${PRINTF} " example_${i}" >> ${STAGEDIR}${EXAMPLESDIR}/Makefile >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/example_${i} >+ @${INSTALL_DATA} ${WRKSRC}/example_${i}/example_${i}.cpp ${STAGEDIR}${EXAMPLESDIR}/example_${i}/example_${i}.cc >+ @echo "PROG_CXX=example_${i}" > ${STAGEDIR}${EXAMPLESDIR}/example_${i}/Makefile >+ @echo "SRCS=example_${i}.cc example_ud.cc" >> ${STAGEDIR}${EXAMPLESDIR}/example_${i}/Makefile >+ @echo ".include \"../bsd.openNURBS.mk\"" >> ${STAGEDIR}${EXAMPLESDIR}/example_${i}/Makefile >+ @${INSTALL_PROGRAM} ${WRKSRC}/example_${i}/example_${i} ${STAGEDIR}${BINEXAMPLESDIR} > .endfor >+ @${INSTALL_DATA} ${WRKSRC}/example_userdata/example_ud.cpp ${STAGEDIR}${EXAMPLESDIR}/example_userdata/example_ud.cc >+ @${INSTALL_DATA} ${WRKSRC}/example_userdata/example_ud.h ${STAGEDIR}${EXAMPLESDIR}/example_userdata/example_ud.h >+ @${PRINTF} "\n.include <bsd.subdir.mk>\n" >> ${STAGEDIR}${EXAMPLESDIR}/Makefile >+ > @${MKDIR} ${STAGEDIR}${PREFIX}/include/openNURBS/zlib > @${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/ > @${INSTALL_DATA} ${WRKSRC}/zlib/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/zlib >diff -ruN /home/fernape/porting/ports/head/graphics/opennurbs/pkg-plist graphics/opennurbs/pkg-plist >--- /home/fernape/porting/ports/head/graphics/opennurbs/pkg-plist 2014-08-23 19:18:49.000000000 +0200 >+++ graphics/opennurbs/pkg-plist 2014-08-17 16:28:04.000000000 +0200 >@@ -118,6 +118,28 @@ > libexec/openNURBS/example_roundtrip > libexec/openNURBS/example_userdata > libexec/openNURBS/example_write >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bsd.openNURBS.mk >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples_linking_pragmas.h >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opennurbs.h >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/Makefile >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_brep/example_brep.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_read/Makefile >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_read/example_read.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/Makefile >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_roundtrip/example_roundtrip.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/Makefile >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_userdata.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.cc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_userdata/example_ud.h >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/Makefile >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_write/example_write.cc >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/example_write >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/example_userdata >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/example_roundtrip >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/example_read >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/example_brep >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% > @dirrm libexec/openNURBS > @dirrm include/openNURBS/zlib > @dirrm include/openNURBS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192751
: 146196