Index: head/graphics/telak/Makefile =================================================================== --- head/graphics/telak/Makefile (revision 547049) +++ head/graphics/telak/Makefile (revision 547050) @@ -1,34 +1,34 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= telak PORTVERSION= 0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to draw pictures on your root window LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt \ libImlib2.so:graphics/imlib2 USES= gmake xorg USE_XORG= x11 ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/telak man/man1/telak.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 install-user: @${SH} ${FILESDIR}/install-user .include Index: head/graphics/telak/files/patch-Makefile =================================================================== --- head/graphics/telak/files/patch-Makefile (revision 547049) +++ head/graphics/telak/files/patch-Makefile (revision 547050) @@ -1,13 +1,13 @@ ---- ./Makefile.orig 2008-03-20 16:05:59.000000000 +0100 -+++ ./Makefile 2014-02-14 10:08:18.502223147 +0100 +--- Makefile.orig 2008-03-20 15:05:59 UTC ++++ Makefile @@ -1,8 +1,8 @@ VERSION = $(shell grep '^Version' ChangeLog | head -n 1 | cut -d' ' -f2 | tr -d ' ') BIN = telak O = telak.o fetch.o image.o parse.o toon.o -LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt -CFLAGS = -pg -W -Wall $(shell curl-config --cflags) $(shell imlib2-config --cflags) -DTELAK_USER_AGENT="\"$(BIN) $(VERSION)\"" -DTELAK_VERSION="\"$(VERSION)\"" -g +LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt -lX11 +CFLAGS += $(shell curl-config --cflags) $(shell imlib2-config --cflags) -DTELAK_USER_AGENT="\"$(BIN) $(VERSION)\"" -DTELAK_VERSION="\"$(VERSION)\"" BINDIR=$(DESTDIR)/usr/bin MANDIR=$(DESTDIR)/usr/share/man/man1 Index: head/graphics/telak/files/patch-toon.c =================================================================== --- head/graphics/telak/files/patch-toon.c (nonexistent) +++ head/graphics/telak/files/patch-toon.c (revision 547050) @@ -0,0 +1,11 @@ +--- toon.c.orig 2008-02-25 16:41:19 UTC ++++ toon.c +@@ -95,6 +95,8 @@ + #include + #include + ++char toon_message[TOON_MESSAGE_LENGTH]; ++ + /* Time to throw up. Here is a kludgey function that recursively calls + * itself (up to a limit) to find the window ID of the KDE desktop to + * draw on. It works with KDE 2.0, but since KDE 2.0 is less stable Property changes on: head/graphics/telak/files/patch-toon.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/telak/files/patch-toon.h =================================================================== --- head/graphics/telak/files/patch-toon.h (nonexistent) +++ head/graphics/telak/files/patch-toon.h (revision 547050) @@ -0,0 +1,10 @@ +--- toon.h.orig 2008-02-25 16:41:19 UTC ++++ toon.h +@@ -1,6 +1,6 @@ + #include + + #define TOON_MESSAGE_LENGTH 128 +-char toon_message[TOON_MESSAGE_LENGTH]; ++/* char toon_message[TOON_MESSAGE_LENGTH]; */ + + Window ToonGetRootWindow(Display *display, int screen, Window *clientparent); Property changes on: head/graphics/telak/files/patch-toon.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property