FreeBSD Bugzilla – Attachment 33318 Details for
Bug 54636
misc/gtktalog: Remove PERL dependancy and fix configure script.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 1.60 KB, created by
Ulrich Spoerlein
on 2003-07-19 14:40:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2003-07-19 14:40:13 UTC
Size:
1.60 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/misc/gtktalog/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- Makefile 14 Jul 2003 04:50:08 -0000 1.8 >+++ Makefile 19 Jul 2003 13:28:04 -0000 >@@ -17,19 +17,22 @@ > GNU_CONFIGURE= yes > USE_X_PREFIX= yes > USE_BZIP2= yes >-USE_PERL5= yes >+USE_REINPLACE= yes > > MAN1= gtktalog.1 > > DOCS= AUTHORS BUGS COPYING ChangeLog NEWS README TODO > >+CONFIGURE_ENV= XGETTEXT=${LOCALBASE}/bin/xgettext >+ > post-patch: >- ${PERL} -pi -e "s@^(Applicationsdir = ).*@\1${PREFIX}/share/gnome/apps/Applications@" ${WRKSRC}/Makefile.in >- ${PERL} -pi -e "s@^(localedir = ).*@\1${PREFIX}/share/locale@" \ >+ @${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@" ${WRKSRC}/configure >+ @${REINPLACE_CMD} -E "s@^(Applicationsdir = ).*@\1${PREFIX}/share/gnome/apps/Applications@" ${WRKSRC}/Makefile.in >+ @${REINPLACE_CMD} -E "s@^(localedir = ).*@\1${PREFIX}/share/locale@" \ > ${WRKSRC}/po/Makefile.in.in >- ${PERL} -pi -e "s@^(gtktalog_helpdir = ).*@\1${PREFIX}/share/gnome/help/gtktalog/C@" ${WRKSRC}/Docs/C/Makefile.in >- ${PERL} -pi -e "s@^(gtktalog_helpdir = ).*@\1${PREFIX}/share/gnome/help/gtktalog/fr@" ${WRKSRC}/Docs/fr/Makefile.in >- ${PERL} -pi -e "s@^(MountPoint ).*@\1/cdrom@" \ >+ @${REINPLACE_CMD} -E "s@^(gtktalog_helpdir = ).*@\1${PREFIX}/share/gnome/help/gtktalog/C@" ${WRKSRC}/Docs/C/Makefile.in >+ @${REINPLACE_CMD} -E "s@^(gtktalog_helpdir = ).*@\1${PREFIX}/share/gnome/help/gtktalog/fr@" ${WRKSRC}/Docs/fr/Makefile.in >+ @${REINPLACE_CMD} -E "s@^(MountPoint ).*@\1/cdrom@" \ > ${WRKSRC}/src/gtktalog/gtktalog.cf.in.in > > post-install:
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54636
: 33318