ports/179031: textproc/libmrss-php port fix
Rodrigo OSORIO (ros)
rodrigo at bebik.net
Mon May 27 23:40:00 UTC 2013
>Number: 179031
>Category: ports
>Synopsis: textproc/libmrss-php port fix
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon May 27 23:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Rodrigo (ros) OSORIO
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
An error was reported by pointyhat for this port.
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.9.20130516163248.pointyhat/libmrss-php-0.19.2.log
A misspelled variable in the PLIST_DIRSTRY section causes a
directory to remains on the filesystem after port deletion.
Attached to this PR you can found the fix approved (at least)
by redports and portlint.
https://redports.org/~rodrigo/20130527222300-49917-123131/libmrss-php-0.19.2.log
>How-To-Repeat:
>Fix:
--- libmrss-php.diff begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 319251)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= libmrss
PORTVERSION= 0.19.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.autistici.org/bakunin/libmrss/
PKGNAMESUFFIX= -php
@@ -25,7 +26,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss
PLIST_FILES= lib/php/${PHP_EXT_DIR}/mrss.so
-PLIST_DIRSTRY= lib/php/${PHP_EXTDIR} \
+PLIST_DIRSTRY= lib/php/${PHP_EXT_DIR} \
lib/php
.include <bsd.port.mk>
--- libmrss-php.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list