summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-07-21 16:34:50 +0000
committerwiz <wiz@pkgsrc.org>2005-07-21 16:34:50 +0000
commitbbf88d62e80b523867be5ca3260f719b6f1a8117 (patch)
tree58a5254d73c8b4b53daa90d0ded6efa00caa6a5c /devel
parentaa0da48c3a7e2cea6674d3338b04bdca91b28534 (diff)
downloadpkgsrc-bbf88d62e80b523867be5ca3260f719b6f1a8117.tar.gz
Remove pkgconfig -- replaced by pkg-config.
Diffstat (limited to 'devel')
-rw-r--r--devel/pkgconfig/DESCR6
-rw-r--r--devel/pkgconfig/Makefile36
-rw-r--r--devel/pkgconfig/PLIST4
-rw-r--r--devel/pkgconfig/buildlink3.mk26
-rw-r--r--devel/pkgconfig/distinfo6
-rw-r--r--devel/pkgconfig/patches/patch-aa75
6 files changed, 0 insertions, 153 deletions
diff --git a/devel/pkgconfig/DESCR b/devel/pkgconfig/DESCR
deleted file mode 100644
index 2ae2da81b16..00000000000
--- a/devel/pkgconfig/DESCR
+++ /dev/null
@@ -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 --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
deleted file mode 100644
index dfc553b0861..00000000000
--- a/devel/pkgconfig/Makefile
+++ /dev/null
@@ -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
-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 --git a/devel/pkgconfig/PLIST b/devel/pkgconfig/PLIST
deleted file mode 100644
index 98622ea13e2..00000000000
--- a/devel/pkgconfig/PLIST
+++ /dev/null
@@ -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 --git a/devel/pkgconfig/buildlink3.mk b/devel/pkgconfig/buildlink3.mk
deleted file mode 100644
index eec0d19766f..00000000000
--- a/devel/pkgconfig/buildlink3.mk
+++ /dev/null
@@ -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 --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo
deleted file mode 100644
index 9eb5521111f..00000000000
--- a/devel/pkgconfig/distinfo
+++ /dev/null
@@ -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 --git a/devel/pkgconfig/patches/patch-aa b/devel/pkgconfig/patches/patch-aa
deleted file mode 100644
index 593e16798f4..00000000000
--- a/devel/pkgconfig/patches/patch-aa
+++ /dev/null
@@ -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
- {