1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Get rid of FOO_DEPENDS=...:target and depend on parent build that should solve

with the failure in pointhat. Change the prefix from X11BASE to LOCALBASE.
Bump the PORTREVISION.

Reported by:	kris
Discussed with:	marcus
This commit is contained in:
Jeremy Messenger 2006-06-05 03:32:29 +00:00
parent d87fe96dc9
commit 2047d5926f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164379
3 changed files with 15 additions and 24 deletions

View File

@ -5,25 +5,22 @@
# $FreeBSD$
#
PORTREVISION= 0
PORTREVISION= 1
PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../gtkmm20:patch
BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../gtkmm20:configure
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20
PARENT_WRKSRC!= cd ${.CURDIR}/../gtkmm20 && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USE_GMAKE= yes
PREFIX= ${X11BASE}
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0
post-patch:
@${FIND} ${PARENT_WRKSRC}/examples -name Makefile.in \
@${FIND} ${WRKSRC}/examples -name Makefile.in \
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
.for d in docs examples
@cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"

View File

@ -5,25 +5,22 @@
# $FreeBSD$
#
PORTREVISION= 0
PORTREVISION= 1
PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../gtkmm24:patch
BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../gtkmm24:configure
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24
PARENT_WRKSRC!= cd ${.CURDIR}/../gtkmm24 && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USE_GMAKE= yes
PREFIX= ${X11BASE}
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4
post-patch:
@${FIND} ${PARENT_WRKSRC}/examples -name Makefile.in \
@${FIND} ${WRKSRC}/examples -name Makefile.in \
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
.for d in docs examples
@cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"

View File

@ -5,25 +5,22 @@
# $FreeBSD$
#
PORTREVISION= 0
PORTREVISION= 1
PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../gtkmm20:patch
BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../gtkmm20:configure
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20
PARENT_WRKSRC!= cd ${.CURDIR}/../gtkmm20 && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USE_GMAKE= yes
PREFIX= ${X11BASE}
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0
post-patch:
@${FIND} ${PARENT_WRKSRC}/examples -name Makefile.in \
@${FIND} ${WRKSRC}/examples -name Makefile.in \
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
.for d in docs examples
@cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"