FreeBSD Bugzilla – Attachment 174223 Details for
Bug 212247
[maintainer] [patch] games/zdoom: Add patch to properly detect port's DATADIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of games/zdoom
zdoom-2.8.1_1.diff (text/plain), 652 bytes, created by
Kyle Evans
on 2016-08-30 18:18:47 UTC
(
hide
)
Description:
svn(1) diff of games/zdoom
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-08-30 18:18:47 UTC
Size:
652 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421096) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= zdoom > PORTVERSION= 2.8.1 >+PORTREVISION= 1 > CATEGORIES= games > > MAINTAINER= bsdports@kyle-evans.net >@@ -18,11 +19,14 @@ > > PORTSCOUT= limit:^.+\.[1-9]{1,3}[1-8]?$$ > >+DATADIR= ${DMDIR}/${PORTNAME} >+ > USES= cmake:outsource gettext jpeg openal pkgconfig > USE_GNOME= atk cairo gdkpixbuf2 gtk20 pango > USE_SDL= sdl2 > CMAKE_ARGS= -DNO_FMOD:BOOL=ON > CMAKE_BUILD_TYPE?= Release >+CXXFLAGS+= -DSHARE_DIR=\\\"${DATADIR}\\\" > > PLIST_FILES= bin/${PORTNAME} \ > ${DATADIR}/${PORTNAME}.pk3
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:
kevans
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 212247
:
174203
| 174223