FreeBSD Bugzilla – Attachment 135160 Details for
Bug 179948
[MAINTAINER] graphics/founts: Trim to use only GCC, add desktop entry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
founts-12_1.patch
founts-12_1.patch (text/plain), 2.22 KB, created by
nemysis
on 2013-06-25 08:50:02 UTC
(
hide
)
Description:
founts-12_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-06-25 08:50:02 UTC
Size:
2.22 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/founts/Makefile ./Makefile >--- /usr/ports/graphics/founts/Makefile 2013-06-02 18:53:10.000000000 +0200 >+++ ./Makefile 2013-06-25 08:42:05.000000000 +0200 >@@ -1,43 +1,47 @@ >-# New Ports collection makefile for: founts >-# Date created: 2012-05-01 >-# Whom: nemysis@gmx.ch >-# >+# Created by: nemysis <nemysis@gmx.ch> > # $FreeBSD: head/graphics/founts/Makefile 303114 2012-08-25 06:08:48Z jgh $ >-# > > PORTNAME= founts > PORTVERSION= 12 >+PORTREVISION= 1 > CATEGORIES= graphics games >-MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ >-EXTRACT_SUFX= .tgz >+MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ \ >+ SF/nemysisfreebsdp/:icons >+DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz \ >+ ${PORTNAME}.png:icons >+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.tgz > > MAINTAINER= nemysis@gmx.ch >-COMMENT= A demo/program inspired by Erics cascade >+COMMENT= Demo/program inspired by Erics cascade > > LICENSE= GPLv2 > > USE_SDL= sdl >+USE_GCC= any > >-PLIST_FILES= bin/${PORTNAME} >+PLIST_FILES= bin/${PORTNAME} \ >+ share/pixmaps/${PORTNAME}.png > > PORTDOCS= Changelog README > >+OPTIONS_DEFINE= DOCS >+ >+DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \ >+ "${PORTNAME}" "Graphics;Game;" false >+ > .include <bsd.port.options.mk> > > do-build: > cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \ >- -lm `${SDL_CONFIG} --cflags --libs` founts.c >+ -lm `${SDL_CONFIG} --cflags --libs` ${PORTNAME}.c > > do-install: >-# Executable > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps > >-# Documentation > .if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${DOCSDIR} >-. for f in ${PORTDOCS} >- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >-. endfor >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif > > .include <bsd.port.mk> >diff -ruN /usr/ports/graphics/founts/distinfo ./distinfo >--- /usr/ports/graphics/founts/distinfo 2013-06-02 18:53:10.000000000 +0200 >+++ ./distinfo 2013-05-26 23:00:39.000000000 +0200 >@@ -1,2 +1,4 @@ > SHA256 (founts-12.tgz) = 46da7a97eef91c162c946914dc81ab523963b4a5faebdf2bfd8482f32a485a8a > SIZE (founts-12.tgz) = 21447 >+SHA256 (founts.png) = a8e1dd4ddd78fef3b60e858d4fdc38cdb1388c999031f9306849a09ae0a977d6 >+SIZE (founts.png) = 6266
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 179948
: 135160