ports/184333: [maintainer update] Important update lang/basic256 to 1.0.0.0
Fernando
fernando.apesteguia at gmail.com
Wed Nov 27 17:30:00 UTC 2013
>Number: 184333
>Category: ports
>Synopsis: [maintainer update] Important update lang/basic256 to 1.0.0.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 27 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Fernando
>Release: 9.1-RELEASE
>Organization:
Open Sistemas
>Environment:
FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013 root at beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1 amd64
>Description:
Port doesn't not build because the do-configure section was removed by mistake.
>How-To-Repeat:
cd /usr/ports/lang/basic256 && make
>Fix:
Apply the attached patch that restores such section
Patch attached with submission follows:
diff -ruN /usr/ports/lang/basic256/Makefile lang/basic256/Makefile
--- /usr/ports/lang/basic256/Makefile 2013-11-23 17:52:29.000000000 +0100
+++ lang/basic256/Makefile 2013-11-27 18:22:10.000000000 +0100
@@ -24,6 +24,10 @@
MAKE_JOBS_UNSAFE= yes
+do-configure:
+ @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+ ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
+
post-patch:
@${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list