pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/www/curl Pullup ticket 2017 - requested by tron



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82b4d7f47661
branches:  pkgsrc-2006Q4
changeset: 523024:82b4d7f47661
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Feb 20 14:33:22 2007 +0000

description:
Pullup ticket 2017 - requested by tron
remove curl builtin.mk

Revisions pulled up:
- pkgsrc/www/curl/builtin.mk                            removed

   Module Name:         pkgsrc
   Committed By:        tron
   Date:                Tue Jan 30 13:53:16 UTC 2007

   Removed Files:
        pkgsrc/www/curl: builtin.mk

   Log Message:
   Remove "builtin.mk". It doesn't work on systems which provide a "libcurl"
   but not "libidn".

   This fixes PR pkg/35358.

diffstat:

 www/curl/builtin.mk |  65 -----------------------------------------------------
 1 files changed, 0 insertions(+), 65 deletions(-)

diffs (69 lines):

diff -r d5ca4a0ece15 -r 82b4d7f47661 www/curl/builtin.mk
--- a/www/curl/builtin.mk       Tue Feb 20 14:27:18 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-# $NetBSD: builtin.mk,v 1.1 2006/08/18 12:20:16 adam Exp $
-
-BUILTIN_PKG:=  curl
-
-BUILTIN_FIND_FILES_VAR:=       H_CURL
-BUILTIN_FIND_FILES.H_CURL=     /usr/include/curl/curlver.h
-
-.include "../../mk/buildlink3/bsd.builtin.mk"
-
-###
-### Determine if there is a built-in implementation of the package and
-### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
-###
-.if !defined(IS_BUILTIN.curl)
-IS_BUILTIN.curl=       no
-.  if empty(H_CURL:M__nonexistent__) && empty(H_CURL:M${LOCALBASE}/*)
-IS_BUILTIN.curl=       yes
-.  endif
-.endif
-MAKEVARS+=     IS_BUILTIN.curl
-
-###
-### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
-### a package name to represent the built-in package.
-###
-.if !defined(BUILTIN_PKG.curl) && \
-    !empty(IS_BUILTIN.curl:M[yY][eE][sS]) && \
-    empty(H_CURL:M__nonexistent__)
-BUILTIN_VERSION.curl!=                         \
-       ${AWK} '/\#define[       ]*LIBCURL_VERSION / {  \
-                       vers = $$3;                     \
-                       gsub("\"", "", vers);           \
-                       print vers;                     \
-               }                                       \
-       ' ${H_CURL:Q}
-BUILTIN_PKG.curl=      curl-${BUILTIN_VERSION.curl}
-.endif
-MAKEVARS+=     BUILTIN_PKG.curl
-
-###
-### Determine whether we should use the built-in implementation if it
-### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
-###
-.if !defined(USE_BUILTIN.curl)
-.  if ${PREFER.curl} == "pkgsrc"
-USE_BUILTIN.curl=      no
-.  else
-USE_BUILTIN.curl=      ${IS_BUILTIN.curl}
-.    if defined(BUILTIN_PKG.curl) && \
-        !empty(IS_BUILTIN.curl:M[yY][eE][sS])
-USE_BUILTIN.curl=      yes
-.      for _dep_ in ${BUILDLINK_API_DEPENDS.curl}
-.        if !empty(USE_BUILTIN.curl:M[yY][eE][sS])
-USE_BUILTIN.curl!=                                                     \
-       if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.curl:Q}; then \
-               ${ECHO} yes;                                            \
-       else                                                            \
-               ${ECHO} no;                                             \
-       fi
-.        endif
-.      endfor
-.    endif
-.  endif
-.endif
-MAKEVARS+=     USE_BUILTIN.curl



Home | Main Index | Thread Index | Old Index