aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/cppcheck/Makefile2
-rw-r--r--devel/libdisasm/distinfo1
-rw-r--r--devel/py-distorm/distinfo2
-rw-r--r--devel/udis86/distinfo1
-rw-r--r--games/xwordpy/distinfo1
-rw-r--r--math/gretl/Makefile3
-rw-r--r--math/jags/Makefile2
-rw-r--r--math/testu01/Makefile2
-rw-r--r--math/unuran/Makefile2
-rw-r--r--print/flpsed/distinfo1
-rw-r--r--print/gsview/distinfo1
-rw-r--r--print/gv/Makefile4
-rw-r--r--print/gv/distinfo1
-rw-r--r--textproc/libtre/Makefile4
-rw-r--r--textproc/unrtf/Makefile2
-rw-r--r--textproc/unrtf/distinfo1
-rw-r--r--textproc/wv/Makefile2
17 files changed, 9 insertions, 23 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 80f5993d8d83..2414200967c8 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_BZIP2= yes
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV+= LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/cppcheck
diff --git a/devel/libdisasm/distinfo b/devel/libdisasm/distinfo
index 739d8384e9d4..54417bb107a8 100644
--- a/devel/libdisasm/distinfo
+++ b/devel/libdisasm/distinfo
@@ -1,3 +1,2 @@
-MD5 (libdisasm-0.23.tar.gz) = fc813fae8fceca92c2e40dac1da69041
SHA256 (libdisasm-0.23.tar.gz) = de3e578aa582af6e1d7729f39626892fb72dc6573658a221e0905f42a65433da
SIZE (libdisasm-0.23.tar.gz) = 454721
diff --git a/devel/py-distorm/distinfo b/devel/py-distorm/distinfo
index 5e3f67cb386b..73eecffaa111 100644
--- a/devel/py-distorm/distinfo
+++ b/devel/py-distorm/distinfo
@@ -1,6 +1,4 @@
-MD5 (distorm64-pkg1.7.30.tar.bz2) = e436f2b3f0b1baf1350cca15c01e78e5
SHA256 (distorm64-pkg1.7.30.tar.bz2) = bc2fc90e2111dfbba7fa397725ed6ae8b70477a3f7c60995e73d44a778a751be
SIZE (distorm64-pkg1.7.30.tar.bz2) = 91976
-MD5 (diSlib64.py) = b066e5bbc8dd1a10eefafb79c1085ddc
SHA256 (diSlib64.py) = e3958217bac5bfb32c99fea3b5534b8c2e98a63f9e63240685de35ee70043fba
SIZE (diSlib64.py) = 27401
diff --git a/devel/udis86/distinfo b/devel/udis86/distinfo
index c80a5d22dbd4..2dc2f23d6eea 100644
--- a/devel/udis86/distinfo
+++ b/devel/udis86/distinfo
@@ -1,3 +1,2 @@
-MD5 (udis86-1.7.tar.gz) = e279108e10f774e6c3af83caa18f5dc3
SHA256 (udis86-1.7.tar.gz) = 6128d266abcabed6077fdeebd2fbb7fb48eb599efbdae98922de2f6acd82ce3a
SIZE (udis86-1.7.tar.gz) = 696651
diff --git a/games/xwordpy/distinfo b/games/xwordpy/distinfo
index 1346311477a9..2e8063eb407a 100644
--- a/games/xwordpy/distinfo
+++ b/games/xwordpy/distinfo
@@ -1,3 +1,2 @@
-MD5 (xword-1.0.tar.gz) = 5e1963b488dfa0aca75be3bc3af04887
SHA256 (xword-1.0.tar.gz) = 77bec223351173acb194a293299dcbf6668ec72b799480564ade84499625dc85
SIZE (xword-1.0.tar.gz) = 18347
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 52cfc501ca8a..5b429ad5ff8e 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -27,8 +27,7 @@ ALL_TARGET= # empty
CONFIGURE_ARGS = --enable-static --enable-shared --with-gmake --without-gnome
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
- LAPACK_LIBS="${LAPACK} ${BLAS}" \
+CONFIGURE_ENV= LAPACK_LIBS="${LAPACK} ${BLAS}" \
LDFLAGS="${LDFLAGS}"
MAN1= gretl.1
diff --git a/math/jags/Makefile b/math/jags/Makefile
index 409e0269286f..95ea07e0eba4 100644
--- a/math/jags/Makefile
+++ b/math/jags/Makefile
@@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME:S/mcmc-//:U}
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
USE_FORTRAN= yes
USE_LDCONFIG= yes
USE_BISON= build
diff --git a/math/testu01/Makefile b/math/testu01/Makefile
index 9d2c8d104310..59edb51be747 100644
--- a/math/testu01/Makefile
+++ b/math/testu01/Makefile
@@ -26,7 +26,7 @@ USE_GMAKE= yes
MAKE_ARGS= docdir="${DOCSDIR}" exdir="${EXAMPLESDIR}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
CFLAGS+= -fPIC
PLIST_SUB= PORTNAME="${PORTNAME}"
diff --git a/math/unuran/Makefile b/math/unuran/Makefile
index 026b9d3b4f1d..5ac6492c41e7 100644
--- a/math/unuran/Makefile
+++ b/math/unuran/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstr
--enable-info
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
MAKE_ENV= MAKE="${GMAKE}"
USE_LDCONFIG= yes
diff --git a/print/flpsed/distinfo b/print/flpsed/distinfo
index 31f52ab8a918..392b7bcbdd38 100644
--- a/print/flpsed/distinfo
+++ b/print/flpsed/distinfo
@@ -1,3 +1,2 @@
-MD5 (flpsed-0.6.1.tar.gz) = 5377fe7e80d677c794e013ce07627d6a
SHA256 (flpsed-0.6.1.tar.gz) = f5ff37f8d87ccdcd8c019047c84a29bc38eec78883feccf60f8fd892616def01
SIZE (flpsed-0.6.1.tar.gz) = 102349
diff --git a/print/gsview/distinfo b/print/gsview/distinfo
index 24e10bd30018..d60674582f3e 100644
--- a/print/gsview/distinfo
+++ b/print/gsview/distinfo
@@ -1,3 +1,2 @@
-MD5 (gsview-4.9.tar.gz) = 96ca9460c8bd86ef20d881554331d72f
SHA256 (gsview-4.9.tar.gz) = 1a717bef2d6372e6182e4df1793c5d222dc5881a5e02e32284dc716e209ea9e5
SIZE (gsview-4.9.tar.gz) = 892681
diff --git a/print/gv/Makefile b/print/gv/Makefile
index b9b14931dcc3..e06120366c4a 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -25,9 +25,7 @@ USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- LIBS="-liconv"
+CONFIGURE_ENV += LDFLAGS="${LDFLAGS}" LIBS="-liconv"
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/X11 \
--enable-setenv-code \
--enable-SIGCHLD-fallback
diff --git a/print/gv/distinfo b/print/gv/distinfo
index 5b469888c8cd..2b582e69241d 100644
--- a/print/gv/distinfo
+++ b/print/gv/distinfo
@@ -1,3 +1,2 @@
-MD5 (gv-3.7.1.tar.gz) = bf4823d00d8e431f97dbcb7dd87c46ac
SHA256 (gv-3.7.1.tar.gz) = da87e10a4f3c4e9209077eab019ec71ad1bcfc8f19146146207cef4ee5b88114
SIZE (gv-3.7.1.tar.gz) = 747166
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile
index 4dde154cb007..befd88617b30 100644
--- a/textproc/libtre/Makefile
+++ b/textproc/libtre/Makefile
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS+= --enable-static
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -55,8 +54,7 @@ CFLAGS+= -Wuninitialized -ffast-math -finline-functions \
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fprofile-generate" \
LDFLAGS="${LDFLAGS} -fprofile-generate"
.else
-CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif
post-patch:
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile
index 7bd1b86014b8..18227b6078a1 100644
--- a/textproc/unrtf/Makefile
+++ b/textproc/unrtf/Makefile
@@ -15,7 +15,7 @@ COMMENT= A converter from RTF to several formats, including HTML and LaTeX
USE_ICONV= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --libdir=${PREFIX}/share
MAN1= unrtf.1
diff --git a/textproc/unrtf/distinfo b/textproc/unrtf/distinfo
index 86ed2db176ad..75bac72866ab 100644
--- a/textproc/unrtf/distinfo
+++ b/textproc/unrtf/distinfo
@@ -1,3 +1,2 @@
-MD5 (unrtf-0.21.1.tar.gz) = ce069646837d0a2c15b439a5529afde8
SHA256 (unrtf-0.21.1.tar.gz) = f0db720484c3d371e3448f9ab35f9c158a0488a9f38181780b8a755fde28a53d
SIZE (unrtf-0.21.1.tar.gz) = 609261
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 29c19685b2c3..7ed846095743 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MKDIR_P="${MKDIR}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MKDIR_P="${MKDIR}"
CONFIGURE_ARGS= --with-png=${LOCALBASE} \
--with-libwmf=${LOCALBASE}
MAKEFILE= GNUmakefile