This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
usr.sbin
/
pkg_install
/
lib
History
David E. O'Brien
f4a324ac51
Add a -q flag to pkg_version. It suppresses the output of <,=,>.
...
This makes it possible to "portupgrade `pkg_version -q -l '<'`".
2004-10-18 05:34:54 +00:00
..
deps.c
- pkg_info: flag -r: (show packages this packages depends on (documentation change))
2004-06-29 18:59:19 +00:00
exec.c
…
file.c
Use the length modifier 'll' instead of 'q' to print long longs.
2004-07-28 16:03:13 +00:00
global.c
Add a -q flag to pkg_version. It suppresses the output of <,=,>.
2004-10-18 05:34:54 +00:00
lib.h
Add a -q flag to pkg_version. It suppresses the output of <,=,>.
2004-10-18 05:34:54 +00:00
Makefile
Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.
2004-08-12 20:06:01 +00:00
match.c
- pkg_add spawns itself as argv[0] when installing dependent packages, to
2004-06-29 19:06:42 +00:00
msg.c
…
pen.c
Use the length modifier 'll' instead of 'q' to print long longs.
2004-07-28 16:03:13 +00:00
pkgwrap.c
…
plist.c
Downgrade WARNS level to more tolerable value. Attempt to fix
2004-07-28 07:19:15 +00:00
str.c
…
url.c
- pkg_add spawns itself as argv[0] when installing dependent packages, to
2004-06-29 19:06:42 +00:00
version.c
- complete rewrite of the version number parsing code, restoring compatibiliy of 5.x with 4.x and portupgrade
2004-06-29 18:52:13 +00:00