FreeBSD Bugzilla – Attachment 72946 Details for
Bug 105888
Update port: x11/ipager moved to LOCALBASE, fixed building with non-standard X11BASE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
IPAGER
IPAGER (text/plain), 1.35 KB, created by
Vlad V. Teterya
on 2006-11-26 22:00:28 UTC
(
hide
)
Description:
IPAGER
Filename:
MIME Type:
Creator:
Vlad V. Teterya
Created:
2006-11-26 22:00:28 UTC
Size:
1.35 KB
patch
obsolete
>diff -ruN ipager.old/Makefile ipager/Makefile >--- ipager.old/Makefile Mon Jun 5 23:49:20 2006 >+++ ipager/Makefile Sun Nov 26 04:51:51 2006 >@@ -2,11 +2,12 @@ > # Date created: 22 Mar 2006 > # Whom: Vlad V. Teterya <vlad@vlad.uz.ua> > # >-# $FreeBSD: ports/x11/ipager/Makefile,v 1.2 2006/06/05 20:49:20 pav Exp $ >+# $FreeBSD$ > # > > PORTNAME= ipager > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= x11 > MASTER_SITES= http://useperl.ru/ipager/src/ > DISTNAME= ipager-${PORTVERSION} >@@ -14,10 +15,9 @@ > MAINTAINER= vlad@vlad.uz.ua > COMMENT= X11 pager program > >-BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons > LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2 > >-USE_X_PREFIX= yes >+USE_SCONS= yes > > PLIST_FILES= bin/ipager \ > %%DATADIR%%/themes/atlantis.conf \ >@@ -43,14 +43,14 @@ > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's|/usr/local|${X11BASE}|' \ >+ @${REINPLACE_CMD} -e '35,36d;89d;92,94d' \ > ${WRKSRC}/SConstruct > > do-build: >- @cd ${WRKSRC} && scons >+ @cd ${WRKSRC} && ${SCONS_BIN} > > do-install: >- @cd ${WRKSRC} && scons install >+ @cd ${WRKSRC} && ${SCONS_BIN} ${SCONS_INSTALL_TARGET} > > post-install: > .if !defined (NOPORTDOCS) >@@ -63,7 +63,7 @@ > .for t in ${THEMES} > ${INSTALL_DATA} ${WRKSRC}/themes/${t} ${DATADIR}/themes > .endfor >- ${STRIP_CMD} ${X11BASE}/bin/ipager >+ ${STRIP_CMD} ${LOCALBASE}/bin/ipager > > @${ECHO_MSG} "" > @${ECHO_MSG} ""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 105888
: 72946