1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

1723 Commits

Author SHA1 Message Date
David W. Chapman Jr.
615f647290 Change method in do-extract to ${LN} instead of pax
Change BROKEN= warning to state that it hasn't been tested on 4.x or lower
Use programs Makefile to build and add CFLAGS+= for location of config file
Modify default install location in files/Makefile
Change default location of config file to match default ports config file in diskcheckd.c
Bump PORTREVISION
2001-08-28 16:52:45 +00:00
Peter Pentchev
de8a30b7f5 Add penv-1.0pre2.
penv - 'program environment' or 'ports environment' - is a simple
utility that executes a given command after setting some environment
variables corresponding to the current directory.  This makes it
much easier to keep persistent environment settings for building
the same ports over and over again.

For example, the following series of commands:

$ echo cp1251 > /var/db/penv/databases/mysql323-server/WITH_CHARSET
$ echo all > /var/db/penv/databases/mysql323-server/WITH_XCHARSET

..allows a simple way to build the MySQL-3.23 server with the same
character set configuration every time by doing:

[root@ringworld:/usr/ports/databases/mysql323-server]# penv make

For more information, see the penv.1 manual page and the sample
configuration file in the penv distribution.
2001-08-27 17:17:17 +00:00
Mario Sergio Fujikawa Ferreira
d0de8ab99c New port gkrellflynn version 0.4: Flynn is a tiny system load meter
for gkrellm

PR:		29829
Submitted by:	Patrick Li <pat@databits.net>
2001-08-27 16:52:36 +00:00
Akinori MUSHA
98ecd549fc Update to 20010827c, with readline nits fixed. 2001-08-27 13:44:32 +00:00
James E. Housley
45bf285bb4 Drop MAINTAINERship. I know I am not giving this port the attention
it needs.
2001-08-27 13:42:08 +00:00
Akinori MUSHA
6cec7f4955 Update to 20010827b, with another minor bug fixed.
- Fix a bug where it causes an error when portsdb detects a DB_VERSION
  bump.

  Reported by: Ollivier Robert <roberto@eurocontrol.fr>

- Add a new option for portsdb(1): -f/--force, so you can force it to
  update database regardless of timestamps.
2001-08-27 12:30:56 +00:00
Akinori MUSHA
f6a53f0aca Update to 20010827a, with a couple of silly bugs fixed.
- Bump DB_VERSION, since PkgVersion was changed a bit.

Reported by:	fritz.heinrichmeyer@fernuni-hagen.de

- Add a missing argument for Dir::chdir_do().

Reported by:	"Li-lun Wang (Leland Wang)" <llwang@infor.org>
2001-08-27 07:39:19 +00:00
Akinori MUSHA
c71e1f41de Fix a typo in pkgtools.rb to unbreak pkgdepfix.
Reported by:	"Li-lun Wang (Leland Wang)" <llwang@infor.org>
2001-08-27 06:14:42 +00:00
Akinori MUSHA
44b1c1aa8d Update to 20010827.
pkg_fetch:

- Yet another new utility, which downloads binary packages from a
  remote site.  Optionally it can also download the required packages
  recursively.

portupgrade:

- Do not regard "no package found" as an error when upgrading packages
  with -PP.

pkgdepfix, portsclean -L:

- Fix a problem where the ruby 1.6.4 release fails in error.

  Reported by:	David Wolfskill <david@catwhisker.org>

portcvsweb:

- Explicitly execute a browser via /bin/sh, as the specification says.

other stuff:

- Improve the manpage and the completion definitions.
2001-08-26 19:58:38 +00:00
Akinori MUSHA
ad57c46e5c Update to 20010826a.
- Fix a stupid bug in the last version when generating a pkgname as a
  string.
- Fix a stupid sorting bug in portsclean -L.

and some minor corrections that don't really matter.

Reported by:	Jimmy Olgeni <olgeni@uli.it>
2001-08-26 09:12:30 +00:00
David W. Chapman Jr.
6d061c9647 Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure
BUMP Portrevision
2001-08-25 20:10:21 +00:00
Akinori MUSHA
3ebd3062f3 Update to 20010826.
Overall:

- Support the cases where PORTREVISION == 0 and PORTEPOCH == 0.

portupgrade:

- Add a new option: -l/--log-results, which is used to save the
  results as a file. [new]

- Properly exit with a non-zero status when main() does not return a
  valid value. [fix]

portsclean:

- Finally implement portsclean -L/--libclean, which cleans the old
  shared libraries that are not recorded in the package database.  It
  moves old and orphan shared libraries to ${PREFIX}/lib/compat/pkg.
  [new]

- In concert with this feature, the portupgrade port now digs the
  directory and installs a startup script which runs `ldconfig -m
  ${PREFIX}/lib/compat/pkg'. [new]

- Implement portsclean -DD, which cleans all the distfiles which are
  not referenced from any port that is currently installed, which
  portsclean -D only cleans the distfiles which are not referenced
  from any port in the ports tree. [new]

  Note that -DD runs very fast but removes more, whereas -D runs so
  slow but removes less.

  Idea provided by:	Kris Kennaway <kris@obsecurity.org>

portsdb:

- Do not fail in the case when INDEX.db and INDEX.rbo are not in sync
  somehow. [fix]

- Implement -r/--recursive. (a bit slow, though) [new]

Completions:

- Improve and update zsh compdefs.

- Add completion definitions for bash. [new]

..and several minor improvements.  Enjoy!
2001-08-25 15:14:42 +00:00
Peter Pentchev
b6aa397e9d Update to 1.0pre3.
Use MANCOMPRESSED instead of tweaking MAKE_ENV.
Remove the WRKSRC hack, I've learned to package up my stuff properly.
Change e-mail addresses and URL's to ones at ringlet.net.
2001-08-25 15:10:39 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
David W. Chapman Jr.
8f5f3c3d6d Backout 1.5 of Makefile
ETC is already set so why should configure need to autodetect
Also if you build as non-root you don't have correct perms on etc
2001-08-25 00:03:13 +00:00
David W. Chapman Jr.
b19d32b021 Create ${PREFIX}/etc dir so configure script finds to automagically.
PR:		30038
Submitted by:	leeym@utopia.leeym.com
2001-08-24 22:59:48 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
David W. Chapman Jr.
3074186513 Add initial diskcheckd skeleton while waiting for repo copy. 2001-08-24 14:33:12 +00:00
Hajimu UMEMOTO
63a08ea3d4 Updated to 1.2.2.
Rushed by:	olgeni :-)
2001-08-23 22:21:56 +00:00
Akinori MUSHA
c887316e83 Seems there was a mirroring trouble. (probably my fault)
Just include a typo fix and call it 20010823b.
2001-08-23 12:36:52 +00:00
Kris Kennaway
3a8ffecdd4 Remove extraneous distfile hashes 2001-08-23 11:43:18 +00:00
Kris Kennaway
9656794eb2 Add pstree 2.16, a frontend to ps(1) which displays the process tree as
a tree.

Obtained from:	OpenBSD
2001-08-23 08:54:19 +00:00
Kris Kennaway
0d2b758767 Don't buffer overflow when reading the config file.
Obtained from:	OpenBSD
2001-08-23 08:30:29 +00:00
Akinori MUSHA
7265c072b3 - Fix a typo.
Reported by:	David M. Heller <dheller1@rochester.rr.com>

- Replace another occurrence of /usr/local with ${LOCALBASE}.

- Bump PORTREVISION.
2001-08-23 07:47:23 +00:00
Akinori MUSHA
d9659b79f5 Add a missing entry ("ChangeLog") to pkg-plist.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-08-23 05:28:23 +00:00
Akinori MUSHA
ef76cbbf4c Make pkg_tarup invoke pkg_create(1) and pkg_info(1) with their full
paths, so it works even if /usr/sbin is not in user's PATH.

Reported by:	Christopher Masto <chris@netmonger.net>
2001-08-23 05:25:01 +00:00
Pete Fritchman
35db8cc37d Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by:	ade
2001-08-22 23:07:23 +00:00
David E. O'Brien
b616bcf191 Use a consistant 64-bit int type. 2001-08-22 22:22:06 +00:00
Akinori MUSHA
937fd69693 Update to 20010823. I feel it's getting as stable as before... :)
Overall:
- Fix commands and libraries to run on a statically linked ruby.

- If a command fails to load dynamic modules with dynamically linked ruby,
  restart itself with statically linked ruby.

This is to cope with the 4.3 -> 4.4 upgrade, since ruby's dynamic modules
are under a directory with a name including a FreeBSD version.  Now
portupgrade can upgrade itself and ruby even after a major FreeBSD upgrade.

portupgrade:
- Fix a bug where portupgrade -sS 'su root -c %s' did not properly work.
  [Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>]

portcvsweb:
- Accept a port path as well.

portsdb:

- Adopt better error handling and a better PORTS_DBDIR selection algorithm.

- Check database errors a bit harder.
2001-08-22 21:52:12 +00:00
Akinori MUSHA
bf6d6214f0 Update to 20010822, which fixes some annoying bugs.
Overall:

* Fix a bug where when -R is set the specified package in the first
  place is not included somehow.
  [Reported by: Jose M. Alcaide <jose@we.lc.ehu.es>]

* Improve the path regularization routines.

portsdb:

* Update the INDEX first, and then the database even if the options
  are specified in reversed order. (-uU)

portupgrade:

* Fix a misfeature where "skip" was regarded as failure, when checking
  for dependent ports' build/install failure.
  [Pointed out by: Jimmy Olgeni <olgeni@uli.it>, Jose M. Alcaide
  <jose@we.lc.ehu.es>]

* Do not move a backup package under PKG_DBDIR, but just keep it under
  TMPDIR.  It should not require a large amount of free space in
  PKG_DBDIR.
  [Pointed out by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>]
2001-08-22 07:08:58 +00:00
Alexander Langer
336f6bf4c7 Back out the chmod changes due to general agreement about this issue. 2001-08-21 20:54:05 +00:00
Alexander Langer
23b158aafd More fixes:
- Don't hardcode "gtk12-config", but use GTK_CONFIG and IMLIB_CONFIG vars.
- patch improvement
- plist fixes
- remove added group cdwrite on deinstall

- chown root:cdwrite various utilities used by xcdroast, such as
  cdrecord, and set them chmod 4710.  I don't know if I like this.
  Opinions (Security Officer?)?
2001-08-21 19:50:01 +00:00
David E. O'Brien
d321cc5bb0 Upgrade to 1.7.4. 2001-08-21 19:32:41 +00:00
David E. O'Brien
c9e00131ca Use longs vs. ints in calculating the amount of swap. This fixed getting
negative swap values on an Alpha with 2GB swap.  I should probably use
`long long' for large swap x86 machines.  (anybody want to help test?)
2001-08-21 18:33:51 +00:00
David E. O'Brien
7afb11a355 Update to 4.57.1 which supports 4.4-FreeBSD. 2001-08-21 17:32:10 +00:00
Akinori MUSHA
3c299339fe Update to 20010821, with many improvements.
Overall:
	- Disregard -r and -R when -a is also specified; there is no
	  need to recurse when you do with everything.
	- Fix a bug in -r and -R routines where it might fail in error
	  if dependencies of a package were all wrong.
	  [Caught by: Mamoru Iwaki <iwaki@bsp.bc.niigata-u.ac.jp>]
	- Fix the support for the case where PORTSDIR is a symlink.
	- Squeeze //'s.
	- Run `stty sane' before building each port, on interrupt, and
	  before exit.
	- Accept portorigin_glob and pkgname_glob with paths, except
	  for -x/--exclude.

portupgrade:
	- Fix `portupgrade -Ni' (portinstall -i).
	- Skip ports and packages that once failed, and do not try to
	  upgrade multiple packages of an origin.
	- If a port or a package failed to build or install, skip its
	  dependents.  This behavior can be overridden by the new
	  option, -g/--go-on.

pkgdepfix:
	- Backup +CONTENTS files before removing duplicates.

portsclean:
	- Start implementing -L/--libclean.

misc/tcsh/complete.sample:
	- Add a simple example of tcsh completion definitions.
	  [Contributed by: kuwa@flab.fujitsu.co.jp]
2001-08-21 12:29:39 +00:00
Alexander Langer
01f0b6c7bc Better handling for gtk-config. This is still not perfect.
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
2001-08-20 17:05:10 +00:00
Brian Somers
222cd6b5dd Handle snprintf() returning < 0 (not just -1)
MFC after:	2 weeks
2001-08-20 15:09:33 +00:00
Brian Somers
d390477901 Handle snprintf() returning -1.
MFC after:	2 weeks
2001-08-20 13:24:38 +00:00
Dmitry Sivachenko
40fc1c1564 Finish upgrading to version 2.2. 2001-08-20 10:33:21 +00:00
Akinori MUSHA
1d9fa666db Update to 20010820.
portupgrade:
	Fix -A and -B which were broken when I introduced -L.
	[Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>]

portsdb:
	Implement -M/--master-recursive, -R/--upward-recursive and
	-x/--exclude, and sort the result in dependency order.
2001-08-19 15:36:12 +00:00
Akinori MUSHA
0e40d5d606 Update to 20010819, with small improvements.
portsdb:
	Do not clobber the INDEX file until the new one is ready,
	so you don't have a zero-sized INDEX while updating it.

pkgdepfix:
	Implement an origin duplicates fixer (only invoked when -o is
	specified), and when it fixes one, redo the whole session.

        Make the cyclic dependencies fixer a bit more intelligent.

portcvsweb:
	Conform to the Secure BROWSER (SB) Specification proposed by
	David A. Wheeler.

	cf. http://www.dwheeler.com/browse/secure_browser.html
	    http://www.tuxedo.org/~esr/BROWSER/
2001-08-19 07:29:30 +00:00
Ying-Chieh Liao
94d56e77bd - Dont use gmake anymore
- Remove ugly do-configure and use Makefile.FREEBSD as the Makefile
  for the program
- Add do-install target
- Remove COPYING from installing into docs directory
  (as if we dont got enough copies of the GPL floating around)
- Sort pkg-plist

PR:		29780
Submitted by:	MAINTAINER
2001-08-18 23:22:13 +00:00
Akinori MUSHA
6ace020ffa Update to 20010818b.
- Introduce a new environment variable "PORTS_INDEX", to specify an
  alternate ports INDEX file location.  You can set this to something
  like `/usr/ports/INDEX.txt" not to overwrite the one under the
  control of CVSup/CVS/CTM.

- Fix portinstall (portupgrade -N) which I broke recently by mistake.

- Change the report format.  It shouldn't be too verbose unless you
  specify -v.
2001-08-18 10:02:12 +00:00
Ying-Chieh Liao
9f49242b7a add abck
Manage intrusion attemps recorded in the system log

PR:		29259
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2001-08-18 08:14:46 +00:00
Akinori MUSHA
35eb2ad7c0 Oops, the distfile was named wrong. Bump to 20010818.
Submitted by:	many people
2001-08-18 05:22:30 +00:00
Akinori MUSHA
cd8fb9d41a Update to 20010817b.
- Include the hotfix.
- Unbreak `portversion -t'.
2001-08-17 18:53:04 +00:00
Ying-Chieh Liao
4a056d796f Simplification of idled.sh
PR:		28693
Submitted by:	James Howard <howardjp@well.com>
2001-08-17 16:19:41 +00:00
Akinori MUSHA
4a164369fa Fix the shebang lines of commands to specify the absolute path of
ruby, instead of "/usr/bin/env ruby".

Requested by:	OOTOMO Hiroyuki <wbhacker@tky3.3web.ne.jp>
2001-08-17 14:20:35 +00:00
Ying-Chieh Liao
a26a168208 This patch fixes the following problems:
* cfengine deadlocking in the resolver due to being linked against libc_r
    * cfd issuing 'ioctl:  No such network device' whenever it is invoked.

change maintainer email
add more docs
Patches obtained from Michael Kyle <mike@rainc.com>

PR:		29649
Submitted by:	MAINTAINER
2001-08-17 14:20:09 +00:00