FreeBSD Bugzilla – Attachment 89184 Details for
Bug 126063
[maintainer update] archivers/liborange: fix pkg-config file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.84 KB, created by
Alexander Logvinov
on 2008-07-29 04:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Logvinov
Created:
2008-07-29 04:10:01 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/archivers/liborange/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 17 Jun 2008 21:47:04 -0000 1.15 >+++ Makefile 29 Jul 2008 01:28:50 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= liborange > PORTVERSION= 0.3.2 >+PORTREVISION= 1 > CATEGORIES= archivers > MASTER_SITES= SF > MASTER_SITE_SUBDIR= synce >@@ -37,23 +38,26 @@ > > .if !defined(WITH_LIBSYNCE) > CONFIGURE_ARGS+= --without-libsynce >+REQUIRES+= libsynce > .else > LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce >-CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} >+CONFIGURE_ARGS+= --with-libsynce > .endif > > .if !defined(WITH_LIBDYNAMITE) > CONFIGURE_ARGS+= --without-libdynamite >+REQUIRES+= libdynamite > .else > LIB_DEPENDS+= dynamite.0:${PORTSDIR}/archivers/libdynamite >-CONFIGURE_ARGS+= --with-libdynamite=${LOCALBASE} >+CONFIGURE_ARGS+= --with-libdynamite > .endif > > .if !defined(WITH_LIBUNSHIELD) > CONFIGURE_ARGS+= --without-libunshield >+REQUIRES+= libunshield > .else > LIB_DEPENDS+= unshield.0:${PORTSDIR}/archivers/unshield >-CONFIGURE_ARGS+= --with-libunshield=${LOCALBASE} >+CONFIGURE_ARGS+= --with-libunshield > .endif > > .if defined(WITH_INNO) >@@ -69,4 +73,9 @@ > LIB_DEPENDS+= gsf-1.114:${PORTSDIR}/devel/libgsf > .endif > >+post-patch: >+.for req in ${REQUIRES} >+ @${REINPLACE_CMD} -e 's|${req}||' ${WRKSRC}/${PORTNAME}.pc.in >+.endfor >+ > .include <bsd.port.post.mk> >Index: pkg-descr >=================================================================== >RCS file: /home/pcvs/ports/archivers/liborange/pkg-descr,v >retrieving revision 1.3 >diff -u -r1.3 pkg-descr >--- pkg-descr 17 Jun 2008 21:47:04 -0000 1.3 >+++ pkg-descr 29 Jul 2008 01:59:48 -0000 >@@ -4,4 +4,4 @@ > > Supported installers include VISE, InstallShield, Setup Factory and more. > >-WWW: http://synce.sourceforge.net/ >+WWW: http://www.synce.org/moin/
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 126063
: 89184