Bug 47493 - Update port: print/gimp-print to 1.2.5
Summary: Update port: print/gimp-print to 1.2.5
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-25 22:10 UTC by tkato
Modified: 2003-02-16 15:29 UTC (History)
0 users

See Also:


Attachments
file.diff (1.73 KB, patch)
2003-01-25 22:10 UTC, tkato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato 2003-01-25 22:10:14 UTC
- Update to version 1.2.5
Comment 1 corecode@corecode.ath.cx 2003-01-26 15:57:49 UTC
here comes the regex police... :)

Lately KATO Tsuguru told:

> diff -urN /usr/ports/print/gimp-print/Makefile print/gimp-print/Makefile
[...]
>  	@${REINPLACE_CMD} -e 's|=makeinfo|="makeinfo --no-split"|g ; \
> -		 s|[\$$][{]CFLAGS:=[}] -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure
> +		 s|[$$][{]CFLAGS:=[}] -O|\$${CFLAGS}|g' ${WRKSRC}/configure

s|\$${CFLAGS:=} -O|$${CFLAGS}|g' ${WRKSRC}/configure

>  	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
> -		's|[\$$][(]PACKAGE[)]/doc|doc/\$$\(PACKAGE\)|g ; \
> -		 s|[\$$][(]RM[)] -r|\$$\(RM\) -f -r|g'
> +		's|[$$][(]PACKAGE[)]/doc|doc/\$$(PACKAGE)|g ; \
> +		 s|[$$][(]RM[)] -r|\$$(RM) -f -r|g'

's|\$$(PACKAGE)/doc|doc/$$(PACKAGE)|g ; \
 s|\$$(RM) -r|$$(RM) -f -r|g'


cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2003-02-16 15:29:30 UTC
State Changed
From-To: open->closed

Committed, thanks.