diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 23:13:35 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 23:13:35 +0800 |
commit | 528678f6fa4f94dcdebf95b0041041dabc13b3fe (patch) | |
tree | 4d54e687bddb62ab3f6c2ee1037539f5ed711e0b /lang/cjs | |
parent | 0589d183f8aadf4a873cbb1fc097e52b115d4685 (diff) | |
download | marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.gz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.bz2 marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.lz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.xz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.zst marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.zip |
Fix the build of those ports. Remove USE_AUTOTOOLS and switch
to USE=autoreconf:build instead. Other minor changes here and
there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20008 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'lang/cjs')
-rw-r--r-- | lang/cjs/Makefile | 5 | ||||
-rw-r--r-- | lang/cjs/pkg-plist | 10 |
2 files changed, 2 insertions, 13 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index a2d232771..9c32c7202 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -17,14 +17,13 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ CONFLICTS_BUILD=spidermonkey17-1.7.* -USES= gettext libtool gmake pathfix pkgconfig python:build \ +USES= autoreconf:build gettext libtool gmake pathfix pkgconfig python:build \ shebangfix USE_GNOME= cairo glib20 gnomeprefix introspection:build \ intlhack USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize autoconf automake CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -36,6 +35,6 @@ python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} pre-configure: - cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh + cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh .include <bsd.port.mk> diff --git a/lang/cjs/pkg-plist b/lang/cjs/pkg-plist index 90dbd62b2..a5f98e32c 100644 --- a/lang/cjs/pkg-plist +++ b/lang/cjs/pkg-plist @@ -61,13 +61,3 @@ libdata/pkgconfig/cjs-internals-1.0.pc %%DATADIR%%-1.0/tweener/equations.js %%DATADIR%%-1.0/tweener/tweenList.js %%DATADIR%%-1.0/tweener/tweener.js -@dirrm lib/cjs/girepository-1.0 -@dirrm lib/cjs-1.0 -@dirrm lib/cjs -@dirrm include/cjs-1.0/gi -@dirrm include/cjs-1.0/cjs-dbus -@dirrm include/cjs-1.0/cjs -@dirrm include/cjs-1.0 -@dirrm %%DATADIR%%-1.0/tweener -@dirrm %%DATADIR%%-1.0/overrides -@dirrm %%DATADIR%%-1.0 |