ports/127897: [patch] palm/py-synce-librra: Speedup build phase

Alexander Logvinov ports at logvinov.com
Mon Oct 6 08:50:02 UTC 2008


>Number:         127897
>Category:       ports
>Synopsis:       [patch] palm/py-synce-librra: Speedup build phase
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 08:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

  Speedup build phase.
  Remove stale distinfo file.
    
>How-To-Repeat:
	    
>Fix:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/palm/py-synce-librra/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	7 Sep 2008 16:03:36 -0000	1.1
+++ Makefile	6 Oct 2008 08:24:41 -0000
@@ -21,6 +21,13 @@
 
 RRA_SLAVE=	pythonb
 
+pre-patch:
+	@${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${PREFIX}/lib/librra.la|g' \
+		${WRKSRC}/python/Makefile.in
+
+do-build:
+	@(cd ${WRKSRC}/python && ${MAKE})
+
 do-install:
 	@(cd ${WRKSRC}/python && ${MAKE} install)
 
Index: distinfo
===================================================================
RCS file: distinfo
diff -N distinfo
--- distinfo	7 Sep 2008 16:03:36 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-MD5 (librra-0.11.1.tar.gz) = 1dff577a2b1ac85a69768de555d05ee7
-SHA256 (librra-0.11.1.tar.gz) = 6a0991c7af8472a882beb8738f2e8d9b8ccc9e2bea7709a5ad8137850541164e
-SIZE (librra-0.11.1.tar.gz) = 433941
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list