mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
updated
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
# $FreeBSD: head/ports-mgmt/pkg/Makefile 562140 2021-01-20 14:35:40Z manu $
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.17.5
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= pkg@FreeBSD.org
|
||||
COMMENT= Package manager
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix="${PREFIX}"
|
||||
CONFIGURE_ENV= CC_FOR_BUILD="${CC}"
|
||||
|
||||
# Use a submake as 'deinstall install' needs to reevaluate PKG_REGISTER
|
||||
# so that pkg-static is used from the wrkdir
|
||||
USE_SUBMAKE= yes
|
||||
CFLAGS+= -Wno-error
|
||||
PKG_DEPENDS= #
|
||||
#LIBLZMA_LIBS= -llzma
|
||||
|
||||
post-patch:
|
||||
# ${REINPLACE_CMD} -e "s|-llzma|${LIBLZMA_LIBS}|g" ${WRKSRC}/auto.def \
|
||||
# ${WRKSRC}/src/Makefile.autosetup ${WRKSRC}/tests/Makefile.autosetup
|
||||
${REINPLACE_CMD} -e 's,libdata/pkgconfig,lib/pkgconfig,' ${WRKSRC}/auto.def
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1651959887
|
||||
SHA256 (freebsd-pkg-1.17.5_GH0.tar.gz) = 4ee22102c136898ec19e6359079a492dc898309bc284dd26e9ec9f5d8b5bae77
|
||||
SIZE (freebsd-pkg-1.17.5_GH0.tar.gz) = 3898974
|
||||
@@ -1,34 +0,0 @@
|
||||
--- docs/pkg.8.orig 2015-04-14 18:00:21 UTC
|
||||
+++ docs/pkg.8
|
||||
@@ -29,7 +29,7 @@
|
||||
.Op Fl d
|
||||
.Op Fl l
|
||||
.Op Fl N
|
||||
-.Op Fl j Ao jail name or id Ac | Fl c Ao chroot path Ac | Fl r Ao root directory Ac
|
||||
+.Op Fl j Ao chroot path Ac | Fl r Ao root directory Ac
|
||||
.Op Fl C Ao configuration file Ac
|
||||
.Op Fl R Ao repository configuration directory Ac
|
||||
.Op Fl 4 | Fl 6
|
||||
@@ -144,22 +144,6 @@ is installed and activated:
|
||||
# pkg_install-specifics
|
||||
fi
|
||||
.Ed
|
||||
-.It Fl j Ao jail name or id Ac , Cm --jail Ao jail name or id Ac
|
||||
-.Nm
|
||||
-will execute in the given
|
||||
-.Ao jail name or id Ac ,
|
||||
-where
|
||||
-.Em name
|
||||
-matches
|
||||
-.Dq Cm jls Ar name
|
||||
-and
|
||||
-.Em id
|
||||
-matches
|
||||
-.Dq Cm jls Ar jid .
|
||||
-See
|
||||
-.Xr jail 8
|
||||
-and
|
||||
-.Xr jls 8 .
|
||||
.It Fl c Ao chroot path Ac , Cm --chroot Ao chroot path Ac
|
||||
.Nm
|
||||
will chroot in the
|
||||
@@ -1,11 +0,0 @@
|
||||
--- libpkg/pkg_jobs.c.orig 2019-09-18 07:11:10 UTC
|
||||
+++ libpkg/pkg_jobs.c
|
||||
@@ -74,7 +74,7 @@ struct pkg_jobs_locked {
|
||||
int (*locked_pkg_cb)(struct pkg *, void *);
|
||||
void *context;
|
||||
};
|
||||
-static __thread struct pkg_jobs_locked *pkgs_job_lockedpkg;
|
||||
+static struct pkg_jobs_locked *pkgs_job_lockedpkg;
|
||||
|
||||
#define IS_DELETE(j) ((j)->type == PKG_JOBS_DEINSTALL || (j)->type == PKG_JOBS_AUTOREMOVE)
|
||||
|
||||
@@ -1,113 +0,0 @@
|
||||
#ifndef _PKG_CONFIG_H
|
||||
#define _PKG_CONFIG_H
|
||||
#define HAVE_ARC4RANDOM 1
|
||||
/* #undef HAVE_ARC4RANDOM_STIR */
|
||||
#define HAVE_ARCHIVE_READ_OPEN 1
|
||||
#define HAVE_ARCHIVE_WRITE_ADD_FILTER_ZSTD 1
|
||||
#define HAVE_ATOMIC_BUILTINS 1
|
||||
/* #undef HAVE_BASENAME_R */
|
||||
/* #undef HAVE_BSD_ERR_H */
|
||||
/* #undef HAVE_BSD_LIBUTIL_H */
|
||||
/* #undef HAVE_BSD_READPASSPHRASE_H */
|
||||
/* #undef HAVE_BSD_STDIO_H */
|
||||
/* #undef HAVE_BSD_STRING_H */
|
||||
/* #undef HAVE_BSD_STRLIB_H */
|
||||
/* #undef HAVE_BSD_SYS_CDEFS_H */
|
||||
/* #undef HAVE_BSD_UNISTD_H */
|
||||
#define HAVE_BZ2_BZREADOPEN 1
|
||||
#define HAVE_CAPSICUM 1
|
||||
#define HAVE_CAP_SANDBOXED 1
|
||||
#define HAVE_CHFLAGSAT 1
|
||||
#define HAVE_CLOSEFROM 1
|
||||
#define HAVE_DECL_BE16DEC 1
|
||||
#define HAVE_DECL_BE16ENC 1
|
||||
#define HAVE_DECL_BE32DEC 1
|
||||
#define HAVE_DECL_BE32ENC 1
|
||||
#define HAVE_DECL_BE64DEC 1
|
||||
#define HAVE_DECL_BE64ENC 1
|
||||
#define HAVE_DECL_F_CLOSEM 0
|
||||
#define HAVE_DECL_HUMANIZE_NUMBER 1
|
||||
#define HAVE_DECL_LE16DEC 1
|
||||
#define HAVE_DECL_LE16ENC 1
|
||||
#define HAVE_DECL_LE32DEC 1
|
||||
#define HAVE_DECL_LE32ENC 1
|
||||
#define HAVE_DECL_LE64DEC 1
|
||||
#define HAVE_DECL_LE64ENC 1
|
||||
#define HAVE_DECL_SOCK_SEQPACKET 1
|
||||
#define HAVE_DIRENT_H 1
|
||||
#define HAVE_DIRFD 1
|
||||
#define HAVE_DLCLOSE 1
|
||||
#define HAVE_EACCESS 1
|
||||
#define HAVE_ELF_HINTS_H 1
|
||||
/* #undef HAVE_ELF_NOTE */
|
||||
/* #undef HAVE_ENDIAN_H */
|
||||
#define HAVE_FACCESSAT 1
|
||||
#define HAVE_FCHOWN 1
|
||||
#define HAVE_FCNTL_H 1
|
||||
#define HAVE_FDATASYNC 1
|
||||
#define HAVE_FFLAGSTOSTR 1
|
||||
#define HAVE_FOPENCOOKIE 1
|
||||
#define HAVE_FSTATAT 1
|
||||
#define HAVE_FSTATFS 1
|
||||
#define HAVE_FTS_OPEN 1
|
||||
#define HAVE_FUNOPEN 1
|
||||
#define HAVE_GELF_GETEHDR 1
|
||||
#define HAVE_GELF_H 1
|
||||
#define HAVE_GETPROGNAME 1
|
||||
#define HAVE_GMTIME_R 1
|
||||
#define HAVE_HUMANIZE_NUMBER 1
|
||||
#define HAVE_INTTYPES_H 1
|
||||
#define HAVE_ISNAN 1
|
||||
#define HAVE_JAIL_GETID 1
|
||||
#define HAVE_LIBELF 1
|
||||
#define HAVE_LIBELF_H 1
|
||||
#define HAVE_LIBJAIL 1
|
||||
#define HAVE_LIBMD 1
|
||||
#define HAVE_LIBUTIL 1
|
||||
#define HAVE_LIBUTIL_H 1
|
||||
#define HAVE_LINK_H 1
|
||||
#define HAVE_LOCALTIME_R 1
|
||||
#define HAVE_LSTAT 1
|
||||
#define HAVE_LZMA_VERSION_STRING 1
|
||||
#define HAVE_MACHINE_ENDIAN_H 1
|
||||
#define HAVE_MEMMOVE 1
|
||||
#define HAVE_NETINET_IN_H 1
|
||||
#define HAVE_OPENAT 1
|
||||
#define HAVE_OSRELDATE_H 1
|
||||
#define HAVE_PKG_CONFIG 1
|
||||
#define HAVE_PREAD 1
|
||||
/* #undef HAVE_PROC_PID */
|
||||
#define HAVE_PWRITE 1
|
||||
#define HAVE_READLINK 1
|
||||
#define HAVE_READLINKAT 1
|
||||
#define HAVE_READPASSPHRASE_H 1
|
||||
#define HAVE_REALLOCARRAY 1
|
||||
#define HAVE_SHA256_DATA 1
|
||||
#define HAVE_STATIC 1
|
||||
#define HAVE_STDINT_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STRCHRNUL 1
|
||||
#define HAVE_STRERROR_R 1
|
||||
#define HAVE_STRNSTR 1
|
||||
#define HAVE_STRTOFFLAGS 1
|
||||
#define HAVE_STRTONUM 1
|
||||
#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
|
||||
#define HAVE_STRUCT_STAT_ST_FLAGS 1
|
||||
#define HAVE_STRUCT_STAT_ST_MTIM 1
|
||||
#define HAVE_SYSCONF 1
|
||||
#define HAVE_SYS_CAPSICUM_H 1
|
||||
#define HAVE_SYS_ELF_COMMON_H 1
|
||||
#define HAVE_SYS_ENDIAN_H 1
|
||||
#define HAVE_SYS_PROCCTL_H 1
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
/* #undef HAVE_SYS_STATFS_H */
|
||||
#define HAVE_SYS_STATVFS_H 1
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
#define HAVE_UNLINKAT 1
|
||||
#define HAVE_USLEEP 1
|
||||
#define HAVE_UTIMENSAT 1
|
||||
#define HAVE_ZLIBVERSION 1
|
||||
#define HAVE_ZSTD_VERSIONNUMBER 1
|
||||
#define HAVE___RES_QUERY 1
|
||||
#define HAVE___RES_SETSERVERS 1
|
||||
#endif
|
||||
@@ -1,3 +0,0 @@
|
||||
Package management tool
|
||||
|
||||
WWW: https://github.com/freebsd/pkg
|
||||
@@ -1,64 +0,0 @@
|
||||
etc/bash_completion.d/_pkg.bash
|
||||
etc/periodic/daily/411.pkg-backup
|
||||
etc/periodic/daily/490.status-pkg-changes
|
||||
etc/periodic/security/410.pkg-audit
|
||||
etc/periodic/security/460.pkg-checksum
|
||||
etc/periodic/weekly/400.status-pkg
|
||||
include/pkg.h
|
||||
include/pkg/audit.h
|
||||
lib/libpkg.a
|
||||
lib/libpkg.so
|
||||
lib/libpkg.so.4
|
||||
lib/pkgconfig/pkg.pc
|
||||
libdata/ldconfig/pkg
|
||||
man/man3/pkg_create.3.gz
|
||||
man/man3/pkg_printf.3.gz
|
||||
man/man3/pkg_repos.3.gz
|
||||
man/man5/pkg-keywords.5.gz
|
||||
man/man5/pkg-lua-script.5.gz
|
||||
man/man5/pkg-repository.5.gz
|
||||
man/man5/pkg-script.5.gz
|
||||
man/man5/pkg-triggers.5.gz
|
||||
man/man5/pkg.conf.5.gz
|
||||
man/man8/pkg-add.8.gz
|
||||
man/man8/pkg-alias.8.gz
|
||||
man/man8/pkg-annotate.8.gz
|
||||
man/man8/pkg-audit.8.gz
|
||||
man/man8/pkg-autoremove.8.gz
|
||||
man/man8/pkg-backup.8.gz
|
||||
man/man8/pkg-check.8.gz
|
||||
man/man8/pkg-clean.8.gz
|
||||
man/man8/pkg-config.8.gz
|
||||
man/man8/pkg-create.8.gz
|
||||
man/man8/pkg-delete.8.gz
|
||||
man/man8/pkg-fetch.8.gz
|
||||
man/man8/pkg-info.8.gz
|
||||
man/man8/pkg-install.8.gz
|
||||
man/man8/pkg-lock.8.gz
|
||||
man/man8/pkg-query.8.gz
|
||||
man/man8/pkg-register.8.gz
|
||||
man/man8/pkg-remove.8.gz
|
||||
man/man8/pkg-repo.8.gz
|
||||
man/man8/pkg-rquery.8.gz
|
||||
man/man8/pkg-search.8.gz
|
||||
man/man8/pkg-set.8.gz
|
||||
man/man8/pkg-shell.8.gz
|
||||
man/man8/pkg-shlib.8.gz
|
||||
man/man8/pkg-ssh.8.gz
|
||||
man/man8/pkg-static.8.gz
|
||||
man/man8/pkg-stats.8.gz
|
||||
man/man8/pkg-triggers.8.gz
|
||||
man/man8/pkg-unlock.8.gz
|
||||
man/man8/pkg-update.8.gz
|
||||
man/man8/pkg-updating.8.gz
|
||||
man/man8/pkg-upgrade.8.gz
|
||||
man/man8/pkg-version.8.gz
|
||||
man/man8/pkg-which.8.gz
|
||||
man/man8/pkg.8.gz
|
||||
sbin/pkg
|
||||
sbin/pkg-static
|
||||
share/zsh/site-functions/_pkg
|
||||
@dir etc/bash_completion.d
|
||||
@dir include/pkg
|
||||
@dir share/zsh/site-functions
|
||||
@dir share/zsh
|
||||
Reference in New Issue
Block a user