svn commit: r311874 - in head: comms/efax-gtk devel/upnp finance/homebank mail/claws-mail mail/libetpan multimedia/lives polish/ekg polish/ekg2
Pawel Pekala
pawel at FreeBSD.org
Thu Feb 7 17:06:46 UTC 2013
Author: pawel
Date: Thu Feb 7 17:06:44 2013
New Revision: 311874
URL: http://svnweb.freebsd.org/changeset/ports/311874
Log:
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
Modified:
head/comms/efax-gtk/Makefile
head/devel/upnp/Makefile
head/finance/homebank/Makefile
head/mail/claws-mail/Makefile
head/mail/libetpan/Makefile
head/multimedia/lives/Makefile
head/polish/ekg/Makefile
head/polish/ekg2/Makefile
Modified: head/comms/efax-gtk/Makefile
==============================================================================
--- head/comms/efax-gtk/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/comms/efax-gtk/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -8,7 +8,7 @@ MASTER_SITES= SF
EXTRACT_SUFX= .src.tgz
MAINTAINER= pawel at FreeBSD.org
-COMMENT= GUI front end for the efax fax program
+COMMENT= GUI frontend for efax program
LICENSE= GPLv2
@@ -41,8 +41,8 @@ CONFLICTS= efax-[0-9]*
MAN1= efax.1 efix.1 efax-gtk.1
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl
CONFIGURE_ARGS+=--with-gtk-version=gtk2
Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/devel/upnp/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -19,8 +19,7 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV+= PTHREAD_LIBS="-pthread"
.include <bsd.port.options.mk>
Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/finance/homebank/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -29,8 +29,8 @@ USE_XORG= pixman x11 xau xcomposite xcur
USE_GNOME= desktopfileutils gnomehier gtk20
INSTALLS_ICONS= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
OPTIONS_DEFINE= OFX
OFX_DESC= Enable libOFX support
Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/mail/claws-mail/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -48,12 +48,11 @@ MAKE_JOBS_SAFE= yes
MAN1= claws-mail.1
-CFLAGS+= ${PTHREAD_CFLAGS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --disable-dbus
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread"
OPTIONS_DEFINE= BOGOFILTER COMPFACE DEBUG DILLO ENCHANT GPGME IPV6 JPILOT LDAP \
MANUAL SPAMASSASSIN STARTUP THEMES
Modified: head/mail/libetpan/Makefile
==============================================================================
--- head/mail/libetpan/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/mail/libetpan/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -23,8 +23,8 @@ USE_ICONV= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
OPTIONS_DEFINE= IPV6
OPTIONS_SINGLE= CRYPTO
Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/multimedia/lives/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -81,8 +81,8 @@ MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --disable-ldvgrab
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -fPIC
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include -fPIC
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
DOC_FILES= AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED README \
OMC/lives-OMC.txt \
Modified: head/polish/ekg/Makefile
==============================================================================
--- head/polish/ekg/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/polish/ekg/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --without-libungif \
--disable-ui-gtk
CFLAGS+= -I/usr/include -I${LOCALBASE}/include
-LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}
+LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo -pthread
MAN1= ekg.1
MANLANG= "" pl
Modified: head/polish/ekg2/Makefile
==============================================================================
--- head/polish/ekg2/Makefile Thu Feb 7 16:55:45 2013 (r311873)
+++ head/polish/ekg2/Makefile Thu Feb 7 17:06:44 2013 (r311874)
@@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --enable-shared \
--without-libjpeg \
--without-libidn
-LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread
CFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= ASPELL GPG GSM GTK2 PERL PYTHON SQLITE UNICODE XOSD
More information about the svn-ports-head
mailing list