Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 1997 03:50:01 -0700 (PDT)
From:      Yukihiro Nakai <nakai@elelab.nsc.co.jp>
To:        freebsd-ports
Subject:   Re: ports/4155: Fixed port: imlib-0.2
Message-ID:  <199707301050.DAA23837@hub.freebsd.org>

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

From: Yukihiro Nakai <nakai@elelab.nsc.co.jp>
To: max@freebsd.org
Cc: freebsd-gnats-submit@freebsd.org, Nakai@elelab.nsc.co.jp
Subject: Re: ports/4155: Fixed port: imlib-0.2
Date: Wed, 30 Jul 1997 19:48:54 +0900

 max> Although the version number of the distfile goes up from 0.1 to 0.2, I
 max> see no change in the shared library's version number.  Are you sure re
 max> is no need to change it?
 max> 
 max> Please read our policy on shared library version number in the handbook and reconsider if you haven't done so yet.  And let us know your decision.
 
 I reread the handbook...
 I desided to change the shared library libIm.so.1.0 to libIm.so.2.0.
 A user must use new Imlib for the new enlightenment.
 Fixed patch is below. Please ignore the previous patch.
 
 Thanx.
 
 Yukihiro Nakai
 --------------
 diff -ruN imlib.orig/Makefile imlib/Makefile
 --- imlib.orig/Makefile	Wed Jun  4 08:39:10 1997
 +++ imlib/Makefile	Thu Jul 31 04:34:46 1997
 @@ -1,16 +1,15 @@
  # New ports collection makefile for:   imlib
 -# Version required:    0.1
 +# Version required:    0.2
  # Date created:        10 June 1997
  # Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  #
  # $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $
  #
  
 -DISTNAME=	imlib
 -PKGNAME=	imlib-0.1
 +DISTNAME=	imlib_DR-0.2
 +PKGNAME=	imlib-0.2
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/
 -DISTFILES=	imlib_DR-0.1.tar.gz
  
  MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
  
 @@ -18,6 +17,7 @@
  		djpeg:${PORTSDIR}/graphics/jpeg \
  		convert:${PORTSDIR}/graphics/ImageMagick
  
 +WRKSRC=		${WRKDIR}/imlib
  USE_GMAKE=	yes
  USE_IMAKE=	yes
  
 diff -ruN imlib.orig/files/md5 imlib/files/md5
 --- imlib.orig/files/md5	Wed Jun  4 08:39:10 1997
 +++ imlib/files/md5	Fri Jul 18 04:32:46 1997
 @@ -1 +1 @@
 -MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353
 +MD5 (imlib_DR-0.2.tar.gz) = 01eb2c040bae2e02c59e00e54e46a406
 diff -ruN imlib.orig/patches/patch-aa imlib/patches/patch-aa
 --- imlib.orig/patches/patch-aa	Wed Jun  4 08:39:10 1997
 +++ imlib/patches/patch-aa	Thu Jul 31 04:28:34 1997
 @@ -1,7 +1,12 @@
 -*** Imakefile.orig	Fri May  9 01:33:37 1997
 ---- Imakefile	Sun May 25 15:32:25 1997
 +*** Imakefile.orig	Thu May  8 16:33:37 1997
 +--- Imakefile	Wed Jul 30 19:27:30 1997
  ***************
 -*** 11,17 ****
 +*** 6,17 ****
 +  /* ---------------------------------------------------------------- */
 +  
 +  LIBNAME=Im
 +! LIBREV=1.0
 +  
    #ifdef UseEtcX11
    ETCDIR=/etc/X11/$(LIBNAME)
    #else
 @@ -9,7 +14,12 @@
    #endif /* def UseEtcX11 */
    
    CNFDIR = $(ETCDIR)
 ---- 11,17 ----
 +--- 6,17 ----
 +  /* ---------------------------------------------------------------- */
 +  
 +  LIBNAME=Im
 +! LIBREV=2.0
 +  
    #ifdef UseEtcX11
    ETCDIR=/etc/X11/$(LIBNAME)
    #else
 diff -ruN imlib.orig/pkg/PLIST imlib/pkg/PLIST
 --- imlib.orig/pkg/PLIST	Wed Jun  4 08:39:10 1997
 +++ imlib/pkg/PLIST	Thu Jul 31 04:30:17 1997
 @@ -1,4 +1,4 @@
  lib/X11/enlightenment/im_palette.pal
  lib/X11/enlightenment/imrc
  lib/libIm.a
 -lib/libIm.so.1.0
 +lib/libIm.so.2.0



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