Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 08:54:59 +0300 (EEST)
From:      martti.kuparinen@piuha.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21286: [PATCH] ports/graphics/tiff fix
Message-ID:  <200009150554.IAA03694@ws125.nomadiclab.com>

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

>Number:         21286
>Category:       ports
>Synopsis:       [PATCH] ports/graphics/tiff fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 14 23:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

I couldn't build libtiff on a fresh 4.1-STABLE system as the
creation of the symlink failed. This patch fixed the problem.

>How-To-Repeat:

	

>Fix:

*** ports/graphics/tiff/patches/patch-aa	Sun Apr  2 14:26:54 2000
--- /tmp/patch-aa	Fri Sep 15 08:41:47 2000
***************
*** 29,40 ****
  +FREEBSDdso: ${OBJS}
  +	${CC} -shared -Wl,-soname,libtiff.@DSOSUF_VERSION@ -o libtiff.@DSOSUF_VERSION@ \
  +		${OBJS} @LIBJPEG@ @LIBGZ@
  +	@LN@ @LN_S@ libtiff.@DSOSUF_VERSION@ libtiff.@DSOSUF@
  +	touch $@
   
   ${OBJS}: ${SRCDIR}/tiffio.h ${SRCDIR}/tiff.h ${SRCDIR}/tif_dir.h
   ${OBJS}: ${SRCDIR}/tiffcomp.h ${SRCDIR}/tiffiop.h ${SRCDIR}/tiffconf.h
! @@ -319,22 +324,20 @@
   	${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@
   	for i in ${INCS}; do						\
   	    f=`basename $$i`;						\
--- 29,41 ----
  +FREEBSDdso: ${OBJS}
  +	${CC} -shared -Wl,-soname,libtiff.@DSOSUF_VERSION@ -o libtiff.@DSOSUF_VERSION@ \
  +		${OBJS} @LIBJPEG@ @LIBGZ@
+ +	rm -f libtiff.@DSOSUF@
  +	@LN@ @LN_S@ libtiff.@DSOSUF_VERSION@ libtiff.@DSOSUF@
  +	touch $@
   
   ${OBJS}: ${SRCDIR}/tiffio.h ${SRCDIR}/tiff.h ${SRCDIR}/tif_dir.h
   ${OBJS}: ${SRCDIR}/tiffcomp.h ${SRCDIR}/tiffiop.h ${SRCDIR}/tiffconf.h
! @@ -319,22 +325,20 @@
   	${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@
   	for i in ${INCS}; do						\
   	    f=`basename $$i`;						\

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200009150554.IAA03694>