1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

2547 Commits

Author SHA1 Message Date
Jimmy Olgeni
7bbc43f715 Do not say that webmin does not require any external perl modules,
because it's no longer true (see SSL and PAM).
2002-11-11 12:48:47 +00:00
Jimmy Olgeni
8ea3896b5c Add usermin, a subset of webmin for non-administrative tasks. 2002-11-10 20:11:29 +00:00
Jimmy Olgeni
542097997c Use MASTER_SITE_SOURCEFORGE. 2002-11-10 20:08:37 +00:00
Jimmy Olgeni
0855a80d01 xargs -> ${XARGS}. 2002-11-10 19:35:57 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Mario Sergio Fujikawa Ferreira
83deb5a918 o Update to 0.2 fixing typo: use pid instead of parent pid where
appropriate
2002-11-09 19:31:21 +00:00
Akinori MUSHA
96e3b242f0 Update to 20021109.
overall:
- Allow a regular expression or glob pattern against origins as
  pkgname glob pattern.  For example, the following commands work as
  expected now:
	pkg_glob 'lang/*'
	portupgrade lang/ruby
	pkg_info ':(japanese|chinese|korean)/'

- Use install(1) instead of cp(1) and chmod(1) to install modified
  data files such as +CONTENTS.

pkgdb(1):
- Add a new option --autofix, which is a shorthand of --auto --fix
  (-aF).

portupgrade(1):
- Allow specifying a directory after -L.

- Auto-fix dependencies before creating a package.

  PR:		ports/41383
  Submitted by:	Vivek Khera <khera@kciLink.com>

pkgtools.conf(5):
- Add a new configuration variable ALT_PKGDEP, which defines
  alternative dependencies, used by pkgdb -F/-aF.  This makes yet
  another step forward to eliminate the need for manual pkgdb -F's.
2002-11-09 07:38:15 +00:00
Edwin Groothuis
197dfc3321 lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD

Noticed on: bento
2002-11-08 23:03:48 +00:00
Tilman Keskinoz
e2b905cf74 Fix Build on -CURRENT
PR:		42504
Submitted by:	Eirik Nygaard <eirikn@bluezone.no>
2002-11-08 21:02:03 +00:00
Mario Sergio Fujikawa Ferreira
e97feb9a30 o New port pkill version 0.1: NetBSD's pgrep and pkill: find or
signal processes matching criteria
o Based on current NetBSD's pgrep(1) and pkill(1) with the following
  differences:
	1) -STABLE version does not support filtering by session
	   ID since this information is only available in kernel
	   space. -CURRENT supports this.
	2) Added -M and -N flags following ps(1). Therefore, drop
	   additional privileges (drop_privs) if any of those flags
	   are defined.
	3) kvm access without sgid
o Items (2) and (3) are based on jmallett code sent to me for
  inspiration. :) Great thanks to jmallett for that.

Obtained from:	NetBSD CVS (original pkill/pgrep code)
2002-11-08 13:08:21 +00:00
Akinori MUSHA
8bcd8f8426 Apply a hot-fix against a bug where portupgrade(1)/pkgdb(1) leave
temporary files ($TMPDIR/+CONTENTS*).  Bump PORTREVISION for that.

Modify the IGNORE message that is shown when pkg_create(1) is found to
be too old.
2002-11-08 10:51:07 +00:00
Edwin Groothuis
6852fb546e update to 1.6
PR:		ports/44869
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-11-08 04:39:56 +00:00
Mario Sergio Fujikawa Ferreira
0529953cc6 Update to 0.5.5 2002-11-08 00:58:20 +00:00
Tilman Keskinoz
629aa6f400 Remove unnecessary dependency on libglade, I introduced with the last
revision

PR:		43685
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-11-07 22:42:33 +00:00
Tilman Keskinoz
1244d25662 Convert to bsd.gnomeng.mk
Unbreak by not building included gettext
2002-11-07 13:47:12 +00:00
Jimmy Olgeni
30acddd904 Update modules: bind8-1.030-1, firewall-1.030-2, squid-1.030-1. 2002-11-07 10:39:44 +00:00
Cy Schubert
bf8abaf92f Use PORTCOMMENT. 2002-11-07 05:46:03 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Akinori MUSHA
c92490ee1b Update to 20021106.
overall:
- Make these work with ruby 1.7.

portupgrade(1):
- Get portupgrade -s to work again.

- Synchronize the failure reason guesser with the latest "processlogs"
  script.

- Rename -g/--go-on to -k/--keep-going, on the (vague) analogy of
  make(1).
2002-11-06 12:32:32 +00:00
Oliver Braun
a4a17f789a Use PORTCOMMENT variable instead of pkg-comment file.
PR:		ports/44937,ports/44938,ports/44939,ports/44940,ports/44941,
		ports/44942,ports/44943,ports/44944,ports/44945
Submitted by:	maintainer
2002-11-05 21:12:58 +00:00
Christian Weisgerber
2694094a42 C++ fixes for -CURRENT/GCC3.
PR:		44463
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2002-11-05 12:32:05 +00:00
Edwin Groothuis
5a641dbc97 port requires pod2man -> USE_PERL5=yes
Noticed on: bento
2002-11-05 02:09:31 +00:00
Edwin Groothuis
5019ffc91b Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
2002-11-04 22:57:37 +00:00
Jimmy Olgeni
92ff3e4025 Update to version 1.030, with sshd and firewall module patches. 2002-11-04 16:50:44 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Edwin Groothuis
b8a64d94ec PERL -> REINPLACE
and USE_PERL5 in some places

Noticed by: bento
2002-11-04 03:17:29 +00:00
Edwin Groothuis
5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00
Edwin Groothuis
6097f03e91 PERL -> REINPLACE
Noticed on: bento
2002-11-04 02:35:01 +00:00
Edwin Groothuis
a6429924fc PERL -> REINPLACE
Noticed on: bento
2002-11-04 02:18:21 +00:00
Edwin Groothuis
31bf3a3eff PERL -> REINPLACE, Add USE_PERL5=yes too
Noticed on: bento
2002-11-04 02:12:17 +00:00
Eric Melville
1653c680aa Use PORTCOMMENT. 2002-11-03 20:11:51 +00:00
Doug Barton
fea8e52d52 * Update to MASTER_SITE_ISC
* Move pkg-comment into the Makefile
2002-11-03 08:31:33 +00:00
Doug Barton
3ff12d897f shlock doesn't actually need perl, only inn does. Since the dependency
test was breaking builds on -current systems without perl, remove it all.
2002-11-03 08:30:16 +00:00
Jimmy Olgeni
2063bea8a3 Update modules: bind8-1.020-6, file-1.020-4, lpadmin-1.020-6,
mysql-1.020-2, net-1.020-5, quota-1.020-3, status-1.020-4,
usermin-1.020-4.
2002-11-02 22:59:33 +00:00
Jimmy Olgeni
3a436f3efa Whitespace change to get a cleaner diff when updating modules. 2002-11-02 22:31:41 +00:00
Akinori MUSHA
bfd5b9cdfb Issue a patch release 20021103, which fixes a bug where pkgdb -F
failed to delete a stale @pkgdep. (harmless except it didn't work)
2002-11-02 21:30:13 +00:00
Alan Eldridge
61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00
Edwin Groothuis
ac0258ac47 Repair sysutils/pib, make Aleksandr A. Babaylov the new maintainer.
PR:		ports/22399,ports/24493,ports/44323
Submitted by:	PM Lashley <patl@phoenix.volant.org>,Mark Rowlands <mark.rowlands@minmail.net>,Aleksandr A. Babaylov <babolo@aaz.links.ru>
Approved by:	msmith@FreeBSD.org,Aleksandr A. Babaylov <babolo@aaz.links.ru>
2002-11-01 07:30:09 +00:00
Alan Eldridge
7df6fabb8f Changed MAINTAINER to my FreeBSD address. 2002-11-01 04:17:51 +00:00
Akinori MUSHA
4fde241afa Update to 20021101. Since there have been many changes, there could
possibly be a couple of bugs.  Make sure to do your backups as always,
and have fun. :)

overall, pkgdb(3):
- The DEPORIGIN information is fully supported.  Most stale
  dependencies are automatically fixed based on that.

  Hinted by:	sobomax

- Disregard a package if it has a file named "+IGNOREME" in the
  package directory.

  PR:		ports/41237
  Hinted by:	Jerry Murdock <j@jerrymurdock.com>, and some others

pkgdb(1):
- Add a new option -a/auto, used with -F/--fix, which turns on
  automatic mode, in which pkgdb(1) only fixes discrepancies that can
  be fixed 100% obviously and securely, and leaves the others.

- Make pkgdb(1) less verbose when -v is not specified.

portupgrade(1):
- Time the whole session also.

  Requested by:	nork

- Fix a bug in shellwords() where it wrongly interprets \ in '...' as
  meta-character.  This bug or maybe feature was inherited from Perl's
  shellwords.pl / Text::ParseWords.

  Reported by:	Gabriel Ambuehl <gabriel_ambuehl@buz.ch>

- The DEPORIGIN information is fully supported.  It fixes DEPORIGIN
  when a package is upgraded with a different port using -o/--origin,
  and "pkgdb -aF" is automatically called at closing.  This makes
  portupgrade a tad slower but greatly reduces the "pkgdb -F"
  annoyance.

- Fix a race where it rarely failed in updating the pkgdb after
  installation and the user had to run "pkgdb -fu".

- Do not redirect stderr to /dev/null when calling portsclean -L.  Now
  the pkgdb updater's indicator is displayed properly.

- Synchronize the build failure checker with the latest version of
  ports/Tools/portbuild/scripts/processlogs.

- Do not bother with +REQUIRED_BY files when they are mechanically
  generated from @pkgdep information by pkgdb(1).

pkg_fetch(1):
- Try .tgz first on FreeBSD 4.x and prior.  Although .tbz is smaller,
  there are few sites that prepare .tbz packages for FreeBSD 4.x.

pkgtools.conf(5)

- Prepare a new constant OS_PKGBRANCH, which is set to a
  release/branch name that is suitable for specifying a FTP packages
  directory, and make pkg_site_mirror() use it.

  PR:		ports/43265
  Submitted by:	Andriy Gapon <avg@icyb.net.ua>

portsclean(1):
- Suggest using libchk(1) to help manually clean out lib/compat/pkg.

- Improve messages.  Use the word "shadow" to say that a library hides
  another one with the same name.
2002-11-01 00:09:04 +00:00
Patrick Li
0218c673db Update to 1.2.9
PR:		ports/44743
Submitted by:	maintainer
2002-10-30 20:47:14 +00:00
Akinori MUSHA
4d3cb5ee83 Remove a bogus PKGNAMEPREFIX. This is an application called rlogview,
not ruby-rlogview that looks like a library.
2002-10-29 14:27:03 +00:00
Edwin Groothuis
8737b590fa Undo damage done by check if the SED could have been replaced by a
REINPLACE. Thanks to Patrick Li for spotting this.
2002-10-29 05:08:48 +00:00
Edwin Groothuis
8c46d27d7c Unbreak build of sysutils/lcdproc
PR:		ports/44213
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2002-10-29 04:47:25 +00:00
Ying-Chieh Liao
55715f2f7f - Add missing dependency
- Add pkg-message
- Bump portrevision

PR:		44043
Submitted by:	maintainer
2002-10-28 18:24:49 +00:00
Cy Schubert
1b99db799c Use single info-file instead of multiple files.
Submitted by:	demon
2002-10-28 16:29:24 +00:00
Kris Kennaway
83a138a68d Add extra directory 2002-10-28 02:48:08 +00:00
Kris Kennaway
6eaa4e71dd Add missing info files 2002-10-28 01:39:12 +00:00
Hajimu UMEMOTO
9b807f604f make it compilable on -CURRENT, again 2002-10-27 20:25:55 +00:00