diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-30 14:47:25 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-30 14:47:25 +0000 |
commit | 12621d1545721d9f3360b9c2b2daaf72460dcbd6 (patch) | |
tree | ef52a816c216c3dd4a8e9390e06212fd8f57f9d3 /x11-toolkits | |
parent | Add senna, embeddable Fulltext Search Engine (library only). (diff) |
- Use | as a separator instead of comma (,)
- Bump PORTREVISION for affected ports (wxgtk26*-contrib).
Requested by: lioux
Notes
Notes:
svn path=/head/; revision=136436
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk26-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk26-unicode-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28-unicode-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29-unicode-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 6 |
9 files changed, 21 insertions, 9 deletions
diff --git a/x11-toolkits/wxgtk26-contrib/Makefile b/x11-toolkits/wxgtk26-contrib/Makefile index 1eba77011e9f..2b32010ca382 100644 --- a/x11-toolkits/wxgtk26-contrib/Makefile +++ b/x11-toolkits/wxgtk26-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries diff --git a/x11-toolkits/wxgtk26-unicode-contrib/Makefile b/x11-toolkits/wxgtk26-unicode-contrib/Makefile index 62f0029a5019..e2d5469ec06a 100644 --- a/x11-toolkits/wxgtk26-unicode-contrib/Makefile +++ b/x11-toolkits/wxgtk26-unicode-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index de871bd57b92..e5584dc99d90 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \ - -e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \ - -e "s,@CPPFLAGS@,," + -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \ + -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \ + -e "s|@CPPFLAGS@||" .endif # !gtk2-contrib-common .endif # !gtk2-contrib-utils diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile index 1eba77011e9f..2b32010ca382 100644 --- a/x11-toolkits/wxgtk28-contrib/Makefile +++ b/x11-toolkits/wxgtk28-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries diff --git a/x11-toolkits/wxgtk28-unicode-contrib/Makefile b/x11-toolkits/wxgtk28-unicode-contrib/Makefile index 62f0029a5019..e2d5469ec06a 100644 --- a/x11-toolkits/wxgtk28-unicode-contrib/Makefile +++ b/x11-toolkits/wxgtk28-unicode-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index de871bd57b92..e5584dc99d90 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \ - -e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \ - -e "s,@CPPFLAGS@,," + -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \ + -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \ + -e "s|@CPPFLAGS@||" .endif # !gtk2-contrib-common .endif # !gtk2-contrib-utils diff --git a/x11-toolkits/wxgtk29-contrib/Makefile b/x11-toolkits/wxgtk29-contrib/Makefile index 1eba77011e9f..2b32010ca382 100644 --- a/x11-toolkits/wxgtk29-contrib/Makefile +++ b/x11-toolkits/wxgtk29-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries diff --git a/x11-toolkits/wxgtk29-unicode-contrib/Makefile b/x11-toolkits/wxgtk29-unicode-contrib/Makefile index 62f0029a5019..e2d5469ec06a 100644 --- a/x11-toolkits/wxgtk29-unicode-contrib/Makefile +++ b/x11-toolkits/wxgtk29-unicode-contrib/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 2 + MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index de871bd57b92..e5584dc99d90 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \ - -e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \ - -e "s,@CPPFLAGS@,," + -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \ + -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \ + -e "s|@CPPFLAGS@||" .endif # !gtk2-contrib-common .endif # !gtk2-contrib-utils |