Bug 48822 - NEW PORT: zenity - a rewrite of gdialog
Summary: NEW PORT: zenity - a rewrite of gdialog
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-01 21:50 UTC by Franz Klammer
Modified: 2003-03-03 07:40 UTC (History)
1 user (show)

See Also:


Attachments
zenity.shar (3.31 KB, text/plain)
2003-03-01 21:50 UTC, Franz Klammer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Klammer 2003-03-01 21:50:16 UTC
	i'm a little bit unsure with all the depends. 
	hopefully everything is ok if i've done.

	the port install, run and removes without errors.

	let me know if i do something wrong.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-03-02 04:44:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

I'll take this.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-03-02 04:50:26 UTC
State Changed
From-To: open->closed

Committed, thanks!  Note, I adjusted the LIB_DEPENDS since libgnomecanvas 
implies libglade2, and I made the comment a little more discriptive.  Also, 
make sure to handle OMF files.
Comment 3 corecode@corecode.ath.cx 2003-03-03 02:38:17 UTC
Lately Franz Klammer told:

> sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile'
[...]
> Xpre-configure:
> X	@${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|'

use ${XARGS} and ${REINPLACE_CMD} -e ?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 4 corecode@corecode.ath.cx 2003-03-03 02:51:23 UTC
Lately Franz Klammer told:

> sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile'
[...]
> Xpre-configure:
> X	@${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|'

use ${XARGS} and ${REINPLACE_CMD} -e ?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 5 Joe Marcus Clarke 2003-03-03 02:55:15 UTC
On Sun, 2003-03-02 at 21:51, Simon 'corecode' Schubert wrote:
> Lately Franz Klammer told:
> 
> > sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile'
> [...]
> > Xpre-configure:
> > X	@${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|'
> 
> use ${XARGS} and ${REINPLACE_CMD} -e ?


Yeah, I missed this.  There's more or less a canned recipe for this. 
Thanks.

Joe

> 
> cheers
>   simon

-- 
PGP Key : http://www.marcuscom.com/pgp.asc
Comment 6 Franz Klammer 2003-03-03 07:30:19 UTC
Am Mo, 2003-03-03 um 03.38 schrieb Simon 'corecode' Schubert:
> Lately Franz Klammer told:
> 
> > sed 's/^X//' >zenity/Makefile << 'END-of-zenity/Makefile'
> [...]
> > Xpre-configure:
> > X	@${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|'
> 
> use ${XARGS} and ${REINPLACE_CMD} -e ?
> 

sorry! the ${XARGS}-thing iv'e seen and forgotten to change it before  
sending the port for commit.

i always thought that all needed parameters for ${REINPLACE_CMD} are 
defined in bsd.ports.mk?

franz.

> cheers
>   simon
--