Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 15:40:02 -0800 (PST)
From:      Jeremy Norris <ishmael27@home.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/22336: New port: scrot-0.1
Message-ID:  <200010292340.PAA47241@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22336; it has been noted by GNATS.

From: Jeremy Norris <ishmael27@home.com>
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 <bsd.port.mk>
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010292340.PAA47241>