Bug 42319 - [Maintainer-update] ftp/kbear Fix Build
Summary: [Maintainer-update] ftp/kbear Fix Build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-02 10:40 UTC by Tilman Linneweh
Modified: 2002-09-03 07:26 UTC (History)
1 user (show)

See Also:


Attachments
kbear-1.diff (1.38 KB, patch)
2002-09-02 10:40 UTC, Tilman Linneweh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Linneweh 2002-09-02 10:40:02 UTC
	configure fails if xml2pot is not installed. Because I don't want to
	depend on the kdesdk port, I patched the configure script.
	
	Spotted by: markp and  "troy" <sindrome@sindrome.net>
Comment 1 Hye-Shik Chang 2002-09-02 22:03:29 UTC
How about this rather than adding a patch? ;)

===================================================================
RCS file: /home/ncvs/ports/ftp/kbear/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    1 Sep 2002 15:19:19 -0000       1.4
+++ Makefile    2 Sep 2002 21:01:22 -0000
@@ -21,5 +21,6 @@
 GNU_CONFIGURE=		yes
 CONFIGURE_TARGET=
 CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=		XML2POT=${TRUE} PO2XML=${TRUE}

 .include <bsd.port.mk>
Comment 2 Tilman Linneweh 2002-09-02 22:29:08 UTC
* Hye-Shik Chang <perky@fallin.lv> [Tue, 3 Sep 2002 06:03:29 +0900]:

> How about this rather than adding a patch? ;)

really cool. Please commit this one.

> 
> ===================================================================
> RCS file: /home/ncvs/ports/ftp/kbear/Makefile,v
> retrieving revision 1.4
> diff -u -r1.4 Makefile
> --- Makefile    1 Sep 2002 15:19:19 -0000       1.4
> +++ Makefile    2 Sep 2002 21:01:22 -0000
> @@ -21,5 +21,6 @@
>  GNU_CONFIGURE=		yes
>  CONFIGURE_TARGET=
>  CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
> +CONFIGURE_ENV=		XML2POT=${TRUE} PO2XML=${TRUE}
> 
>  .include <bsd.port.mk>
> 
Comment 3 Hye-Shik Chang freebsd_committer freebsd_triage 2002-09-03 07:26:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!