fileutils, sh-utils, textutils are superseded by coreutils.
From: Antti Harri
This commit is contained in:
parent
216615557c
commit
d0ef1a6b53
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2012/02/28 05:58:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2012/03/20 16:36:16 naddy Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-1.63
|
||||
PKGNAME = quirks-1.64
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.70 2012/02/28 05:58:15 ajacoutot Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.71 2012/03/20 16:36:16 naddy Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -283,7 +283,11 @@ my $stem_extensions = {
|
||||
'gpsbabel-gui' => 'gpsbabel-tk',
|
||||
'gnome-extras' => 'gnome-extra',
|
||||
'maatkit' => 'percona-toolkit',
|
||||
'scrotwm' => 'spectrwm'
|
||||
'scrotwm' => 'spectrwm',
|
||||
'gnuls' => 'coreutils',
|
||||
'sh-utils' => 'coreutils',
|
||||
'fileutils' => 'coreutils',
|
||||
'textutils' => 'coreutils'
|
||||
};
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2012/02/18 22:22:41 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2012/03/20 16:36:16 naddy Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
@ -128,9 +128,8 @@ BUILD_DEPENDS+= archivers/zip \
|
||||
archivers/p5-Archive-Zip \
|
||||
print/cups \
|
||||
boost->=1.41.0:devel/boost \
|
||||
misc/fileutils \
|
||||
misc/findutils \
|
||||
textproc/textutils
|
||||
sysutils/coreutils
|
||||
|
||||
MODULES+= lang/python \
|
||||
devel/gettext
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2012/03/15 13:38:33 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/03/20 16:36:16 naddy Exp $
|
||||
|
||||
COMMENT= parametrical modeling of 3D humanoid characters
|
||||
|
||||
@ -23,7 +23,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
|
||||
# gtar(1), PaxHeaders
|
||||
# gcp(1), see pre-configure
|
||||
TAR= ${LOCALBASE}/bin/gtar
|
||||
BUILD_DEPENDS= misc/fileutils \
|
||||
BUILD_DEPENDS= sysutils/coreutils \
|
||||
archivers/gtar
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.147 2012/01/17 08:05:03 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.148 2012/03/20 16:36:16 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.121 1997/11/17 10:14:33 tg Exp $
|
||||
#
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
SUBDIR += dvtm
|
||||
SUBDIR += ent
|
||||
SUBDIR += figlet
|
||||
SUBDIR += fileutils
|
||||
SUBDIR += findutils
|
||||
SUBDIR += ftdi-eeprom
|
||||
SUBDIR += garmin-utils
|
||||
@ -87,7 +86,6 @@
|
||||
SUBDIR += screen
|
||||
SUBDIR += screen,shm
|
||||
SUBDIR += screen,static
|
||||
SUBDIR += sh-utils
|
||||
SUBDIR += shared-desktop-ontologies
|
||||
SUBDIR += shared-mime-info
|
||||
SUBDIR += spdrs60
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.252 2011/11/15 21:40:43 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.253 2012/03/20 16:36:16 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.26 1997/11/20 08:58:51 tg Exp $
|
||||
|
||||
SUBDIR =
|
||||
@ -31,6 +31,7 @@
|
||||
SUBDIR += conky,no_x11
|
||||
SUBDIR += conky,xmms2
|
||||
SUBDIR += consolekit
|
||||
SUBDIR += coreutils
|
||||
SUBDIR += crashme
|
||||
SUBDIR += cyphertite
|
||||
SUBDIR += d-feet
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/09/16 11:41:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/03/20 16:36:16 naddy Exp $
|
||||
|
||||
COMMENT= simple backup tool -- common files
|
||||
|
||||
PKGNAME= backintime-common-${V}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
WRKSRC= ${WRKDIST}/common
|
||||
|
||||
BUILD_DEPENDS= devel/gettext
|
||||
RUN_DEPENDS= misc/fileutils \
|
||||
RUN_DEPENDS= sysutils/coreutils \
|
||||
net/rsync
|
||||
|
||||
SUBST_FILES= backintime config.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.351 2012/03/05 18:06:56 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.352 2012/03/20 16:36:16 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.15 1997/11/22 00:31:24 jseger Exp $
|
||||
|
||||
SUBDIR =
|
||||
@ -343,7 +343,6 @@
|
||||
SUBDIR += swish-e
|
||||
SUBDIR += tcpdf
|
||||
SUBDIR += texi2html
|
||||
SUBDIR += textutils
|
||||
SUBDIR += tre
|
||||
SUBDIR += txt2tags
|
||||
SUBDIR += uncrustify
|
||||
|
Loading…
Reference in New Issue
Block a user