FreeBSD Bugzilla – Attachment 257579 Details for
Bug 283907
graphics/ogre3d19: Unfetchable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix the fetching
0001-graphics-ogre3d19-Fix-fetching-by-using-github-repos.patch (text/plain), 2.61 KB, created by
Thibault Payet
on 2025-02-16 14:41:52 UTC
(
hide
)
Description:
patch to fix the fetching
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2025-02-16 14:41:52 UTC
Size:
2.61 KB
patch
obsolete
>From f471745d984777669ba6dc7018e768e446cf198f Mon Sep 17 00:00:00 2001 >From: Thibault Payet <contact@thibaultpayet.fr> >Date: Sun, 16 Feb 2025 15:40:00 +0100 >Subject: [PATCH] graphics/ogre3d19: Fix fetching by using github repository > >Signed-off-by: Thibault Payet <contact@thibaultpayet.fr> >--- > graphics/ogre3d19/Makefile | 21 ++++++++++----------- > graphics/ogre3d19/distinfo | 5 +++-- > 2 files changed, 13 insertions(+), 13 deletions(-) > >diff --git a/graphics/ogre3d19/Makefile b/graphics/ogre3d19/Makefile >index cf81add138dc..4a7b6bfd832d 100644 >--- a/graphics/ogre3d19/Makefile >+++ b/graphics/ogre3d19/Makefile >@@ -1,10 +1,8 @@ > PORTNAME= ogre3d > PORTVERSION= 1.9.0 >-PORTREVISION= 21 >+PORTREVISION= 22 > CATEGORIES= graphics devel >-MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ > PKGNAMESUFFIX= 19 >-DISTNAME= v1-9-0 > > MAINTAINER= amdmi3@FreeBSD.org > COMMENT= Scene-oriented, flexible 3D engine written in C++ (legacy version 1.9) >@@ -13,18 +11,21 @@ WWW= https://www.ogre3d.org/ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-#BROKEN_aarch64= does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared >-#BROKEN_powerpc= does not install >-#BROKEN_riscv64= does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared >-BROKEN= Unfetchable >-DEPRECATED= Unfetchable >-EXPIRATION_DATE=2025-03-31 >+BROKEN_aarch64= does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared >+BROKEN_powerpc= does not install >+BROKEN_riscv64= does not compile: OgreMain/include/OgreStringConverter.h:126:23: class member cannot be redeclared > > LIB_DEPENDS= libfreeimage.so:graphics/freeimage \ > libfreetype.so:print/freetype2 \ > libzzip.so:devel/zziplib > > USES= cmake compiler:c++11-lib gl pkgconfig sdl tar:bzip2 xorg >+ >+USE_GITHUB= yes >+GH_ACCOUNT= OGRECave >+GH_PROJECT= ogre >+GH_TAGNAME= v1-9-0 >+ > USE_CXXSTD= c++14 > USE_GL= gl glu > USE_LDCONFIG= yes >@@ -33,8 +34,6 @@ USE_XORG= ice sm x11 xaw xext xrandr xt > > CONFLICTS= ogre3d > >-WRKSRC= ${WRKDIR}/sinbad-ogre-dd30349ea667 >- > OPTIONS_DEFINE= BOOST DOCS > OPTIONS_SUB= yes > >diff --git a/graphics/ogre3d19/distinfo b/graphics/ogre3d19/distinfo >index 68fa9e9f2465..2a7e6356fcbf 100644 >--- a/graphics/ogre3d19/distinfo >+++ b/graphics/ogre3d19/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (v1-9-0.tar.bz2) = 3072df52b2bed2a1b52e969f140ae9a4373ec931029d3eaa032e7c609a91ef82 >-SIZE (v1-9-0.tar.bz2) = 128098305 >+TIMESTAMP = 1739716001 >+SHA256 (OGRECave-ogre-1.9.0-v1-9-0_GH0.tar.gz) = 27843c1ff520e0c6b2b4ffafc90a435b7a9ef48a4c1347cbfed98b5fed7490ba >+SIZE (OGRECave-ogre-1.9.0-v1-9-0_GH0.tar.gz) = 131793709 >-- >2.48.1 >
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:
monwarez
:
maintainer-approval?
(
amdmi3
)
Actions:
View
|
Diff
Attachments on
bug 283907
: 257579 |
258248