ports/96650: Update port: /lang/fpc2

Ales Katona almindor at gmail.com
Tue May 2 09:50:21 UTC 2006


>Number:         96650
>Category:       ports
>Synopsis:       Update port: /lang/fpc2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 02 09:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ales Katona
>Release:        6.1-BETA 4
>Organization:
Free Pascal Team
>Environment:
FreeBSD localhost 6.1-BETA4 FreeBSD 6.1-BETA4 #0: Sat Mar 25 00:23:10 CET 2006    root at localhost:/usr/src/sys/i386/compile/ALMINDOR  i386

>Description:
This fixes "make package" for the lang/fpc2 port.
pkg-install was missing.
>How-To-Repeat:

>Fix:
diff -ruN old/pkg-install fpc2/pkg-install
--- old/pkg-install	Thu Jan  1 01:00:00 1970
+++ fpc2/pkg-install	Tue May  2 11:40:47 2006
@@ -0,0 +1,14 @@
+#! /bin/sh
+# post install for FPC package
+
+PORTVERSION="2.0.2"
+
+if [ $2 = "POST-INSTALL" ]
+then
+    if [ -e "{$PKG_PREFIX}/bin/ppc386" ]
+    then
+	${RM} -f "${PKG_PREFIX}/bin/ppc386"
+    fi
+    ${LN} -s "${PKGPREFIX}/lib/fpc/${PORTVERSION}/ppc386" "${PKG_PREFIX}/bin"
+    ${SH} "${PKG_PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PKG_PREFIX}/lib/fpc/${PORTVERSION}" "${PKG_PREFIX}/etc"
+fi

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



More information about the freebsd-ports-bugs mailing list