pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Remove pkgconfig -- replaced by pkg-co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d1061e8986b
branches:  trunk
changeset: 497192:0d1061e8986b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 21 16:34:50 2005 +0000

description:
Remove pkgconfig -- replaced by pkg-config.

diffstat:

 devel/pkgconfig/DESCR            |   6 ---
 devel/pkgconfig/Makefile         |  36 -------------------
 devel/pkgconfig/PLIST            |   4 --
 devel/pkgconfig/buildlink3.mk    |  26 -------------
 devel/pkgconfig/distinfo         |   6 ---
 devel/pkgconfig/patches/patch-aa |  75 ----------------------------------------
 6 files changed, 0 insertions(+), 153 deletions(-)

diffs (177 lines):

diff -r 11b52d9de842 -r 0d1061e8986b devel/pkgconfig/DESCR
--- a/devel/pkgconfig/DESCR     Thu Jul 21 16:34:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-pkg-config is a system for managing library compile/link flags that
-works with automake and autoconf.  It replaces the ubiquitous
-*-config scripts you may have seen with a single tool.
-
-Despite its name, this project is not related to the NetBSD package
-system!
diff -r 11b52d9de842 -r 0d1061e8986b devel/pkgconfig/Makefile
--- a/devel/pkgconfig/Makefile  Thu Jul 21 16:34:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2005/07/13 21:38:26 rillig Exp $
-#
-
-DISTNAME=      pkgconfig-0.17.2
-PKGREVISION=   3
-CATEGORIES=    devel
-MASTER_SITES=  http://www.freedesktop.org/software/pkgconfig/releases/
-
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.freedesktop.org/Software/pkgconfig
-COMMENT=       System for managing library compile/link flags
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
-GNU_CONFIGURE=         YES
-USE_LIBTOOL=           YES
-CONFIGURE_ARGS+=       --disable-threads
-
-.include "../../mk/bsd.prefs.mk"
-
-# without indirect-deps, it would rely on inter-library dependencies
-#  which we are not ready for
-CONFIGURE_ARGS+=       --enable-indirect-deps
-
-.if ${OPSYS} == "IRIX"
-# configure bails out in subdir after re-parsing the cache
-CONFIGURE_ARGS+=       --cache-file=/dev/null
-.endif
-
-TEST_TARGET=           check
-
-post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
-
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 11b52d9de842 -r 0d1061e8986b devel/pkgconfig/PLIST
--- a/devel/pkgconfig/PLIST     Thu Jul 21 16:34:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2003/01/02 22:44:46 jmmv Exp $
-bin/pkg-config
-man/man1/pkg-config.1
-share/aclocal/pkg.m4
diff -r 11b52d9de842 -r 0d1061e8986b devel/pkgconfig/buildlink3.mk
--- a/devel/pkgconfig/buildlink3.mk     Thu Jul 21 16:34:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.9 2005/04/21 08:22:32 xtraeme Exp $
-
-BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
-PKGCONFIG_BUILDLINK3_MK:=      ${PKGCONFIG_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+=    pkgconfig
-.endif
-
-BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Npkgconfig}
-BUILDLINK_PACKAGES+=   pkgconfig
-
-.if !empty(PKGCONFIG_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.pkgconfig+=  pkgconfig>=0.15.0
-BUILDLINK_PKGSRCDIR.pkgconfig?=        ../../devel/pkgconfig
-BUILDLINK_DEPMETHOD.pkgconfig?=        build
-
-PKG_CONFIG_LIBDIR?=    ${BUILDLINK_DIR}/lib/pkgconfig
-CONFIGURE_ENV+=                PKG_CONFIG=${BUILDLINK_PREFIX.pkgconfig}/bin/pkg-config
-CONFIGURE_ENV+=                PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:Q}
-MAKE_ENV+=             PKG_CONFIG=${BUILDLINK_PREFIX.pkgconfig}/bin/pkg-config
-MAKE_ENV+=             PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:Q}
-
-.endif # PKGCONFIG_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 11b52d9de842 -r 0d1061e8986b devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Thu Jul 21 16:34:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.17 2005/07/13 21:38:26 rillig Exp $
-
-SHA1 (pkgconfig-0.17.2.tar.gz) = 93e32aa176fceb2f7fe4d4e938f599ade74edb09
-RMD160 (pkgconfig-0.17.2.tar.gz) = ff6de406416abf9dcd5eaa77d1d8ef5e6bc6d935
-Size (pkgconfig-0.17.2.tar.gz) = 965129 bytes
-SHA1 (patch-aa) = 6927d53131e9be90d81856ecd0e209c9c6015c9f
diff -r 11b52d9de842 -r 0d1061e8986b devel/pkgconfig/patches/patch-aa
--- a/devel/pkgconfig/patches/patch-aa  Thu Jul 21 16:34:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2005/07/13 21:38:26 rillig Exp $
-
-The static variables are needed because they are used in a struct
-initializer. The IRIX/mipseb C compiler needs those addresses to be
-constant.
-
---- main.c.orig        Tue Apr 12 13:08:13 2005
-+++ main.c     Wed Jul 13 04:26:50 2005
-@@ -172,26 +172,26 @@ pkg_uninstalled (Package *pkg)
- int
- main (int argc, char **argv)
- {
--  int want_my_version = 0;
--  int want_version = 0;
--  int want_libs = 0;
--  int want_cflags = 0;
--  int want_l_libs = 0;
--  int want_L_libs = 0;
--  int want_other_libs = 0;
--  int want_I_cflags = 0;
--  int want_other_cflags = 0;
--  int want_list = 0;
--  int want_static_lib_list = ENABLE_INDIRECT_DEPS;
-+  static int want_my_version = 0;
-+  static int want_version = 0;
-+  static int want_libs = 0;
-+  static int want_cflags = 0;
-+  static int want_l_libs = 0;
-+  static int want_L_libs = 0;
-+  static int want_other_libs = 0;
-+  static int want_I_cflags = 0;
-+  static int want_other_cflags = 0;
-+  static int want_list = 0;
-+  static int want_static_lib_list = ENABLE_INDIRECT_DEPS;
-   int result;
--  int want_uninstalled = 0;
--  char *variable_name = NULL;
--  int want_exists = 0;
--  char *required_atleast_version = NULL;
--  char *required_exact_version = NULL;
--  char *required_max_version = NULL;
--  char *required_pkgconfig_version = NULL;
--  int want_silence_errors = 0;
-+  static int want_uninstalled = 0;
-+  static char *variable_name = NULL;
-+  static int want_exists = 0;
-+  static char *required_atleast_version = NULL;
-+  static char *required_exact_version = NULL;
-+  static char *required_max_version = NULL;
-+  static char *required_pkgconfig_version = NULL;
-+  static int want_silence_errors = 0;
-   GString *str;
-   GSList *packages = NULL;
-   char *search_path;
-@@ -278,13 +278,17 @@ main (int argc, char **argv)
-       debug_spew ("PKG_CONFIG_DEBUG_SPEW variable enabling debug spew\n");
-     }
- 
--  search_path = getenv ("PKG_CONFIG_PATH");
-+  search_path = getenv("PKG_CONFIG_LIBDIR");
-+
-+  if (search_path)
-+      add_search_dirs(search_path, G_SEARCHPATH_SEPARATOR_S);
-+  else {
-+      search_path = getenv("PKG_CONFIG_PATH");
-   if (search_path) 
--    {
-       add_search_dirs(search_path, G_SEARCHPATH_SEPARATOR_S);
--    }
- 
-   add_search_dirs(PKG_CONFIG_PC_PATH, G_SEARCHPATH_SEPARATOR_S);
-+  }
- 
- #ifdef G_OS_WIN32
-   {



Home | Main Index | Thread Index | Old Index