Deleted Added
full compact
lib.h (179760) lib.h (180361)
1/* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 179760 2008-06-12 15:21:13Z flz $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 180361 2008-07-08 03:21:05Z keramida $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 90 unchanged lines hidden (view full) ---

100
101/* The name of the "prefix" environment variable given to scripts */
102#define PKG_PREFIX_VNAME "PKG_PREFIX"
103
104/*
105 * Version of the package tools - increase only when some
106 * functionality used by bsd.port.mk is changed, added or removed
107 */
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 90 unchanged lines hidden (view full) ---

100
101/* The name of the "prefix" environment variable given to scripts */
102#define PKG_PREFIX_VNAME "PKG_PREFIX"
103
104/*
105 * Version of the package tools - increase only when some
106 * functionality used by bsd.port.mk is changed, added or removed
107 */
108#define PKG_INSTALL_VERSION 20080612
108#define PKG_INSTALL_VERSION 20080708
109
110#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
111#define main(argc, argv) real_main(argc, argv)
112
113/* Version numbers to assist with changes in package file format */
114#define PLIST_FMT_VER_MAJOR 1
115#define PLIST_FMT_VER_MINOR 1
116

--- 132 unchanged lines hidden ---
109
110#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
111#define main(argc, argv) real_main(argc, argv)
112
113/* Version numbers to assist with changes in package file format */
114#define PLIST_FMT_VER_MAJOR 1
115#define PLIST_FMT_VER_MINOR 1
116

--- 132 unchanged lines hidden ---