Commit graph

999 commits

Author SHA1 Message Date
Florent Thoumie
128460e57c - Convert to USE_LDCONFIG.
PR:		ports/93186
Submitted by:	$self
Approved by:	maintainer
2006-05-29 17:45:34 +00:00
Doug Barton
b1c2ec1745 Vastly improve handling of moved ports:
1. Update DEPORIGIN in addition to @pkgdep entries in +CONTENTS
2. Give more details about why a port moved
3. grep for the old port name in existing +CONTENTS files, since the
new name will not appear at all

Also, stretch the window to wait for a background 'make checksum' to
complete to 5 seconds instead of 3
2006-05-29 10:12:31 +00:00
Pav Lucistnik
e36b48b1bf - Bail out gracefully when executed as non-root
PR:		ports/98032
Submitted by:	marko
2006-05-28 20:40:49 +00:00
Colin Percival
1212c2eaf4 Update portsnap to version 1.1, to reflect three months of development in
the src tree.

PR:		ports/93901, bin/96288
Sponsored by:   FreeBSD security development fundraiser
2006-05-26 23:36:12 +00:00
Doug Barton
e5abb647ca Bump the version number of the port for the new version of the script 2006-05-20 06:28:40 +00:00
Doug Barton
6e59fecc9c 1. Implemented recursive 'make config' at the beginning of the run, so it's
easier to leave it running unattended for large updates. (This can be
toggled off.)
2. Implemented a completely unattended mode which accepts the defaults for
all portmaster dialogues. (Note, this does not help with ports that have
interaction other than 'make config', such as ghostscript, etc.)
3. Added -u to sort(1) calls to try and address a bug report about duplicate
lines in +REQUIRED_BY files. I was not able to reproduce this bug, but
better safe than sorry.
4. Verbose mode is now slightly more informative about what's happening.
5. More common code factored out into functions.
6. The -n flag now cancels the build of the port called on the command line too.
7. Improved (?) the stale distfile deletion routine to better handle ports
that have multiple distfiles.
8. We now launch 'make checksum' (which performs a fetch if needed) in the
background while recursing through dependencies.
9. Various code cleanups, such as adding -t to a mktemp invocation that was
missing it, more local variables in functions, more consistent flag variable
values, etc.
2006-05-20 06:25:56 +00:00
Sam Lawrance
e3749d8c6a Update to 0.1.1. [1]
Update maintainer's email address.

PR:		ports/96620 [1]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1]
Approved by:	semionov@mail.bg (maintainer)
2006-05-15 11:48:05 +00:00
Sam Lawrance
8fb98fb04e Make bpm capable of handling ports with OPTIONS by using zenity to
display them.

PR:		ports/96149
Submitted by:	Panagiotis Astithas <past@ebs.gr>
Approved by:	Seth Kingsley <sethk@meowfishies.com> (maintainer)
2006-05-14 15:00:04 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Ion-Mihai Tetcu
9d84cc1d36 Depend on the right databases/p5-DBD-mysql
Don't restrict Apache version to 1.3

The csup change won't work now, and the port should be updated - as promised by
the maintainer 3 weeks ago.

PR:		ports/94288
Submitted by:	itetcu (me), maintainer
Reviewed by:	maintianer, jmelo, sem
Approved by:	maintaner, lawrance (mentor)
2006-05-12 13:48:12 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Stefan Walter
a8f97fb786 Convert MAINTAINER to my freebsd.org account. 2006-05-07 13:32:13 +00:00
Sergei Kolobov
4073a04ab6 - Update to 0.77:
- fixed a stupid bug in port create: quote arguments passed to newfile(1);
    thanks Radim Kolar for reporting it
2006-05-06 11:42:34 +00:00
Sergei Kolobov
d870c70dbf - Update to 0.76 (bugfix release, see NEWS for the list of changes)
- Remove patches that have now been integrated upstream [1],[3]

PR:		ports/70156 [1],
		ports/70300 [2],
		ports/71363 [3],
		ports/94055 [4]
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> [1],
		Janos Mohacsi <janos.mohacsi@bsd.hu> [2],
		Yen-Ming Lee <leeym@utopia.leeym.com> [3],
		Diane Bruce <db@net.net> [4]
2006-05-02 14:20:08 +00:00
Vasil Dimov
1dd26de30c Update from 1.2.2 to 1.2.3:
* bugfix: do not ignore option for case-insensitivity when searching
  for packing list files
* added "-b something" option to simulate -f '/something$', since I got
  tired of typing the later
2006-05-02 07:13:34 +00:00
Sergei Kolobov
a3f2b08fac - Update to 0.75:
- 4 new commands added: commit, getpr, install, upgrade
2006-04-30 23:09:03 +00:00
Pav Lucistnik
5a46ec5ed1 - Update to 20060430, which uses pkg_delete instead of pkg_deinstall
- Remove dependency on sysutils/portupgrade

PR:		ports/96558
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2006-04-30 20:59:44 +00:00
Mark Linimon
d49fa6d724 Track Mk/bsd.port.mk r1.530. 2006-04-29 23:13:39 +00:00
Edwin Groothuis
76481bba99 [patch] Clarify using instructions for sysutils/newportsversioncheck
There are two patches in the PR mentioned bye pkg-message, but
    this tool depends on the first one and doesn't work with the
    second one.  This should be clearly mentioned.

PR:		ports/96100
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2006-04-20 22:54:56 +00:00
Simon L. B. Nielsen
75654bee2f Avoid unnecessary invocations of pkg_info by checking whether the
package is installed or not using a precalculated regex.

This speeds up "portaudit -a" with around a factor of 10.

The change is slightly modified from the one from the PR by using
pkg_info -aE instead of ls /var/db/pkg for determining installed
packages.

Submitted by:	Kuang-che Wu <kcwu@csie.org>
PR:		ports/92942
2006-04-16 13:32:28 +00:00
Mark Linimon
d9ec3e9cf7 Perform the hand-merge. 2006-04-15 05:59:15 +00:00
Kirill Ponomarev
9c30dc6770 Backout previous commit because all changes here should be merged by
hand and honestly, I have neither time nor energy for this game.

Submitted by:	linimon
2006-04-15 03:05:10 +00:00
Kirill Ponomarev
f45c8ee6fb Merge changes for the next experimental build. 2006-04-13 17:36:07 +00:00
Joe Marcus Clarke
76963402b0 Remove USE_REINPLACE to give portlint a better self-image.
PR:		95448
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-07 00:08:00 +00:00
Sergey Matveychuk
cde886b081 - Update to 20060403
- Add WWW: line in pkg-descr

PR:		ports/95246
Submitted by:	maintainer
2006-04-05 10:59:42 +00:00
Jean Milanez Melo
00005af5c4 - Add some messages in pkg-message that were missing.
PR: 95007
Approved by: Andreas Kohn (maintainer), mnag (mentor)
2006-04-04 17:52:03 +00:00
Mark Linimon
c7ae147d99 Bring these up to the level that was committed to the master files on
2006/02/11 - 2006/02/23.

Originally forgotten by:	linimon
2006-03-20 09:53:04 +00:00
Joe Marcus Clarke
86d88b7290 Update to 2.8.7.
* Remove support for PERL_{BUILD,RUN}_DEPENDS

Approved by:	portmgr (implicit)
2006-03-12 19:19:43 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Renato Botelho
86d7e02315 - Update to 1.1
A bug in psearch 1.0 leads to the --or switch being completely broken.
psearch 1.1 fixes that. There are no other changes.

PR:		ports/93946
Submitted by:	maintainer
Approved by:	portmgr (linimon)
2006-02-28 21:30:56 +00:00
Kris Kennaway
0e29aa754a Try to clean up lib/compat and lib/compat/pkg at deinstall.
Approved by:	portmgr (implicit)
2006-02-26 00:05:41 +00:00
Joe Marcus Clarke
e74a06afb7 Update to 2.8.6, and sync with my own CVS repo.
Pointy hat to:	ade
Approved by:	portmgr (implicit)
2006-02-25 06:16:48 +00:00
Edwin Groothuis
8ba0b7f392 Move maintainership to andreas@syndrom23.de
Approved by: portmgr (linimon)
2006-02-24 02:28:02 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Kris Kennaway
bce8e54a02 Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation 2006-02-23 08:28:48 +00:00
Emanuel Haupt
b7cc3765df - Add a patch to fix a crash when trying to remove a MOVED port with -y option
- Bump PORTREVISION

PR:		93178
Submitted by:	Eric <eric7wang@gmail.com>
2006-02-23 02:15:38 +00:00
Doug Barton
3592c37af4 Improve the description, and add a WWW link. 2006-02-21 04:05:41 +00:00
Doug Barton
5c9a8c6104 Add my portmaster utility. This is a shell script to manage ports
that does not require external databases or languages.
2006-02-20 23:29:03 +00:00
Jean-Yves Lefort
678414b6d4 Add psearch.
psearch is an utility for searching the FreeBSD Ports Collection.

It allows you to use regular expressions, and has support for searching
the long description (pkg-descr files), as well as inverse matches that
allow filtering of ports.

WWW: http://www.maxlor.com/freebsd-scripts.shtml

PR:		ports/93490
Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
2006-02-18 10:13:36 +00:00
Joe Marcus Clarke
ecae66b28e Update to 2.8.5.
* Add a check for .mo (translation) files, and warn if USE_GETTEXT is not
  set. [1]
* Make sure USE_RC_SUBR checking does macro expansion to catch cases were
  USE_RC_SUBR=${PORTNAME} (for example). [2]

PR:		93273 [2]
Requested by:	kris [1]
2006-02-14 03:20:13 +00:00
Edwin Groothuis
6e47d185ff fix pkg-plist 2006-02-12 20:37:47 +00:00
Joe Marcus Clarke
79ded35e93 Update to 2.8.4.
* Add a check to see if PORTREVISION=0 in master ports. [1]
* Add checks for direct use of the pkg_* commands. [2]
* Add a check that if a port is new, it is not maintained by
  ports@FreeBSD.org. [3]
* Do not warn about .la files if USE_KDELIBS_VER is set. [4]
* Add a check for deprecated use of USE_RC_SUBR along with checks for its
  proper use. [5]

PR:		91324 [1]
		92888 [2]
		92665 [3]
		92586 [4]
Submitted by:	lofi [4]
		dougb [5]
2006-02-11 23:09:42 +00:00
Edwin Groothuis
44b93d6888 Update port: misc/tinderbox to 2.3.0 + enhancements
* update from 2.2.1 to 2.3.0
* fix options parsing so `make' in a pristine directory works
  as expected [1]
* sort the new plist

PR:		ports/92881
Submitted by:	Vasil Dimov <vd@FreeBSD.org>
2006-02-11 01:26:22 +00:00
Andrej Zverev
85eb7e24ae - Update to version 20060207
PR:		ports/92931
Submitted by:	maintainer
2006-02-08 07:40:13 +00:00
Andrej Zverev
ad1512d02b - Package Frontend is a ncurses based, graphical front-end to manage
the FreeBSD ports collection.

PR:		ports/92761
Submitted by:	Sulev-Madis Silber <madis555@hot.ee>
2006-02-03 13:11:02 +00:00
Vasil Dimov
bda37e45b4 Add new port sysutils/portsearch
Portsearch allows searching for ports that install some file, like
``find /usr/ports -name pkg-plist |xargs grep pattern''
but honoring PLIST_(FILES|DIRS) and %%FOOBAR%% variables.

Approved by:	garga (mentor)
2006-02-01 15:19:12 +00:00
Colin Percival
8d320f07b4 Update sysutils/portsnap to version 1.0, to match the version in the
src tree.
This only affects users of FreeBSD 5.4 and earlier, since the port is
IGNOREd for recent versions of the FreeBSD base system.

PR:		ports/92563
Approved by:	linimon
2006-01-30 20:12:33 +00:00
Edwin Groothuis
29fbe138fc Fix PERL_RUN_DEPENDS syntax.
Noticed by: YAPHR
2006-01-29 22:28:57 +00:00
Andrey Slusar
db85ba96dc Update to 1.5
This version contains fix to prevent cache-init crashing when it tries
to process the currently empty net-p2p port category.

PR:		ports/92503
Submitted by:	Matthew Seaman (maintainer)
2006-01-29 19:33:04 +00:00
Mark Linimon
9b9a2302bd Incorporate 1.63 from the master. 2006-01-28 07:41:18 +00:00