Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 23:15:06 -0800 (PST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/33718: Fix port: graphics/py-imaging
Message-ID:  <200201090715.g097F6G96635@freefall.freebsd.org>

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

>Number:         33718
>Category:       ports
>Synopsis:       Fix port: graphics/py-imaging
>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:   Tue Jan 08 23:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.4
>Organization:
Yonsei University
>Environment:
FreeBSD perky.dnip.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Fri Dec 28 21:27:47 KST 2001     root@perky.dnip.net:/usr/src/sys/compile/KENNY  i386
>Description:
python 2.2 seems not to install Makefile.pre.in

>How-To-Repeat:
      
>Fix:
diff -ruN py-imaging.orig/Makefile py-imaging/Makefile
--- py-imaging.orig/Makefile	Wed Jan  9 16:07:30 2002
+++ py-imaging/Makefile	Wed Jan  9 16:08:04 2002
@@ -35,7 +35,7 @@
 
 post-extract:
 	@${CP} ${FILESDIR}/Setup ${WRKSRC}/..
-	@${CP} ${PYTHON_LIBDIR}/config/Makefile.pre.in ${WRKSRC}/..
+	-@${CP} ${PYTHON_LIBDIR}/config/Makefile.pre.in ${WRKSRC}/..
 
 post-configure:
 	@(cd ${WRKSRC}/..; ${SETENV} ${CONFIGURE_ENV} ${MAKE} -f Makefile.pre.in boot)


>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?200201090715.g097F6G96635>