mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
This commit is contained in:
parent
f9b0466a02
commit
d02f2cd4ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25296
@ -17,7 +17,6 @@ MAINTAINER= ruslan@shevchenko.kiev.ua
|
||||
LIB_DEPENDS= Dnd++.1:${PORTSDIR}/x11/libdnd
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
USE_GMAKE= YES
|
||||
USE_X_PREFIX= YES
|
||||
|
||||
|
@ -14,6 +14,5 @@ MASTER_SITE_SUBDIR= devel/lang/c++
|
||||
MAINTAINER= ssigala@globalnet.it
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= rch@WriteMe.Com
|
||||
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
||||
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
||||
|
||||
CONFIGURE_ENV= LC_ALL=C CXXFLAGS="${CFLAGS}"
|
||||
CONFIGURE_ENV= LC_ALL=C
|
||||
GNU_CONFIGURE= YES
|
||||
MAKE_ENV= LC_ALL=C
|
||||
MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1
|
||||
|
@ -27,7 +27,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LYX_LIBS="-lxpg4" CXXFLAGS="${CFLAGS}"
|
||||
CONFIGURE_ENV= LYX_LIBS="-lxpg4"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
@ -25,7 +25,6 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
@ -25,7 +25,6 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
@ -25,7 +25,6 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
@ -25,7 +25,6 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
@ -25,7 +25,6 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
|
||||
MAN1= lyx.1 reLyX.1
|
||||
|
@ -32,8 +32,7 @@ CONFIGURE_ARGS= --disable-multiplatform \
|
||||
--with-libwww-include=${LIBWWW_PREFIX}/include/w3c-libwww \
|
||||
--with-system-pnglib --with-pnglib-libdir=${LIBPNG_PREFIX}/lib \
|
||||
--with-pnglib-include=${LIBPNG_PREFIX}/include
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \
|
||||
INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
|
||||
CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
|
||||
INSTALL_TARGET= install strip
|
||||
NOMANCOMPRESS= yes
|
||||
NOMAN1= MakeTeXPK.1 access.1 afm2tfm.1 allcm.1 allec.1 allneeded.1 \
|
||||
|
@ -32,8 +32,7 @@ CONFIGURE_ARGS= --disable-multiplatform \
|
||||
--with-libwww-include=${LIBWWW_PREFIX}/include/w3c-libwww \
|
||||
--with-system-pnglib --with-pnglib-libdir=${LIBPNG_PREFIX}/lib \
|
||||
--with-pnglib-include=${LIBPNG_PREFIX}/include
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \
|
||||
INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
|
||||
CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
|
||||
INSTALL_TARGET= install strip
|
||||
NOMANCOMPRESS= yes
|
||||
NOMAN1= MakeTeXPK.1 access.1 afm2tfm.1 allcm.1 allec.1 allneeded.1 \
|
||||
|
@ -16,7 +16,6 @@ MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
|
||||
MAN1= word2x.1
|
||||
|
||||
|
@ -17,7 +17,6 @@ MAINTAINER= lukin@okbmei.msk.su
|
||||
USE_XLIB= yes
|
||||
WRKSRC= ${WRKDIR}/DND/DNDlib
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}"
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user