FreeBSD Bugzilla – Attachment 244288 Details for
Bug 273098
graphics/povray38: Remove NATIVE option and do some cleanups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/povray38/Makefile: drop NATIVE option, carry over rest of changes
graphics-povray38-Makefile.patch (text/plain), 1.96 KB, created by
Philipp Ost
on 2023-08-22 20:13:07 UTC
(
hide
)
Description:
graphics/povray38/Makefile: drop NATIVE option, carry over rest of changes
Filename:
MIME Type:
Creator:
Philipp Ost
Created:
2023-08-22 20:13:07 UTC
Size:
1.96 KB
patch
obsolete
>diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile >index 1828c786dce3..211e27299ffb 100644 >--- a/graphics/povray38/Makefile >+++ b/graphics/povray38/Makefile >@@ -16,13 +16,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libboost_thread.so:devel/boost-libs > >-USES= compiler:c++11-lang gmake >+USES= compiler:c++14-lang gmake > USE_CXXSTD= c++14 > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --program-transform-name='s/povray/${PKGBASE}/' \ >- COMPILED_BY=${MAINTAINER} >+ COMPILED_BY=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} > >+WRKSRC= ${WRKDIR}/${DISTNAME} > VERSION_BASE= ${PORTVERSION:C/([0-9]+\.[0-9]+).*/\1/} > DATADIR= ${PREFIX}/share/${PORTNAME}-${VERSION_BASE} > DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${VERSION-BASE} >@@ -34,9 +35,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES IO JPEG OPENEXR OPTIMIZED_CFLAGS PNG TIFF \ > OPTIONS_DEFAULT= JPEG PNG TIFF > OPTIONS_SUB= yes > >-DOCS_DESC= Install HTML documentation >-EXAMPLES_DESC= Install example scenes >-IO_DESC= Without I/O restrictions (security risk) >+IO_DESC= Without I/O restrictions (security risk) > > IO_CONFIGURE_ON= --disable-io-restrictions > >@@ -45,27 +44,21 @@ JPEG_CONFIGURE_OFF= --without-libjpeg > > OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ > libOpenEXR.so:graphics/openexr >-OPENEXR_CONFIGURE_ON= --with-openexr >-OPENEXR_CONFIGURE_OFF= --without-openexr >+OPENEXR_CONFIGURE_WITH= openexr > > OPTIMIZED_CFLAGS_CONFIGURE_OFF= --disable-optimiz >-OPTIMIZED_CFLAGS_CFLAGS= -march=native > > PNG_LIB_DEPENDS= libpng.so:graphics/png >-PNG_CONFIGURE_ON= --with-libpng >-PNG_CONFIGURE_OFF= --without-libpng >+PNG_CONFIGURE_WITH= libpng > > TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff >-TIFF_CONFIGURE_ON= --with-libtiff >-TIFF_CONFIGURE_OFF= --without-libtiff >+TIFF_CONFIGURE_WITH= libtiff > > X11_USES= sdl xorg > X11_USE= SDL=sdl \ > XORG=ice,sm,x11,xpm > X11_CONFIGURE_OFF= --without-x > >-WRKSRC= ${WRKDIR}/${DISTNAME} >- > .include <bsd.port.options.mk> > > .if !${PORT_OPTIONS:MJPEG} || !${PORT_OPTIONS:MPNG} || !${PORT_OPTIONS:MTIFF}
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
Flags:
bsd
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 273098
:
244048
| 244288