ports/53087: [maintainer update] textproc/meld fix hardcoded path
Pav Lucistnik
pav at oook.cz
Mon Jun 9 12:10:13 UTC 2003
>Number: 53087
>Category: ports
>Synopsis: [maintainer update] textproc/meld fix hardcoded path
>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: Mon Jun 09 05:10:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Pav Lucistnik
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pav.hide.vol.cz 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue May 20 09:27:29 CEST 2003 root at pav.hide.vol.cz:/usr/obj/usr/src/sys/PAV i386
>Description:
Fix hardcoded path of GNOME pixmaps directory (valid on Linux).
Submitted by: Sergey Akifyev <asa at gascom.ru>
>How-To-Repeat:
>Fix:
--- Makefile.orig Tue Apr 22 09:31:09 2003
+++ Makefile Mon Jun 9 13:52:31 2003
@@ -24,6 +24,7 @@
post-patch:
@${REINPLACE_CMD} -e 's|os.path.dirname(sys.argv\[0\])|"${PYTHON_SITELIBDIR}/meldapp"|' ${WRKSRC}/misc.py
@${REINPLACE_CMD} -e 's|/"+os.path.abspath(misc.appdir("manual/index.html") )|${PREFIX}/share/doc/meld/index.html"|' ${WRKSRC}/meldapp.py
+ @${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${X11BASE}/share/gnome/pixmaps|' ${WRKSRC}/cvsview.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/meld ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list