FreeBSD Bugzilla – Attachment 124675 Details for
Bug 168175
[MAINTAINER] games/cutemaze: Changed Makefile and pkg-plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cutemaze-1.1.0_1.patch
cutemaze-1.1.0_1.patch (text/plain), 2.77 KB, created by
nemysis
on 2012-05-20 19:10:01 UTC
(
hide
)
Description:
cutemaze-1.1.0_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-05-20 19:10:01 UTC
Size:
2.77 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/cutemaze/Makefile ./Makefile >--- /usr/ports/games/cutemaze/Makefile 2012-05-07 17:32:07.000000000 +0200 >+++ ./Makefile 2012-05-20 19:39:17.000000000 +0200 >@@ -1,5 +1,5 @@ > # Ports collection Makefile for: cutemaze >-# Date created: 20 April 2012 >+# Date created: 2012-04-20 > # Whom: nemysis@gmx.ch > # > # $FreeBSD: ports/games/cutemaze/Makefile,v 1.1 2012/05/07 15:32:07 crees Exp $ >@@ -7,9 +7,10 @@ > > PORTNAME= cutemaze > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= http://gottcode.org/${PORTNAME}/ >-DISTNAME= ${PORTNAME}-${DISTVERSION}-src >+EXTRACT_SUFX= -src.tar.bz2 > > MAINTAINER= nemysis@gmx.ch > COMMENT= Is a simple, top-down game in which mazes are randomly generated >@@ -17,39 +18,42 @@ > LICENSE= GPLv3 > > USE_BZIP2= yes >-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} >-MAKE_JOBS_SAFE= yes > USE_QT_VER= 4 > QT_COMPONENTS= moc_build qmake_build rcc_build uic_build iconengines imageformats >-USE_GMAKE= yes >-HAS_CONFIGURE= yes >-CONFIGURE_ENV+= UIC="${UIC}" QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" >-MAKE_ENV+= QMAKESPEC="${QMAKESPEC}" >+INSTALLS_ICONS= yes >+ >+MAKE_JOBS_SAFE= yes > > PORTDATA= * > PORTDOCS= ChangeLog README >-INSTALLS_ICONS= yes > > do-configure: > @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ >- ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro >+ ${QMAKE} ${QMAKEFLAGS} > > do-install: >+# Executable > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >+ >+# Icons > ${MKDIR} ${PREFIX}/share/icons/oxygen > .for d in icons > (cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) > .endfor >+ >+# Pixmaps and Desktop > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ > ${MKDIR} ${PREFIX}/share/applications > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop \ > ${PREFIX}/share/applications/ >+ >+# Data > .if !defined (NOPORTDATA) > ${MKDIR} ${DATADIR} >-. for d in preview themes >- @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) >-. endfor >+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR}) > .endif >+ >+# Documentation > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > . for f in ${PORTDOCS} >diff -ruN --exclude=CVS /usr/ports/games/cutemaze/pkg-plist ./pkg-plist >--- /usr/ports/games/cutemaze/pkg-plist 2012-05-07 17:32:07.000000000 +0200 >+++ ./pkg-plist 2012-05-10 20:38:24.000000000 +0200 >@@ -29,9 +29,9 @@ > share/icons/oxygen/scalable/zoom-in.svgz > share/icons/oxygen/scalable/zoom-out.svgz > share/pixmaps/cutemaze.png >-@dirrm share/icons/oxygen/scalable >-@dirrm share/icons/oxygen/22x22 >-@dirrm share/icons/oxygen/16x16 >-@dirrm share/icons/oxygen >+@dirrmtry share/icons/oxygen/scalable >+@dirrmtry share/icons/oxygen/22x22 >+@dirrmtry share/icons/oxygen/16x16 >+@dirrmtry share/icons/oxygen > @dirrmtry share/icons >-@dirrm share/applications >+@dirrmtry share/applications
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 168175
: 124675