FreeBSD Bugzilla – Attachment 244048 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]
Patch for povray38
povray38-fixup.patch (text/plain), 2.16 KB, created by
Daniel Engberg
on 2023-08-13 09:53:44 UTC
(
hide
)
Description:
Patch for povray38
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-08-13 09:53:44 UTC
Size:
2.16 KB
patch
obsolete
>diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile >index 1828c786dce3..9f0d630b04aa 100644 >--- a/graphics/povray38/Makefile >+++ b/graphics/povray38/Makefile >@@ -20,23 +20,25 @@ USES= compiler:c++11-lang gmake > USE_CXXSTD= c++14 > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --program-transform-name='s/povray/${PKGBASE}/' \ >- COMPILED_BY=${MAINTAINER} > >-VERSION_BASE= ${PORTVERSION:C/([0-9]+\.[0-9]+).*/\1/} >+WRKSRC= ${WRKDIR}/${DISTNAME} >+VERSION_BASE= ${DISTVERSION:C/([0-9]+\.[0-9]+).*/\1/} >+ > DATADIR= ${PREFIX}/share/${PORTNAME}-${VERSION_BASE} > DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${VERSION-BASE} > ETCDIR= ${PREFIX}/etc/${PORTNAME}/${VERSION_BASE} > EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${VERSION_BASE} > >-OPTIONS_DEFINE= DOCS EXAMPLES IO JPEG OPENEXR OPTIMIZED_CFLAGS PNG TIFF \ >+CONFIGURE_ARGS= --disable-optimiz \ >+ --program-transform-name='s/povray/${PKGBASE}/' \ >+ COMPILED_BY=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} >+ >+OPTIONS_DEFINE= DOCS EXAMPLES IO JPEG OPENEXR PNG TIFF \ > X11 > 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 +47,19 @@ 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 >- >-OPTIMIZED_CFLAGS_CONFIGURE_OFF= --disable-optimiz >-OPTIMIZED_CFLAGS_CFLAGS= -march=native >+OPENEXR_CONFIGURE_WITH= openexr > > 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
Actions:
View
|
Diff
Attachments on
bug 273098
: 244048 |
244288