From nobody  Thu Jul 24 00:40:22 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id AAA15563;
          Thu, 24 Jul 1997 00:40:22 -0700 (PDT)
Message-Id: <199707240740.AAA15563@hub.freebsd.org>
Date: Thu, 24 Jul 1997 00:40:22 -0700 (PDT)
From: Nakai@Mlab.t.u-tokyo.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: Fixed port: imlib-0.2
X-Send-Pr-Version: www-1.0

>Number:         4155
>Category:       ports
>Synopsis:       Fixed port: imlib-0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 24 00:50:01 PDT 1997
>Closed-Date:    Tue Sep 9 10:05:08 PDT 1997
>Last-Modified:  Tue Sep  9 10:06:06 PDT 1997
>Originator:     Yukihiro Nakai
>Release:        3.0-current
>Organization:
>Environment:
>Description:
I have fixed the imlib port to follow its latest version.
Imlib is the nessesary graphic library for Enlightenment port.
Please enjoy...

Yukihiro Nakai
--------------
diff -ruN imlib.orig/Makefile imlib/Makefile
--- imlib.orig/Makefile	Wed Jun  4 08:39:10 1997
+++ imlib/Makefile	Thu Jul 24 15:27:38 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

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

From: max@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org, Nakai@Mlab.t.u-tokyo.ac.jp
Cc: max@wide.ad.jp
Subject: Re: ports/4155: Fixed port: imlib-0.2
Date: Sat, 26 Jul 1997 23:50:53 +0900 (JST)

 Although the version number of the distfile goes up from 0.1 to 0.2, I
 see no change in the shared library's version number.  Are you sure re
 is no need to change it?
 
 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.
 
      Thanks,
 Max

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
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Tue Sep 9 10:05:08 PDT 1997 
State-Changed-Why:  
This port has been updated to use Ver.0.4. 
>Unformatted:
