CVS commit: src/external/bsd/pkg_install/lib

2020-12-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec  2 13:54:25 UTC 2020

Modified Files:
src/external/bsd/pkg_install/lib: Makefile

Log Message:
Define PREFIX for pkg_install build.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/pkg_install/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/lib/Makefile
diff -u src/external/bsd/pkg_install/lib/Makefile:1.10 src/external/bsd/pkg_install/lib/Makefile:1.11
--- src/external/bsd/pkg_install/lib/Makefile:1.10	Fri Oct  4 09:47:28 2019
+++ src/external/bsd/pkg_install/lib/Makefile	Wed Dec  2 13:54:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/10/04 09:47:28 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/02 13:54:25 wiz Exp $
 # Original from FreeBSD, no rcs id.
 
 LIBISPRIVATE=	yes
@@ -24,6 +24,7 @@ pkg_install.conf.5: ${DIST}/lib/pkg_inst
 CLEANFILES+=	pkg_install.conf.5
 
 CPPFLAGS+=	-DNETBSD
+CPPFLAGS+=	-DPREFIX=\"/usr/pkg\"
 
 COPTS.plist.c+=	${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=restrict :}
 



CVS commit: src/external/bsd/pkg_install/lib

2010-04-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Apr 23 20:56:01 UTC 2010

Modified Files:
src/external/bsd/pkg_install/lib: Makefile config.h

Log Message:
Update build glue for pkg_install-20100421


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/pkg_install/lib/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/pkg_install/lib/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/lib/Makefile
diff -u src/external/bsd/pkg_install/lib/Makefile:1.8 src/external/bsd/pkg_install/lib/Makefile:1.9
--- src/external/bsd/pkg_install/lib/Makefile:1.8	Thu Aug  6 16:57:20 2009
+++ src/external/bsd/pkg_install/lib/Makefile	Fri Apr 23 20:56:01 2010
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2009/08/06 16:57:20 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2010/04/23 20:56:01 joerg Exp $
 # Original from FreeBSD, no rcs id.
 
 LIBISPRIVATE=	yes
 
 LIB=		install
-SRCS=		automatic.c conflicts.c decompress.c dewey.c \
+SRCS=		automatic.c conflicts.c dewey.c \
 		fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
 		opattern.c parse-config.c pkcs7.c pkg_signature.c \
 		pkgdb.c pkg_io.c plist.c remove.c \

Index: src/external/bsd/pkg_install/lib/config.h
diff -u src/external/bsd/pkg_install/lib/config.h:1.1 src/external/bsd/pkg_install/lib/config.h:1.2
--- src/external/bsd/pkg_install/lib/config.h:1.1	Tue Sep 30 19:19:56 2008
+++ src/external/bsd/pkg_install/lib/config.h	Fri Apr 23 20:56:01 2010
@@ -4,24 +4,9 @@
 /* Define to 1 if you have the assert.h header file. */
 #define HAVE_ASSERT_H 1
 
-/* Define to 1 if you have the `chflags' function. */
-#define HAVE_CHFLAGS 1
-
 /* Define to 1 if you have the ctype.h header file. */
 #define HAVE_CTYPE_H 1
 
-/* Define to 1 if you have the db1/db.h header file. */
-/* #undef HAVE_DB1_DB_H */
-
-/* Define to 1 if you have the `dbopen' function. */
-#define HAVE_DBOPEN 1
-
-/* Define to 1 if you have the db_185.h header file. */
-/* #undef HAVE_DB_185_H */
-
-/* Define to 1 if you have the db.h header file. */
-#define HAVE_DB_H 1
-
 /* Define to 1 if you have the dirent.h header file. */
 #define HAVE_DIRENT_H 1
 
@@ -37,9 +22,6 @@
 /* Define to 1 if you have the fnmatch.h header file. */
 #define HAVE_FNMATCH_H 1
 
-/* Define to 1 if you have the `getrlimit' function. */
-#define HAVE_GETRLIMIT 1
-
 /* Define to 1 if you have the glob.h header file. */
 #define HAVE_GLOB_H 1
 
@@ -58,18 +40,9 @@
 /* Define to 1 if you have the memory.h header file. */
 #define HAVE_MEMORY_H 1
 
-/* Define to 1 if you have the netdb.h header file. */
-#define HAVE_NETDB_H 1
-
 /* Define to 1 if you have the pwd.h header file. */
 #define HAVE_PWD_H 1
 
-/* Define to 1 if you have the regex.h header file. */
-#define HAVE_REGEX_H 1
-
-/* Define to 1 if you have the `setrlimit' function. */
-#define HAVE_SETRLIMIT 1
-
 /* Define to 1 if you have the signal.h header file. */
 #define HAVE_SIGNAL_H 1
 
@@ -103,21 +76,9 @@
 /* Define to 1 if you have the sys/param.h header file. */
 #define HAVE_SYS_PARAM_H 1
 
-/* Define to 1 if you have the sys/poll.h header file. */
-#define HAVE_SYS_POLL_H 1
-
 /* Define to 1 if you have the sys/queue.h header file. */
 #define HAVE_SYS_QUEUE_H 1
 
-/* Define to 1 if you have the sys/resource.h header file. */
-#define HAVE_SYS_RESOURCE_H 1
-
-/* Define to 1 if you have the sys/signal.h header file. */
-#define HAVE_SYS_SIGNAL_H 1
-
-/* Define to 1 if you have the sys/statvfs.h header file. */
-#define HAVE_SYS_STATVFS_H 1
-
 /* Define to 1 if you have the sys/stat.h header file. */
 #define HAVE_SYS_STAT_H 1
 
@@ -130,21 +91,9 @@
 /* Define to 1 if you have the sys/utsname.h header file. */
 #define HAVE_SYS_UTSNAME_H 1
 
-/* Define to 1 if you have the sys/vfs.h header file. */
-/* #undef HAVE_SYS_VFS_H */
-
 /* Define to 1 if you have the sys/wait.h header file. */
 #define HAVE_SYS_WAIT_H 1
 
-/* Define to 1 if you have the termcap.h header file. */
-#define HAVE_TERMCAP_H 1
-
-/* Define to 1 if you have the termios.h header file. */
-#define HAVE_TERMIOS_H 1
-
-/* Define to 1 if you have the `tgetent' function. */
-#define HAVE_TGETENT 1
-
 /* Define to 1 if you have the time.h header file. */
 #define HAVE_TIME_H 1
 
@@ -157,8 +106,8 @@
 /* Define to 1 if you have the vis.h header file. */
 #define HAVE_VIS_H 1
 
-/* Define to 1 if you have the `__db185_open' function. */
-/* #undef HAVE___DB185_OPEN */
+/* Define to 1 if the `z' modifider for printf is missing. */
+/* #undef MISSING_SIZE_T_SUPPORT */
 
 /* Defined when PRIu64 is missing or broken */
 /* #undef NEED_PRI_MACRO */
@@ -173,13 +122,16 @@
 #define PACKAGE_NAME pkg_install
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING pkg_install 20070804
+#define PACKAGE_STRING pkg_install 20090911
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME pkg_install
 

CVS commit: src/external/bsd/pkg_install/lib

2009-04-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Apr 26 14:18:44 UTC 2009

Modified Files:
src/external/bsd/pkg_install/lib: Makefile

Log Message:
Update build system for pkg_install-20090425.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pkg_install/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pkg_install/lib/Makefile
diff -u src/external/bsd/pkg_install/lib/Makefile:1.6 src/external/bsd/pkg_install/lib/Makefile:1.7
--- src/external/bsd/pkg_install/lib/Makefile:1.6	Sat Feb 28 19:36:32 2009
+++ src/external/bsd/pkg_install/lib/Makefile	Sun Apr 26 14:18:44 2009
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2009/02/28 19:36:32 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/26 14:18:44 joerg Exp $
 # Original from FreeBSD, no rcs id.
 
 LIBISPRIVATE=	yes
 
 LIB=		install
 SRCS=		automatic.c conflicts.c decompress.c dewey.c \
-		fexec.c file.c global.c gpgsig.c iterate.c lpkg.c \
+		fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
 		opattern.c parse-config.c pkcs7.c pkg_signature.c \
 		pkgdb.c pkg_io.c plist.c remove.c \
 		str.c version.c var.c vulnerabilities-file.c xwrapper.c