Skip site navigation (1)Skip section navigation (2)
Date:      15 Aug 1997 08:57:55 -0000
From:      vanilla@MinJe.com.TW
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4306: upldate imlib to 0.3 
Message-ID:  <19970815085755.6533.qmail@MinJe.com.TW>
Resent-Message-ID: <199708150910.CAA16872@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4306
>Category:       ports
>Synopsis:       update imlib to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 15 02:10:01 PDT 1997
>Last-Modified:
>Originator:     Vanill I. Shu
>Organization:
Cray running FreeBSD
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:


>Description:


>How-To-Repeat:


>Fix:
	

diff -bcrNp imlib.orig/Makefile imlib/Makefile
*** imlib.orig/Makefile	Wed Jun  4 07:39:10 1997
--- imlib/Makefile	Fri Aug 15 16:49:05 1997
***************
*** 1,22 ****
  # New ports collection makefile for:   imlib
! # Version required:    0.1
  # 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
  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
- 
- RUN_DEPENDS=	tgatoppm:${PORTSDIR}/graphics/netpbm \
- 		djpeg:${PORTSDIR}/graphics/jpeg \
- 		convert:${PORTSDIR}/graphics/ImageMagick
  
  USE_GMAKE=	yes
  USE_IMAKE=	yes
--- 1,17 ----
  # New ports collection makefile for:   imlib
! # Version required:    0.3
  # 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_DR-0.3
! PKGNAME=	imlib-0.3
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/
  
  MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
  
  USE_GMAKE=	yes
  USE_IMAKE=	yes
diff -bcrNp imlib.orig/files/md5 imlib/files/md5
*** imlib.orig/files/md5	Wed Jun  4 07:39:10 1997
--- imlib/files/md5	Fri Aug 15 16:14:07 1997
***************
*** 1 ****
! MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353
--- 1 ----
! MD5 (imlib_DR-0.3.tar.gz) = ea2f955ba3a2159ff4b6e0e8782627c7
diff -bcrNp imlib.orig/patches/patch-aa imlib/patches/patch-aa
*** imlib.orig/patches/patch-aa	Wed Jun  4 07:39:10 1997
--- imlib/patches/patch-aa	Fri Aug 15 16:16:42 1997
***************
*** 1,6 ****
! *** Imakefile.orig	Fri May  9 01:33:37 1997
! --- Imakefile	Sun May 25 15:32:25 1997
! ***************
  *** 11,17 ****
    #ifdef UseEtcX11
    ETCDIR=/etc/X11/$(LIBNAME)
--- 1,6 ----
! *** Imakefile.orig	Fri Aug 15 16:15:58 1997
! --- Imakefile	Fri Aug 15 16:16:29 1997
! *************** LIBREV=1.0
  *** 11,17 ****
    #ifdef UseEtcX11
    ETCDIR=/etc/X11/$(LIBNAME)
***************
*** 17,23 ****
    #endif /* def UseEtcX11 */
    
    CNFDIR = $(ETCDIR)
! ***************
  *** 59,65 ****
    CNFSRC = ./sys_conf
    CNFS = $(CNFSRC)/imrc 
--- 17,23 ----
    #endif /* def UseEtcX11 */
    
    CNFDIR = $(ETCDIR)
! *************** InstallMultiple($(HDRS),$(INCROOT)/X11)
  *** 59,65 ****
    CNFSRC = ./sys_conf
    CNFS = $(CNFSRC)/imrc 
diff -bcrNp imlib.orig/patches/patch-ab imlib/patches/patch-ab
*** imlib.orig/patches/patch-ab	Wed Jun  4 07:39:10 1997
--- imlib/patches/patch-ab	Thu Jan  1 08:00:00 1970
***************
*** 1,19 ****
- *** sys_conf.dist/imrc.orig	Sun May 25 15:38:42 1997
- --- sys_conf.dist/imrc	Sun May 25 15:39:09 1997
- ***************
- *** 5,11 ****
-   # The file that contains palette entries for a golbal palette for all Imlib
-   # based programs.
-   # options: full path to palette file
- ! PaletteFile                       /etc/im_palette.pal
-   # This defines if when the display is greater than 8 bit, that is still remaps
-   # the images to the palette defined, rather than using "perfect" rendering
-   # options: yes/no
- --- 5,11 ----
-   # The file that contains palette entries for a golbal palette for all Imlib
-   # based programs.
-   # options: full path to palette file
- ! PaletteFile                       /usr/X11R6/lib/X11/enlightenment/im_palette.pal
-   # This defines if when the display is greater than 8 bit, that is still remaps
-   # the images to the palette defined, rather than using "perfect" rendering
-   # options: yes/no
--- 0 ----
diff -bcrNp imlib.orig/pkg/PLIST imlib/pkg/PLIST
*** imlib.orig/pkg/PLIST	Wed Jun  4 07:39:10 1997
--- imlib/pkg/PLIST	Fri Aug 15 16:20:14 1997
***************
*** 1,4 ****
! lib/X11/enlightenment/im_palette.pal
! lib/X11/enlightenment/imrc
  lib/libIm.a
  lib/libIm.so.1.0
--- 1,5 ----
! include/X11/imlib.h
  lib/libIm.a
  lib/libIm.so.1.0
+ lib/X11/enlightenment/im_palette.pal
+ lib/X11/enlightenment/imrc
>Audit-Trail:
>Unformatted:



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