pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/curl Some cleanup.
details: https://anonhg.NetBSD.org/pkgsrc/rev/af00f3bcbf35
branches: trunk
changeset: 552765:af00f3bcbf35
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 08 17:22:16 2009 +0000
description:
Some cleanup.
diffstat:
www/curl/Makefile | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diffs (42 lines):
diff -r a323b97990d8 -r af00f3bcbf35 www/curl/Makefile
--- a/www/curl/Makefile Thu Jan 08 17:21:47 2009 +0000
+++ b/www/curl/Makefile Thu Jan 08 17:22:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2009/01/08 16:25:45 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2009/01/08 17:22:16 wiz Exp $
DISTNAME= curl-7.19.2
CATEGORIES= www
@@ -20,8 +20,6 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
-# Work around an ICE on sparc64 with gcc2
-CONFIGURE_ENV+= F77=${FALSE:Q}
.include "../../mk/bsd.prefs.mk"
@@ -35,23 +33,6 @@
.endif
.include "options.mk"
-#
-# XXXbjs CHANGES claims this is fixed. I have left it here commented out
-# in case this is not so.
-#
-#post-configure:
-# if ${GREP} '#define HAVE_SYS_SELECT_H 1' ${WRKSRC}/src/config.h \
-# >/dev/null; \
-# then \
-# line='#include <sys/select.h>'; \
-# else \
-# line='/* sys/select.h not included because it does not exist */'; \
-# fi; \
-# ${SED} -e "s|__INCLUDE_SYS_SELECT_H__|$${line}|" \
-# <${WRKSRC}/include/curl/multi.h \
-# >${WRKSRC}/include/curl/multi.h.new; \
-# ${MV} ${WRKSRC}/include/curl/multi.h.new \
-# ${WRKSRC}/include/curl/multi.h
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/curl
Home |
Main Index |
Thread Index |
Old Index