Deleted Added
full compact
lib.h (240476) lib.h (240682)
1/* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 240476 2012-09-14 00:19:06Z jkim $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 240682 2012-09-18 22:09:23Z bapt $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintenance
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:

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

94
95/* The name of the "prefix" environment variable given to scripts */
96#define PKG_PREFIX_VNAME "PKG_PREFIX"
97
98/*
99 * Version of the package tools - increase whenever you make a change
100 * in the code that is not cosmetic only.
101 */
2
3/*
4 * FreeBSD install - a package for the installation and maintenance
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:

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

94
95/* The name of the "prefix" environment variable given to scripts */
96#define PKG_PREFIX_VNAME "PKG_PREFIX"
97
98/*
99 * Version of the package tools - increase whenever you make a change
100 * in the code that is not cosmetic only.
101 */
102#define PKG_INSTALL_VERSION 20120913
102#define PKG_INSTALL_VERSION 20120918
103
104#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
105#define main(argc, argv) real_main(argc, argv)
106
107/* Version numbers to assist with changes in package file format */
108#define PLIST_FMT_VER_MAJOR 1
109#define PLIST_FMT_VER_MINOR 1
110

--- 132 unchanged lines hidden ---
103
104#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
105#define main(argc, argv) real_main(argc, argv)
106
107/* Version numbers to assist with changes in package file format */
108#define PLIST_FMT_VER_MAJOR 1
109#define PLIST_FMT_VER_MINOR 1
110

--- 132 unchanged lines hidden ---