Bumped a number of package versions including glibc-2.35 and gcc-12.1.0
This commit is contained in:
parent
8fc87adccb
commit
2b8d1580e5
11 changed files with 40 additions and 97 deletions
|
@ -68,7 +68,7 @@ subdirs += util-linux
|
|||
# for musl
|
||||
#subdirs += musl-fts
|
||||
subdirs += e2fsprogs
|
||||
subdirs += haveged
|
||||
#subdirs += haveged
|
||||
subdirs += eudev
|
||||
subdirs += skalibs
|
||||
subdirs += execline
|
||||
|
|
|
@ -2,13 +2,11 @@
|
|||
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
||||
#
|
||||
distname = bc
|
||||
patches += bc-configure.patch
|
||||
no_objdir = 1
|
||||
include world.mk
|
||||
export PREFIX = /usr
|
||||
export CC = $(tgt)-gcc
|
||||
export HOSTCC = gcc
|
||||
export HOSTCFLAGS = -std=c99
|
||||
export CFLAGS = -std=c99 --sysroot=$(DESTDIR)
|
||||
config_cmd = $(srcdir)/configure.sh -G -O3
|
||||
config_cmd = cd $(objdir) && $(srcdir)/configure.sh -G -O3
|
||||
include targets.mk
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
diff -Naur bc-3.2.5.orig/configure bc-3.2.5/configure
|
||||
--- bc-3.2.5.orig/configure.sh 2021-01-30 19:35:41.000000000 -0500
|
||||
+++ bc-3.2.5/configure.sh 2021-02-02 11:45:45.393574823 -0500
|
||||
@@ -609,7 +609,6 @@
|
||||
help* | bc-only* | dc-only* | coverage* | debug*)
|
||||
usage "No arg allowed for --$arg option" ;;
|
||||
disable-bc* | disable-dc* | disable-clean*)
|
||||
- disable-extra-math*)
|
||||
usage "No arg allowed for --$arg option" ;;
|
||||
disable-generated-tests* | disable-history*)
|
||||
usage "No arg allowed for --$arg option" ;;
|
|
@ -1,49 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.10 2018/08/12 09:03:21 christos Exp $
|
||||
# $FreeBSD: head/usr.bin/grep/Makefile 210389 2010-07-22 19:11:57Z gabor $
|
||||
# $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $
|
||||
|
||||
PROG= grep
|
||||
SRCS= fastgrep.c file.c grep.c queue.c util.c
|
||||
|
||||
LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
|
||||
${BINDIR}/grep ${BINDIR}/fgrep \
|
||||
${BINDIR}/grep ${BINDIR}/zgrep \
|
||||
${BINDIR}/grep ${BINDIR}/zegrep \
|
||||
${BINDIR}/grep ${BINDIR}/zfgrep
|
||||
|
||||
MLINKS= grep.1 egrep.1 \
|
||||
grep.1 fgrep.1 \
|
||||
grep.1 zgrep.1 \
|
||||
grep.1 zegrep.1 \
|
||||
grep.1 zfgrep.1
|
||||
|
||||
.if empty(HOST_CPPFLAGS:M*-DWITHOUT_GZIP*)
|
||||
LDADD+= -lz
|
||||
DPADD+= ${LIBZ}
|
||||
.endif
|
||||
|
||||
.if empty(HOST_CPPFLAGS:M*-DWITHOUT_BZ2*)
|
||||
LDADD+= -lbz2
|
||||
DPADD+= ${LIBBZ2}
|
||||
.endif
|
||||
|
||||
.if empty(HOST_CPPFLAGS:M*-DWITHOUT_NLS*)
|
||||
.PATH: ${.CURDIR}/nls
|
||||
|
||||
NLS= C.msg \
|
||||
es_ES.ISO8859-1.msg \
|
||||
gl_ES.ISO8859-1.msg \
|
||||
hu_HU.ISO8859-2.msg \
|
||||
ja_JP.eucJP.msg \
|
||||
ja_JP.SJIS.msg \
|
||||
ja_JP.UTF-8.msg \
|
||||
pt_BR.ISO8859-1.msg \
|
||||
ru_RU.KOI8-R.msg \
|
||||
uk_UA.UTF-8.msg \
|
||||
zh_CN.UTF-8.msg
|
||||
.endif
|
||||
|
||||
COPTS.grep.c += -Wno-format-nonliteral
|
||||
COPTS.util.c += -Wno-format-nonliteral
|
||||
|
||||
.include <bsd.prog.mk>
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
distname = elfutils
|
||||
distext = bz2
|
||||
patches += elfutils-wnoerror.patch
|
||||
#patches += elfutils-wnoerror.patch
|
||||
#patches += elfutils-musl-no-error.patch
|
||||
#patches += elfutils-musl-no-cdefs.patch
|
||||
include world.mk
|
||||
|
|
|
@ -14,7 +14,6 @@ define post_install
|
|||
install -d $(docdir)/expat/$(expat_version)
|
||||
install -m644 $(srcdir)/doc/*.html $(docdir)/expat/$(expat_version)
|
||||
install -m644 $(srcdir)/doc/*.css $(docdir)/expat/$(expat_version)
|
||||
install -m644 $(srcdir)/doc/*.png $(docdir)/expat/$(expat_version)
|
||||
endef
|
||||
|
||||
include targets.mk
|
||||
|
|
|
@ -23,8 +23,11 @@ PKG_CONFIG:=pkg-config
|
|||
AR:=$(tgt)-ar
|
||||
CC:=$(tgt)-gcc
|
||||
YACC:=bison
|
||||
TC_CONFIG_IPSET:=y
|
||||
LIBDIR:=/usr/lib
|
||||
IP_CONFIG_SETNS:=y
|
||||
CFLAGS += -DHAVE_SETNS
|
||||
CFLAGS += -DHAVE_HANDLE_AT
|
||||
HAVE_ELF:=y
|
||||
CFLAGS += -DHAVE_ELF
|
||||
LDLIBS += -lelf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue