Date: Mon, 24 Apr 2000 15:25:10 -0700 From: Jim Mock <jim@FreeBSD.org> To: vanilla@FreeBSD.org Cc: ports@FreeBSD.org Subject: patches to update gimp to 1.1.20 Message-ID: <20000424152510.A5066@luna.cdrom.com>
next in thread | raw e-mail | index | archive | help
--7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Vanilla, Here's some patches to update gimp to the latest version. I've disabled building with perl support by default (it can still be built with it by using make -DWITH_PERL instead of forcing it without it). Please take a look at them and let me know if they're ok to commit. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gimp1.diff" Index: gimp1/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gimp1/Makefile,v retrieving revision 1.68 diff -u -r1.68 Makefile --- gimp1/Makefile 2000/04/17 00:17:46 1.68 +++ gimp1/Makefile 2000/04/24 05:56:02 @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 1.1.19 +PORTVERSION= 1.1.20 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \ @@ -15,7 +15,7 @@ MAINTAINER= vanilla@FreeBSD.org -.if !defined(WITHOUT_PERL) +.if defined(WITH_PERL) BUILD_DEPENDS= perldl:${PORTSDIR}/math/PDL \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk RUN_DEPENDS= perldl:${PORTSDIR}/math/PDL \ @@ -39,7 +39,7 @@ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -.if defined(WITHOUT_PERL) +.if !defined(WITH_PERL) CONFIGURE_ARGS= --disable-perl .endif @@ -51,7 +51,7 @@ MAN1= gimp.1 gimptool.1 MAN5= gimprc.5 -.if defined(WITHOUT_PERL) +.if !defined(WITH_PERL) PLISTORIG= ${PKGDIR}/PLIST PLIST= ${WRKDIR}/PLIST .else Index: gimp1/files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/gimp1/files/md5,v retrieving revision 1.29 diff -u -r1.29 md5 --- gimp1/files/md5 2000/04/14 18:13:49 1.29 +++ gimp1/files/md5 2000/04/24 05:56:28 @@ -1 +1 @@ -MD5 (gimp-1.1.19.tar.bz2) = 8ea7b1d7c79900f750392767980d7d55 +MD5 (gimp-1.1.20.tar.bz2) = af22481722efc7d2a688abcbbdc3a584 --7JfCtLOvnd9MIVvH-- 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?20000424152510.A5066>