Date: Wed, 15 Feb 2012 01:10:11 GMT From: Kirn Gill <segin2005@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Message-ID: <201202150110.q1F1ABMD061139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/165157; it has been noted by GNATS. From: Kirn Gill <segin2005@gmail.com> To: bug-followup@FreeBSD.org, segin2005@gmail.com Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Tue, 14 Feb 2012 19:40:08 -0500 This is a multi-part message in MIME format. --------------050905020203030006080601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I forgot to attach the patch to the initial PR filing. Here's the patch. --------------050905020203030006080601 Content-Type: text/plain; name="deskpaint-updated.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="deskpaint-updated.diff.txt" diff -ur deskpaint.old/Makefile deskpaint/Makefile --- deskpaint.old/Makefile 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/Makefile 2012-02-14 19:07:39.000000000 -0500 @@ -1,14 +1,14 @@ -# New ports collection makefile for: deskpaint -# Date created: 18 October 2009 +# Updated ports collection makefile for: deskpaint +# Date modified: 14 Febuary 2012 # Whom: Kirn Gill <segin2005@gmail.com> # # $FreeBSD: ports/x11/deskpaint/Makefile,v 1.1 2009/10/20 09:48:32 miwi Exp $ # PORTNAME= deskpaint -PORTVERSION= 3 +PORTVERSION= 3.1 CATEGORIES= x11 -MASTER_SITES= http://www.gatorgitter.com/~maties/ +MASTER_SITES= http://www.squidjam.com/matwm/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sic_zer0@hotmail.com Only in deskpaint: Makefile.orig diff -ur deskpaint.old/distinfo deskpaint/distinfo --- deskpaint.old/distinfo 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/distinfo 2012-02-14 19:07:39.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (deskpaint3.tar.gz) = 9b05b90fb484bd81cd28602f611a1a51cd3cc4c1c8ae6efed9cc417b2373cff4 -SIZE (deskpaint3.tar.gz) = 5965 +SHA256 (deskpaint3.1.tar.gz) = 74a34f03cdd7bbdc858cafbbb53140a2f255e24a6475ab27855c7f62a06211a1 +SIZE (deskpaint3.1.tar.gz) = 2570 Only in deskpaint: distinfo.orig diff -ur deskpaint.old/files/patch-Makefile deskpaint/files/patch-Makefile --- deskpaint.old/files/patch-Makefile 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/files/patch-Makefile 2012-02-14 19:21:46.000000000 -0500 @@ -1,13 +1,13 @@ ---- Makefile.orig 2009-07-21 01:58:52.000000000 -0400 -+++ Makefile 2009-10-18 01:58:42.000000000 -0400 +--- Makefile.orig 2009-10-22 02:19:16.000000000 -0400 ++++ Makefile 2012-02-14 19:03:52.000000000 -0500 @@ -1,9 +1,10 @@ -prefix = /usr/local -XROOT = /usr/X11R6 -CC = cc -+prefix = ${PREFIX} -+XROOT = ${LOCALBASE} ++prefix = ${PREFIX} ++XROOT = ${LOCALBASE} - CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib + CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib all: $(CC) $(CFLAGS) *.c -o deskpaint --------------050905020203030006080601--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202150110.q1F1ABMD061139>