Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 00:04:56 +0900
From:      "R. Imura" <imura@af.airnet.ne.jp>
To:        ache@freebsd.org
Cc:        kris@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jseger@FreeBSD.org
Subject:   Fw: Re: cvs commit: ports/graphics/ImageMagick/files md5
Message-ID:  <20000310000456R.imura@cs.titech.ac.jp>

next in thread | raw e-mail | index | archive | help
----Next_Part(Fri_Mar_10_00:04:51_2000_809)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

# Sorry, I send it again. I mis-wrote the header.

----Next_Part(Fri_Mar_10_00:04:51_2000_809)--
Content-Type: Message/Rfc822
Content-Transfer-Encoding: 7bit

To: ache@freebsd.org
Cc: kris@FreeBSD.org
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jseger@FreeBSD.org
Subject: Re: cvs commit: ports/graphics/ImageMagick/files md5
From: R. Imura <imura@af.airnet.ne.jp>
In-Reply-To: <Pine.BSF.4.21.0003081955570.78767-100000@freefall.freebsd.org>
References: <20000308195350.A86049@freebsd.org>
	<Pine.BSF.4.21.0003081955570.78767-100000@freefall.freebsd.org>
X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3
 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?=
X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20000309235641Q.imura@cs.titech.ac.jp>
Date: Thu, 09 Mar 2000 23:56:41 +0900
Sender: Ryuichiro Imura <imura@cs.titech.ac.jp>
X-Dispatcher: imput version 990401(IM113)
Lines: 67

> > > >   Modified files:
> > > >     graphics/ImageMagick/files md5 
> > > >   Log:
> > > >   checksum changed
> > > 
> > > Yes, and what changed in the contents to cause this?
> > 
> > ImageMagick is known rogue. Author likes cosmetique changes or just repacking 
> > without version number bumping. Better way is to keep one of snapshots locally
> > but it is maintainer's task.
> 
> Hmm. Probably this is okay to ignore here, but the general policy I would
> like people to follow is always to do a recursive diff of the old and new
> versions when updating a MD5 file, for security reasons.

Thank you for committing, but you must have done a recursive diff.

New taball has config.cache (I'm not sure the old also had),
and it detects as follows.

---
Host system type : sparc-sun-solaris2.7

Option            Configure option        Configured value
----------------------------------------------------------
DPS               --with-dps=yes		yes
HDF               --with-hdf=yes		no
JBIG              --with-jbig=yes		no
JPEG              --with-jpeg=yes		no
PNG               --with-png=yes		no
TIFF              --with-tiff=yes		no (failed tests)
TrueType (TTF)    --with-ttf=yes		no
ZLIB              --with-zlib=yes		no

X11 Configuration:
  X_CFLAGS     = -I/usr/openwin/include
  X_PRE_LIBS   = -lSM -lICE
  X_LIBS       = -L/usr/openwin/lib
  X_EXTRA_LIBS = -lsocket -lnsl

Final Compilation Flags:
  CC       = cc
  CFLAGS   = -O -pipe
  CPPFLAGS = -D_REENTRANT -I/usr/local/include -I/usr/openwin/include -I/usr/openwin/include/X11
  LDFLAGS  = -L/usr/ports/graphics/ImageMagick/work/ImageMagick-5.1.1/magick/.libs -L/usr/local/lib -L/usr/openwin/lib
  LIBS     = -ldpstk -ldps -lXext -lXt -lX11 -lsocket -lnsl -lpthread -lm
---


If no objections, I'll commit the following patch.

--- Makefile.orig	Mon Mar  6 00:38:20 2000
+++ Makefile	Thu Mar  9 23:53:08 2000
@@ -46,10 +46,6 @@
 USE_PERL5=	YES
 USE_XLIB=       YES
 CONFIGURE_ENV=  LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
+
+pre-configure:
+	${RM} ${WRKSRC}/config.cache
+
 post-install:
 	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
 
-- R. Imura
// my private mail address has changed.
// imura@cs.titech.ac.jp ====> imura@af.airnet.ne.jp /(-.-)y-~~

----Next_Part(Fri_Mar_10_00:04:51_2000_809)----


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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