FreeBSD Bugzilla – Attachment 170760 Details for
Bug 209814
games/diaspora: Split off data files into separate port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 415836 revision)
diaspora.diff (text/plain), 2.07 KB, created by
lightside
on 2016-05-28 17:01:15 UTC
(
hide
)
Description:
Proposed patch (since 415836 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2016-05-28 17:01:15 UTC
Size:
2.07 KB
patch
obsolete
>diff -ruN diaspora.orig/Makefile diaspora/Makefile >--- diaspora.orig/Makefile 2016-05-25 18:43:29.000000000 +0400 >+++ diaspora/Makefile 2016-05-28 19:41:25.896957000 +0400 >@@ -3,6 +3,7 @@ > > PORTNAME= diaspora > PORTVERSION= 1.1.1 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= http://diaspora.fs2downloads.com/ \ > http://www.freespacemods.net/e107_files/downloads/:freespacemods \ >@@ -25,21 +26,24 @@ > LICENSE_PERMS_CCBYNCSAv3= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept > LICENSE_PERMS_VOLITION= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept > >-LIB_DEPENDS+= libjansson.so:devel/jansson \ >+LIB_DEPENDS= libjansson.so:devel/jansson \ > libpng.so:graphics/png \ > libogg.so:audio/libogg \ > libvorbisfile.so:audio/libvorbis \ > libtheora.so:multimedia/libtheora >+RUN_DEPENDS= diaspora-data>=${PORTVERSION}:games/diaspora-data > > USES= autoreconf jpeg lua:51 openal pkgconfig tar:lzma >-USE_GL= yes >+USE_GL= gl glu > USE_SDL= sdl > GNU_CONFIGURE= yes >+EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions \ >+ --exclude *.vp --exclude data/movies > > WRKDIR_DIASPORA= ${WRKDIR}/Diaspora_R1_Linux/Diaspora > WRKSRC= ${WRKDIR_DIASPORA}/fs2_open > >-PORTDATA= data *.vp >+PORTDATA= data/cmdline_fso.cfg* > PORTDOCS= * > SUB_FILES= fs2_open_${PORTNAME} > PLIST_FILES+= bin/fs2_open_${PORTNAME} \ >@@ -74,8 +78,9 @@ > > post-extract: .SILENT > .for v in 1.1 1.1.1 >- (cd ${WRKDIR} && tar -xf Patch_Files.${v}.tar -C ${WRKDIR_DIASPORA} && \ >- ${RM} Patch_Files.${v}.tar) >+ (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ >+ Patch_Files.${v}.tar ${EXTRACT_AFTER_ARGS} -C ${WRKDIR_DIASPORA} \ >+ && ${RM} Patch_Files.${v}.tar) > .endfor > .if ${PORT_OPTIONS:MWXLAUNCHER} > (cd ${WRKDIR_DIASPORA} && ${CP} -f pro00099.template.ini pro00099.ini) >@@ -119,11 +124,4 @@ > ${LN} -sf ${PREFIX}/libexec/fs2_open_${PORTNAME} ${STAGEDIR}${DATADIR} > .endif > >-add-plist-post: build-plist-empty >- >-build-plist-empty: .SILENT >-# Add required empty directories to TMPPLIST >- ${FIND} ${STAGEDIR}${DATADIR}/data -type d -empty | \ >- ${SED} -e 's|^${STAGEDIR}|@dir |' >> ${TMPPLIST} >- > .include <bsd.port.mk>
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:
lightside
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209814
:
170760
|
170761
|
170769
|
170793
|
171303
|
172977
|
173011
|
173012
|
173013
|
174740
|
174761
|
174762
|
174763
|
174766