From owner-freebsd-ports Sun Oct 29 15:40: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B0737B4E5 for ; Sun, 29 Oct 2000 15:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA47241; Sun, 29 Oct 2000 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 15:40:02 -0800 (PST) Message-Id: <200010292340.PAA47241@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Norris Subject: Re: ports/22336: New port: scrot-0.1 Reply-To: Jeremy Norris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22336; it has been noted by GNATS. From: Jeremy Norris To: FreeBSD-gnats-submit@FreeBSD.org Cc: ishmael27@home.com Subject: Re: ports/22336: New port: scrot-0.1 Date: Sun, 29 Oct 2000 17:32:09 -0600 Here's a diff that updates this submission to version 0.3. diff -urN scrot.old/Makefile scrot/Makefile --- scrot.old/Makefile Thu Oct 26 23:56:38 2000 +++ scrot/Makefile Sun Oct 29 17:21:38 2000 @@ -6,7 +6,7 @@ # PORTNAME= scrot -PORTVERSION= 0.1 +PORTVERSION= 0.3 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -16,8 +16,8 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS="-L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" MAN1= scrot.1 .include diff -urN scrot.old/distinfo scrot/distinfo --- scrot.old/distinfo Thu Oct 26 23:45:12 2000 +++ scrot/distinfo Sun Oct 29 17:20:25 2000 @@ -1 +1 @@ -MD5 (scrot-0.1.tar.gz) = 576139e5f364228d6dd68d1458832519 +MD5 (scrot-0.3.tar.gz) = 701ae05552e230e6d83e312961405e7e diff -urN scrot.old/files/patch-ab scrot/files/patch-ab --- scrot.old/files/patch-ab Wed Dec 31 18:00:00 1969 +++ scrot/files/patch-ab Sun Oct 29 17:22:50 2000 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Oct 28 19:44:50 2000 ++++ src/Makefile.in Sun Oct 29 17:22:38 2000 +@@ -70,7 +70,7 @@ + MAINTAINERCLEANFILES = Makefile.in + + LDFLAGS = -L/usr/X11R6/lib +-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ ++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ + + LIBOBJS = @LIBOBJS@ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message