ports/127896: [patch] palm/py-synce-librapi2: Speedup build phase

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


>Number:         127896
>Category:       ports
>Synopsis:       [patch] palm/py-synce-librapi2: 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:00 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-librapi2/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	7 Sep 2008 22:06:11 -0000	1.2
+++ Makefile	6 Oct 2008 08:24:48 -0000
@@ -21,6 +21,13 @@
 
 RAPI_SLAVE=	pythonb
 
+pre-patch:
+	@${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${PREFIX}/lib/librapi.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:02:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-MD5 (librapi2-0.11.1.tar.gz) = 577f3a0e338c6a0e664ff40d9c3c8411
-SHA256 (librapi2-0.11.1.tar.gz) = 34c34befd0d462729115bd35df89e3492befc8d2db8e7f2e1f5719c181ebaaaa
-SIZE (librapi2-0.11.1.tar.gz) = 481948
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list