aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-28 05:25:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-28 05:25:50 +0000
commit7e42d7a7c432d4054d5333fae985038b61828078 (patch)
treea3f359548461e38bb1bea0d93a14a285d2f1b048 /devel
parentc97b5b3ca34e50650f058d404ecb9d8fb2405771 (diff)
devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=163666
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/pkg-config/Makefile3
-rw-r--r--devel/pkgconfig/Makefile42
-rw-r--r--devel/pkgconfig/distinfo3
-rw-r--r--devel/pkgconfig/files/patch-Makefile.in11
-rw-r--r--devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in10
-rw-r--r--devel/pkgconfig/files/patch-parse.c35
-rw-r--r--devel/pkgconfig/pkg-descr15
-rw-r--r--devel/pkgconfig/pkg-plist5
9 files changed, 2 insertions, 124 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c46891f85e46..0a9c756acb4c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1439,7 +1439,7 @@
SUBDIR += picp
SUBDIR += picprog
SUBDIR += pinstall
- SUBDIR += pkgconfig
+ SUBDIR += pkg-config
SUBDIR += plan9port
SUBDIR += ply
SUBDIR += pmake
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 1b4fd6f96246..aac7e23ee083 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -6,12 +6,11 @@
# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $
#
-PORTNAME= pkgconfig
+PORTNAME= pkg-config
PORTVERSION= 0.20
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
-DISTNAME= pkg-config-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
deleted file mode 100644
index 1b4fd6f96246..000000000000
--- a/devel/pkgconfig/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: pkgconfig
-# Date created: 30 April 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $
-#
-
-PORTNAME= pkgconfig
-PORTVERSION= 0.20
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
-DISTNAME= pkg-config-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A utility to retrieve information about installed libraries
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
-
-MAN1= pkg-config.1
-
-.include <bsd.port.pre.mk>
-
-PC_PATH=${PREFIX}/libdata/pkgconfig
-PC_PATH:=${PC_PATH}:${PREFIX}/lib/pkgconfig
-.if ${LOCALBASE} != ${PREFIX}
-PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig
-PC_PATH:= ${PC_PATH}:${LOCALBASE}/lib/pkgconfig
-.endif
-.if ${X11BASE} != ${PREFIX}
-PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig
-PC_PATH:= ${PC_PATH}:${X11BASE}/lib/pkgconfig
-.endif
-
-CONFIGURE_ARGS= --disable-threads \
- --with-pc-path="${PC_PATH}"
-
-.include <bsd.port.post.mk>
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo
deleted file mode 100644
index 4376e4391911..000000000000
--- a/devel/pkgconfig/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/pkg-config-0.20.tar.gz) = fb42402593e4198bc252ab248dd4158b
-SHA256 (gnome2/pkg-config-0.20.tar.gz) = a047fe95564d7afde6b52382d57754c27a40af813d9c73f338083890da416f05
-SIZE (gnome2/pkg-config-0.20.tar.gz) = 969993
diff --git a/devel/pkgconfig/files/patch-Makefile.in b/devel/pkgconfig/files/patch-Makefile.in
deleted file mode 100644
index 2e7c1f405751..000000000000
--- a/devel/pkgconfig/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue Apr 12 13:47:14 2005
-+++ Makefile.in Tue Apr 12 13:48:21 2005
-@@ -18,7 +18,7 @@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
--pkglibdir = $(libdir)/@PACKAGE@
-+pkglibdir = $(prefix)/libdata/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = .
-
diff --git a/devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in b/devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in
deleted file mode 100644
index 330415ed6f92..000000000000
--- a/devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- glib-1.2.8/Makefile.in.orig Tue Apr 12 13:51:56 2005
-+++ glib-1.2.8/Makefile.in Tue Apr 12 13:52:41 2005
-@@ -727,7 +727,6 @@
- installdirs-am:
-
- install: $(BUILT_SOURCES)
-- $(MAKE) $(AM_MAKEFLAGS) install-recursive
- install-exec: install-exec-recursive
- install-data: install-data-recursive
- uninstall: uninstall-recursive
diff --git a/devel/pkgconfig/files/patch-parse.c b/devel/pkgconfig/files/patch-parse.c
deleted file mode 100644
index eb828f3e7743..000000000000
--- a/devel/pkgconfig/files/patch-parse.c
+++ /dev/null
@@ -1,35 +0,0 @@
-
-$FreeBSD$
-$MCom: ports/devel/pkgconfig/files/patch-parse.c,v 1.4 2005/10/14 20:39:57 adamw Exp $
-
---- parse.c 2001/08/01 07:24:17 1.1
-+++ parse.c 2001/08/01 07:25:02
-@@ -952,9 +952,9 @@
- {
- char *output;
-
-- debug_spew ("Calling glib-config\n");
-+ debug_spew ("Calling glib12-config\n");
-
-- pkg->version = backticks ("glib-config --version");
-+ pkg->version = backticks ("glib12-config --version");
- if (pkg->version == NULL)
- {
- g_free (pkg);
-@@ -965,12 +965,12 @@
- pkg->key = g_strdup ("glib");
- pkg->description = g_strdup ("C Utility Library");
-
-- output = backticks ("glib-config --libs");
-- parse_libs (pkg, output, "glib-config");
-+ output = backticks ("glib12-config --libs");
-+ parse_libs (pkg, output, "glib12-config");
- g_free (output);
-
-- output = backticks ("glib-config --cflags");
-- parse_cflags (pkg, output, "glib-config");
-+ output = backticks ("glib12-config --cflags");
-+ parse_cflags (pkg, output, "glib12-config");
- g_free (output);
-
- return pkg;
diff --git a/devel/pkgconfig/pkg-descr b/devel/pkgconfig/pkg-descr
deleted file mode 100644
index cbf7c6b4a78a..000000000000
--- a/devel/pkgconfig/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-The pkg-config program is used to retrieve information about installed
-libraries in the system. It is typically used to compile and link against one
-or more libraries. It's more useful to the compilation process than to
-the end-user.
-
-pkg-config retrieves information about packages from special metadata files.
-These files are named after the package, with the extension .pc. By default,
-pkg-config looks for these files in the following directories:
-${PREFIX}/libdata/pkgconfig, ${PREFIX}/lib/pkgconfig,
-${LOCALBASE}/libdata/pkgconfig, ${LOCALBASE}/lib/pkgconfig,
-${X11BASE}/libdata/pkgconfig, and ${X11BASE}/lib/pkgconfig; it will also look
-in the list of directories specified by the PKG_CONFIG_PATH environment
-variable.
-
-WWW: http://pkgconfig.freedesktop.org/wiki/
diff --git a/devel/pkgconfig/pkg-plist b/devel/pkgconfig/pkg-plist
deleted file mode 100644
index 5d6a4afddb18..000000000000
--- a/devel/pkgconfig/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/pkg-config
-share/aclocal/pkg.m4
-@dirrmtry lib/pkgconfig
-@unexec rmdir %%LOCALBASE%%/lib/pkgconfig 2>/dev/null || true
-@unexec rmdir %%X11BASE%%/lib/pkgconfig 2>/dev/null || true