Commit graph

1101 commits

Author SHA1 Message Date
Joe Marcus Clarke
16b610b5a7 Update to 2.9.0.
* The check for quoted COMMENTs had a typo.  However, this check has been
  consolidated for other macros that should not be quoted.  Merge the COMMENT
  check into the BROKEN, et al check. [1]
* Properly pluralize the message which counts the number of fatal errors
  and warnings. [2]
* Add distinfo checking support. [3]
* Huge refactoring of the error handling code.  If the -g argument is specified,
  errors will be grouped together to avoid spamming the console with
  repeated lines.
* Add a check for icon installation, and recommend INSTALLS_ICONS.

PR:		97207 [1]
		96089 [2]
		96923 [3]
Submitted by:	lawrance [1]
		ehaupt [2]
		sem [3]
Tested by:	mezz
2006-05-31 04:41:50 +00:00
Mark Linimon
0556c7cb9d Bring this up to ports/Mk/bsd.port.mk 1.533. 2006-05-31 01:40:14 +00:00
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
Mark Linimon
2dd789c8b0 Incorporate 1.523 from the master. 2006-01-28 07:40:20 +00:00
Edwin Groothuis
6075e8825a SHA256ify (manually checked)
>
> Approved by: krion@
2006-01-24 05:43:37 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Pav Lucistnik
120d63cacb - Drop maintainership. ENOTIME for ports, so let someone else take better care
of them.

Submitted by:	Brad Davis <so14k@so14k.com>
2006-01-23 20:27:33 +00:00
Mark Linimon
2fe508315b Update to the latest patches running on the cluster. 2006-01-23 04:29:32 +00:00
Mark Linimon
ad05a423ed Reflect a bug found in the latest patchset. 2006-01-22 19:37:22 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Mark Linimon
d1a9f67459 Incorporate the emergency fix from ports/92128. 2006-01-22 04:38:09 +00:00
Mark Linimon
d27380ce77 Update these two to the next set of 5-exp patches. 2006-01-22 03:09:01 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Joe Marcus Clarke
d469b03a3b Update to 2.8.3.
* Add support for PERL_{RUN,BUILD}_DEPENDS
2006-01-22 00:45:00 +00:00
Mark Linimon
f5bf891663 Bring this up to date with respect to the master copy. 2006-01-21 23:59:09 +00:00
Mark Linimon
73d1ef6ea2 Remove files committed to /usr/ports/Mk in the latest patchset and/or ones
which now lag their counterparts.
2006-01-21 23:44:31 +00:00
Edwin Groothuis
1cb458c20b Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. 2006-01-21 22:15:45 +00:00
Edwin Groothuis
0eac08c2c8 Implement @dirrmtry for my ports. 2006-01-21 22:00:03 +00:00
Joe Marcus Clarke
a4ee4ef133 Update to 2.8.2.
* Update quoting requirements for new bsd.port.mk
* Warn on use of USE_REINPLACE [1]
* Recommend @dirrmtry instead of @unexec rmdir [1]

Requested by:	pav [1]
2006-01-21 21:54:05 +00:00
Edwin Groothuis
5c5e8d6063 [patch] misc/tinderbox does not install php4-pgsql (or mysql)
misc/tinderbox does not install the php extension for the
    selected database, because the extension is added to USE_PHP
    after bsd.port.pre.mk inclusion.

PR:		ports/92065
Submitted by:	Vasil Dimov <vd@FreeBSD.bg>
2006-01-20 21:55:30 +00:00
Sam Lawrance
311ed2b34a Re-add portmanager, which we now have permission to redistribute.
Submitted by:	outgoing maintainer Michael C. Shultz <ringworm01@gmail.com>
		(taking a break)
2006-01-20 08:54:25 +00:00
Mark Linimon
bc343ddcb1 Remove portmanager. Author has withdrawn permission to distribute it.
Hat: 	portmgr
2006-01-19 23:13:10 +00:00
Edwin Groothuis
c6091421f0 After a wise lesson of linimon@, make it IGNORE instead of BROKEN 2006-01-19 06:35:35 +00:00
Edwin Groothuis
69a333dfd3 [patch] misc/tinderbox shouldn't allow no database to be selected
PR:		ports/91943
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	edwin@mavetju.org
2006-01-18 10:29:26 +00:00
Joe Marcus Clarke
59cfa6b679 Update to a snapshot of HEAD from today (01-13-2006). 2006-01-13 06:38:06 +00:00
Erwin Lansing
8c4394af66 Bump the useful version for this port to 4.10 and lower.
Submitted by:	pav
2006-01-12 14:32:44 +00:00
Mark Linimon
d2ff21c877 Bring these up to date with what is currently being tested on the cluster. 2006-01-07 21:12:02 +00:00
Edwin Groothuis
69ec329aa4 sysutils/portupgrade: Fix yet another infinite loop.
Check and avoid infinite loop when MOVED has an entry such as:

	    games/scummvm|emulators/scummvm|2004-04-06|new category
	    emulators/scummvm|games/scummvm|2004-04-13|new category

	    (games/scummvm -> emulators/scummvm -> games/scummvm -> ...)

	Reported by: Bohdan Horst <nexus at hoth dot amu dot edu dot pl>

PR:		ports/91402
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-07 01:04:28 +00:00
Norikatsu Shigemura
879e335dc3 Update to 2.0.1.
* portversion(1) also reads MOVED and trace origin change,
  and, when invoked with "-v", displays the new origin.

  Example:

      % portversion -v screen
      screen-4.0.2_2   <  needs updating (port has 4.0.2_3) (=> 'sysutils/screen')

* Add "--ignore-moved" to portupgrade(1) and portversion(1).
  When invoked with this option, both programs totally ignore MOVED.
  If you encounter strange behaviour of these programs, try this out.

* Add IGNORE_MOVED option to pkgtools.conf.
  This can be used to selectively ignore MOVED by pkgs.
  See pkgtools.conf.sample for details.

* Keep the order of MOVED entries, and do not trace back to old entries.
  Previously, when encounters the following entries,

	editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
	editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location

  portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
  I thought this behavior should not be what we want to, so added this change.

PR:		ports/91272
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
2006-01-03 16:57:46 +00:00
Edwin Groothuis
be6bc69b0f Add patches as supplied in ports/91151
PR:		ports/91151
Submitted by:	Andrey Slusar <anray@freebsd.org>
2006-01-03 00:00:47 +00:00
Edwin Groothuis
1d2994d56b Problem with portupgrade 2.0
Thank you for reporting. I also discovered this problem a few hours ago.

    The source of this trouble is that the following line exists in MOVED,

    lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4

    where "moved from" and "moved to" is the same, but portupgrade
    does not check this case and infinite loop occurs.

    Fix to this problem will be in the next portupgrade release,
    but in the meanwhile, whould you commit the following patch,
    please?

PR:		ports/91209
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-02 11:03:25 +00:00
Edwin Groothuis
1eda9ddc55 Fix @dirrm in pkg-plist
Noticed by: YAPHR
2006-01-02 06:36:34 +00:00
Norikatsu Shigemura
e81a09cb91 A happy new year updated to 2.0.0.
(1) Change the versioning scheme of portupgrade.
    portupgrade now becomes 2.0.0!

(2) Add FreshPorts support to portcvsweb(1).
    You can view CVS history via FreshPorts instead of CVSweb
    by using "portcvsweb -F". See the man page of portcvsweb(1) for details.

(3) If the change of the origin is written in MOVED,
    portupgrade reads and chases it.
    You no longer need to supply the origin of the new pkg by "-o" option.

    Example:

        When ftp/wget-devel is moved to ftp/wget, previously you had to run,

	    % portupgrade -o ftp/wget wget

	Now, just run

	    % portupgrade wget

	and portupgrade will do what you want to do.

(4) Try to guess the pkg to be upgraded, when no pkgname is supplied
    as a command line argument.
    This can be done only when the current directory is under $PORTSDIR.

    Example:

	Running

	    % cd /usr/ports/ftp/wget
	    % portupgrade

	will upgrade ftp/wget.

(5) The frequency of INDEX generation on official site is now sufficient,
    recommend to run "portsdb -F" (fetch INDEX from official site)
    instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]

PR:		ports/91164
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by:	Enrique Matias <cronopios at gmail dot com> [1]
2006-01-01 15:43:35 +00:00
Pav Lucistnik
7788e6b3f8 - Install menu entry
PR:		ports/90971
Submitted by:	Panagiotis Astithas <past@ebs.gr>
Approved by:	Seth Kingsley <sethk@meowfishies.com> (maintainer)
2005-12-30 06:06:55 +00:00
Pav Lucistnik
6cb2475345 - Update to 20051228
- add switch ('-g') to automatically generate the exclude file from kept or
    installed packges
  - improve command line processing
  - improve recursive cutting of leaves

PR:		ports/91021
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2005-12-28 15:43:42 +00:00
Pav Lucistnik
fc78da6f48 - Update to 0.4.1_4:
if portmanager has been installed for the first time it can't copy
  pm-020.conf-SAMPLE to pm-020.conf.

PR:		ports/90957
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-12-27 05:18:42 +00:00
Mark Linimon
567865debb Correct slight mis-merge. Should not affect anything. 2005-12-26 23:12:54 +00:00
Edwin Groothuis
23234a5533 - Improve pkg-message
- Change dependency on net/cvsup-without-gui (itetcu@#bsdports)
2005-12-26 23:00:05 +00:00
Edwin Groothuis
189e89ae53 don't overwrite user configuration files. 2005-12-26 21:43:31 +00:00
Edwin Groothuis
e53b47e707 Add an usefull pkg-descr. 2005-12-26 10:42:10 +00:00
Edwin Groothuis
9b434230e6 Port maintainers, commiters and update submitters. Please behold,
here is the tinderbox port which should give you a tinderbox system
to test your ports before submitting it. It's unnmissable for
everybody making ports, and belongs to the range of tools like
portlint and porttools.
2005-12-26 10:40:21 +00:00
Renato Botelho
b655781482 - Add a patch to reverted execve command used when running make to
system( "make" ) so entire environment may be passed when building
  apache22.
- Bump PORTREVISION

PR:		ports/90790
Submitted by:	maintainer
2005-12-22 09:53:42 +00:00
Mark Linimon
5c230e44cc Once again, remove local change that crept in. 2005-12-20 04:00:49 +00:00
Mark Linimon
93d6aaebf5 Do not quote IGNORE. Fix formatting. 2005-12-20 02:45:11 +00:00
Mark Linimon
6525ced36b Really bring these up to date with the latest patch being tested on the
cluster.  The previous commit message was bogus.
2005-12-20 02:30:51 +00:00
Mark Linimon
71f79f775f Update to ports/Mk/bsd.php.mk version 1.21. Previous comment was bogus. 2005-12-20 01:56:26 +00:00
Mark Linimon
90b5216d85 Remove the multiple copies of these files that crept in here. I hate
patch(1).
2005-12-20 01:51:49 +00:00
Mark Linimon
f029e7b0f3 Catch up with ports/Mk/bsd.apache.mk 1.6. Previous checkin comment was
bogus.
2005-12-20 01:49:26 +00:00
Sam Lawrance
e9098e3606 Ports like ghostscript-gnu that insist on blue screening during make instead of
make config have their video scrambled.  Fixed by adding TERM= back to environment
during make.

PR:		ports/90633
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-12-19 11:36:28 +00:00
Mark Linimon
e1792e1018 Bring portmk/devel up to the status of the next patchset to be tested. 2005-12-19 06:08:26 +00:00
Pav Lucistnik
469cee06eb - Fixes seg fault when run on FreeBSD 7.0, reported by Jiawei Ye
PR:		ports/90583
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-12-18 14:21:33 +00:00
Joe Marcus Clarke
c20953d63f Update to 2.8.1.
* Warn on use of .tar.bz2 as an EXTRACT_SUFX [1]
* Throw a fatal error if INFO is defined, and install-info is called
  directly [2]
* Throw a warning if install-info is called directly and INFO is not
  defined [2]

PR:		89952 [2]
Requested by:	Kövesdán Gábor <gabor.kovesdan@t-hosting.hu> [1]
2005-12-17 16:36:36 +00:00
Mark Linimon
96969570b6 These now lag their ports/Mk counterparts and are thus OBE. 2005-12-16 02:45:53 +00:00
Mark Linimon
c8ffb7fd36 Conditionalize the inclusion of local copies of bsd.*.mk. They will only
be included if they exist in devel/portmk/Mk; otherwise, the fallback file
from ports/Mk will be used.  This will allow us to remove local copies of
files once their changes are merged back into ports/Mk, so that not every
single change in ports/Mk needs to have a tracking commit made back into
devel/portmk/Mk.  In theory this should allow us to integrate changes a
little more quickly.
2005-12-16 02:25:16 +00:00
Mark Linimon
1e29810185 OK, now that I've given you the example of how this file was developed,
remove the example :-)
2005-12-16 02:13:01 +00:00
Mark Linimon
1d5fc60b5e A sandbox for local modifications to bsd.port.mk. This little bit of
framework is designed so that such things as FreshPorts, portsmon, and
the distfile survey can more easily maintain local changes without having
to re-merge them into their copies of bsd.port.mk all the time.
2005-12-16 02:11:14 +00:00
Mark Linimon
9c6cc68380 Add a comment about a line that is from ports/86106 (USE_GMAKE change).
This is a reminder that this change is not yet tested sufficiently to
go into the main bsd.port.mk.
2005-12-16 02:01:20 +00:00
Mark Linimon
80637bd6b9 Diff reduction to ports/Mk. This was apparently some late change to the
patch in ports/79123.
2005-12-16 00:12:45 +00:00
Mark Linimon
eef7ddb5fb Add patch from ports/78596 for diff reduction. 2005-12-15 23:59:09 +00:00
Renato Botelho
389eb11dbe - Update to 0.4.1
PR:		ports/90403
Submitted by:	maintainer
2005-12-15 12:41:58 +00:00
Marcus Alves Grando
761d966221 Update to 0.4.0_1
* Fixes potential seg fault on 4.11 systems.
* Added log entry times

PR:		90339
Submitted by:	maintainer
2005-12-13 19:52:43 +00:00
Marcus Alves Grando
7437628588 Update to 0.4.0
PR:		90283
Submitted by:	maintainer
2005-12-12 17:29:24 +00:00
Jean-Yves Lefort
daa3b56d78 Fix runtime failure by linking against libpthread (GnomeVFS needs
pthread, and bpm may use GnomeVFS via GtkFileChooser).
2005-12-08 16:24:32 +00:00
Edwin Groothuis
99dbdd022e sysutils/portupgrade: fix the problem that portupgrade sometimes runs slow, and bump PORTVERSION to 20051204.
(1) For years, I have experienced that portupgrade sometimes
	runs very slow.  After some investigation, I found that
	"pkgdb -aF" is invoked from portupgrade or other programs
	(such as portversion) without having sufficient privilege
	to modify /var/db/pkg/, and that error is not caught by the
	caller program, and "pkgdb -aF" is invoked repeatedlly.

	So, I fixed the following things:

	- When pkgdb internally invoked from other program exits
	  with error, make the caller program also exit with error.

	- Display the error messages of pkgdb that run internally
	  from other program.

	When portupgrade or other programs die with the following error,

	    ** You do not own /var/db/pkg. (use -f to force or run as root)
	    Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ

	please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root).

	(2) Make new tarball that contains the above fix and all
	patches in files/.  Bump PORTVERSION to 20051204 and change
	MASTER_SITES.

PR:		ports/89917
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2005-12-04 06:39:12 +00:00
Edwin Groothuis
964fbeb0f7 [MAINTAINER] update sysutils/portmanager
update sysutils/portmanager to 0.3.9_7

	1. Fixes portmanager not honoring STOP/START statements
	  from its own config file, reported by Gerard Seibert
	  <gerard@seibercom.net>, Thanks!

PR:		ports/89913
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-12-04 06:16:40 +00:00
Mark Linimon
4c1874e220 Unbreak INDEX building for those of us using devel/portmk. This is not
all the changes from Mk/bsd.apache.mk that need to be merged.

Pointy hat to:	clement
2005-12-04 05:29:04 +00:00
Philip Paeps
bd8ff515e8 Update to 0.3.9_6. From the maintainer:
1, Fixes corruption of +CONTENTS files when portmanager is compiled in
   BUILD_DEPENDS_ARE_LEAVES mode Bug identified by Jiawei Ye
   <leafy7382@gmail.com>

2. Fixes parsing pkgtools.conf when arrays are used, patch
   provided by dan@slightlystrange.org, thank you!

PR:		ports/89903
Submitted by:	Michael C. Shultz <ringworm01 -at- gmail.com> (maintainer)
2005-12-03 23:34:28 +00:00
Edwin Groothuis
3a2d2766d4 New port: sysutils/pkg-orphan A console utility for managing unreferenced FreeBSD packages
pkg-orphan is a console utility for managing orphan, i.e.
	unreferenced FreeBSD packages. It finds all or selected
	orphans and lets the user choose which ones to remove and
	which ones to keep. It maintains a keep-list file, so
	previously kept packages will be skipped automatically. In
	batch mode, all packages, not present in the keep-list are
	either deleted or kept in the list.

	Since orphan packages are usually much fewer than non-orphan
	ones, it can be useful for quickly finding and deleting
	unused packages, even on a system with hundreds of them
	installed.

	Features:
	 - interactive and batch modes
	 - maintains a kept package list, to avoid asking for the same package again
	 - can delete packages recursively, but without deleting shared dependencies or
	   previously kept packages
	 - the keep-list file does not contain package versions, so upgrades generally
	   don't require editing of the file

	WWW: http://sourceforge.net/projects/pkg-orphan/

	- Victor Semionov
	semionov@mail.b

PR:		ports/89730
Submitted by:	Victor Semionov <semionov@mail.bg>
2005-11-29 21:37:46 +00:00
Simon Barner
f538507cd2 Update to 0.3.9_5:
- Fixes when adding a new port with portmanager, +CONTENTS files being
  corrupted.

-  Improved logging of conflicting ports

Submitted by:	"Michael C. Shultz" <ringworm01@gmail.com> (maintainer)
PR:		ports/89716
2005-11-29 15:18:28 +00:00
Edwin Groothuis
7172f1a900 Prevent building on anything besides tinderboxes by checking the existence
of an unique variable.

Requested by: kris@
2005-11-28 11:21:40 +00:00
Andrej Zverev
c5d4ca8255 - Fix open file leak
- Improve user interactive areas like conflicting ports and -slid
- Bump PORTREVISION

PR:		ports/89653
Submitted by:	Michael C. Shultz (maintainer)
2005-11-28 06:20:16 +00:00
Edwin Groothuis
560acc73a1 This port is simlar to misc/instant-workstation or misc/instant-server.
It creates a whole lot of often used ports, so that after a cvsup
on a tinderbox build system, you can just tinderbuild this port and
all primary dependencies are updated.

If you think a port is missing, let me know!

Author: Edwin Groothuis <edwin@mavetju.org>
2005-11-28 05:57:36 +00:00
Marcus Alves Grando
b2918d0d1c Update to 0.3.9_3
- Fixes bug where if run with -f switch when portmanager updates itsself goes into endless loop.
Thanks to Gerard Seibert for helping to track this one down!

PR:		89609
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-27 20:28:16 +00:00
Andrej Zverev
89a2bf1f8b - Fixes portmanager seg faulting if either /usr/local/etc/pkgtools.conf or
/usr/local/bin/ruby are not installed.

PR:		ports/89564
Submitted by:	Michael C. Shultz (maintainer)
2005-11-26 07:19:59 +00:00
Marcus Alves Grando
3c6c1577f5 Update to 0.3.9_1
- Using ruby script provided by Jan Grant <Jan.Grant@bristol.ac.uk> if portupgrade is installed
portmanager also uses settings from pkgtools.conf in addition to those from its own conf file.
- Wild cards "*" may now be used in pm-020.conf, see man portmanager for details
- Automatic timeouts are re-enabled, stdin problem is solved.
- Fix build on 4.x (0.3.9)

PR:		89533
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-25 20:14:23 +00:00
Pav Lucistnik
dc7af663e2 - Add SHA256 2005-11-25 18:14:52 +00:00
Volker Stolz
095db66735 - Change the name of the ports database file (INDEX.db) to
$(basename ${INDEXFILE}).db, e.g. INDEX-6.db. (requested by kris)
- Add SHA256.

PR:		ports/89520
Submitted by:	maintainer
2005-11-25 15:28:37 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Volker Stolz
026ae88263 Fix crashes with large lines in INDEX
PR:		ports/89513
Submitted by:	maintainer
2005-11-25 08:24:50 +00:00
Edwin Groothuis
172444444e [NEW PORT] security/jailaudit: Generate portaudit reports for jails from the hostsystem
This port contains a script for generating portaudit reports
	for jails running on a FreeBSD system.

	Jailaudit runs in the Host-system and uses portaudit to
	create reports for every jail currently running.

	It can also be used to send specific report-mails to the
	owner of a jail by running it as a cronjob.

	/etc/crontab example:
	0   4   *   *   *   *   root   /usr/local/bin/jailaudit mail admin@foo.bar "foo.example.com bar.example.com"

	Sends reports-mails of the jails with the hostnames
	foo.example.com and bar.example.com to the mailaddr.
	admin@example.com.

	WWW: http://outpost.h3q.org/software/jailaudit/

PR:		ports/87581
Submitted by:	Philipp Wuensche <cryx-ports@h3q.com>
2005-11-25 02:31:06 +00:00
Marcus Alves Grando
72a98d91b4 Update to 0.3.8_2
* Had to disable automatic timeouts until I learn how to properly close then open stdin.
0.3.8_1 will seg fault upon a second timeout and 0.3.8 leaves these random errors:

awk: i/o error occurred while closing /dev/stdin input record number

PR:		89424
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-22 17:38:20 +00:00
Marcus Alves Grando
f8f8864620 Update to 0.3.8_1
* Added --pristine mode that guarentees no inconsistancies in +CONTENTS files
* Fixed (I hope) stdin not being reopened properly after a [Y/N/A] timeout
* Fixed a segfault when portmanager reads a very old pre 4.11 +CONTENTS file,
identified by Andrew Gordon <arg@arg.me.uk>

PR:		89397
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-21 23:29:23 +00:00
Pav Lucistnik
376a13cd3e - Update to 0.3.8
PR:		ports/89315
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-21 14:41:26 +00:00
Joe Marcus Clarke
e14f6d2e72 * Add some additional verbose messages
* Work around a crash in Perl that can be triggered with complex regular
  expressions [1]

Reported by:	thierry and aspell [1]
2005-11-19 21:21:39 +00:00
Joe Marcus Clarke
f617ce73a2 Update to 2.8.0.
* USE_PYTHON still cannot be included after bsd.port.pre.mk
* USE_APACHE can now be included after bsd.port.pre.mk [1]
* Handle the new autotools world order
* Check that IGNORE is properly capitalized and terminated [2]

PR:		88546 [2]
Reported by:	pav [1]
Submitted by:	lawrance [2]
2005-11-19 20:37:58 +00:00
Marcus Alves Grando
e48808fa75 Update to 0.3.7
PR:		89242
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-18 16:46:11 +00:00
Marcus Alves Grando
9383393cd1 Update to 0.3.5_1
* Craig Boston <craig@yekse.gank.org> brought to my attention a problem
with how dependency information is gathered in +CONTENT files.

portmanager -s (status report) uses port +CONTENT files to generate its
report and now that is proven as not 100% accurate.  This patch modifies
the data source for status reports from +CONTENT files to the results
obtained when running make -V *_DEPENDS in each port directory.

PR:		89084
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-16 03:17:13 +00:00
Marcus Alves Grando
8e6b56ca97 Update to 0.3.5
PR:		89040
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-15 14:06:09 +00:00
Marcus Alves Grando
1d6fc4b0a9 Update to 0.3.4_2
* Fixes bug where on initial installation if portmanager is run in single port update
mode first it is missing a database

* Added WITH_BUILD_DEPENDS_ARE_LEAVES information to man page

PR:		88953
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-13 22:14:04 +00:00
Colin Percival
77683c01d1 Both bsdiff and portsnap have been added to the base system in
FreeBSD 5-STABLE and 6-STABLE.  Add conditional IGNORE lines to
reflect this.

PR:		ports/88879 (portsnap)
Reminded by:	delphij
Approved by:	linimon
2005-11-13 08:13:16 +00:00
Marcus Alves Grando
3a78b7196d Update to 0.3.4_1
* Fixed seg fault in -slid on 6.0 machines
* Fixed segfault when cvsup not set to delete and an installed port
is removed from the ports tree

PR:		88888
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-12 19:27:27 +00:00
Marcus Alves Grando
154de1f792 Update to 0.3.4
Add WITH_BUILD_DEPENDS_ARE_LEAVES in OPTIONS

PR:		88847
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-11 16:24:13 +00:00
Marcus Alves Grando
e461ef72df Update to 0.3.3_3
* Adds ability to stop programs like postfix
from running during upgrade then restarts them
afterwards. See pm-020.conf-example or man page
for instructions

* Fixes reported bug where -slid option removes
the wrong port

* May fix a reported segfault at:

MGPMrCreateAllUpdateStatusDb.c:162

since user didn't include portmanager version or
uname -a output can't be certain fix is good

PR:		88800
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-11 00:32:35 +00:00
Mark Linimon
ad09954ad7 Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/. 2005-11-10 00:29:46 +00:00
Marcus Alves Grando
48ade7c42b Update to 0.3.3_2
* At user's request portmanager now respects a defined BATCH

* -sl works again, -sl and -slid options no longer consider
build dependencies as "leaves"

PR:		88744
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-09 20:52:50 +00:00
Marcus Alves Grando
f829908bb2 Update to 0.3.3_1
* Cleaned up valgrind related nits and a few compiler warnings

PR:		88705
Submitted by:	maintainer
2005-11-09 11:25:18 +00:00
Edwin Groothuis
bd415575bf use USE_SQLITE 2005-11-08 22:05:41 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00