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

1245 Commits

Author SHA1 Message Date
Joe Marcus Clarke
a30daca963 Update to 2.9.4.
* bsd.php.mk can now be included after bsd.port.pre.mk [1]
* Tighten the check on *_DEPENDS so that it only looks at BUILD, FETCH, PATCH,
  LIB, and RUN DEPENDS [2]

PR:		110461 [1]
Submitted by:	Alexander Logvinov <ports@logvinov.com> [1]
Reported by:	Alexander Logvinov <ports@logvinov.com> [2]
2007-06-09 19:02:10 +00:00
Doug Barton
c0f32886e4 Update for version 1.17 2007-05-27 08:10:54 +00:00
Doug Barton
5b10dfb3b9 New Features
============
1. Keep a temporary flag that indicates a port has already been upgraded
during a -r or -f update, and add a -R (retry) option to let the user
skip those ports on subsequent attempts if the first update is interrupted.
2. Change the default behavior to use 'make config-conditional' to
take advantage of the recent enhancements to the OPTIONS functionality.
3. Add a new --force-config flag to use the old behavior of doing
'make config' for every port.
4. Don't delete backup packages until the original (parent) portmaster
process has finished successfully. That way if an update fails, the user
can back out the whole thing.
5. Add -w option to save old shared libraries from an installed port.
6. Add -x option to avoid building ports that match the glob pattern.
7. Split tracking of build and run depends to before and after the
port build respectively.

Enhancements
============
1. If the user interrupts the update, search for errant dialog
processes as well as errant portmaster child processes.
2. Avoid invoking pkg_version in check_for_updates() if the installed
version is already up to date.
3. Call pkg_info for seemingly stale dependencies (-s) so user has
a better idea what he's being asked to delete.
4. Use -DBATCH when calling 'make checksum' in the background so that
ports that have pre-everything dialogs no longer cause runaway dialog
processes.
5. Add BEFOREPORTMK=yes where it can be used to speed things up.
Thanks to Stephen Montgomery-Smith <stephen@math.missouri.edu>
6. Be smarter about not starting read_distinfos in the background if
there is no need to, and be more aggressive in killing it off when
we're done.
7. Make read_distinfos quieter to avoid printing confusing messages
out of synch with the foreground process.

Changes
=======
1. Use the PKGREPOSITORY directory for all packages, create it if it
doesn't already exist.
2. If we fail(), call one of {trap|safe}_exit to do a better job of
cleaning up after ourselves.
3. Make failures of various commands silent when we provide our own
error message.
4. Make killing background processes generally much quieter.

Bug Fixes
=========
1. In check_for_updates(), when FORCE is on, don't skip an up to date
port.
2. Change MAKE_ARGS to PM_MAKE_ARGS to avoid collisions with ports that
use the former already.
3. Fix grammar in a usage() line, add details for --show-work, and
other various improvements.
4. Move the clean target to after (optional) 'make package' to avoid
having to rebuild the port.
5. Only try to update the +CONTENTS file if it exists.
2007-05-27 08:10:33 +00:00
Kris Kennaway
add90dd319 BROKEN with gcc 4.2 2007-05-26 20:38:49 +00:00
Martin Wilke
a6cad36bb5 - Update to 2.3.6
From the Announce:

Tinderbox 2.3.6 has been released to address the change of X11BASE
from /usr/X11R6 to /usr/local.  A few other bugfixes are also included.
All users are encouraged to upgrade.  When you do, you will have to
manually copy rawenv.dist to rawenv to get the X11BASE change to take
effect.

Approved by: portmgr (pav) itetcu@ (maintainer)
2007-05-20 12:00:40 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Sergey Matveychuk
d62e726ca9 - Remove a junk chunk 2007-05-01 18:07:31 +00:00
Sergey Matveychuk
13e98048db - Remove superfluous patch 2007-05-01 18:04:05 +00:00
Sergey Matveychuk
cab9e22576 - Fix a few bugs that affected on planned xorg updating.
Pushed by:	kris
Thanks to:	az for a computer for tests
2007-05-01 17:57:28 +00:00
Kris Kennaway
bcc0df6812 Change BROKEN to IGNORE to prevent package build 2007-04-30 02:46:32 +00:00
Mark Linimon
29b7e35c2e Bring this up to master r1.565. 2007-04-26 06:44:51 +00:00
Erwin Lansing
7a2a1fd378 Hook genplist up to the build.
Forgotten by:	miwi
2007-04-23 07:00:09 +00:00
Martin Wilke
db02ec76ce Genplist automatically creates a static plist for a port by installing it
into a temporary directory, and then examining the directory tree.  The
process is based on the instructions for plist generation in the
FreeBSD Porter's Handbook.

WWW:	http://www.neuro.mcw.edu/~bacon/FreeBSD_MRI

PR:		ports/111892
Submitted by:	Jason Bacon bacon at smithers.neuro.mcw.edu
Sponsord by:    addport
2007-04-20 12:40:28 +00:00
Gabor Kovesdan
c7611291ca - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
2007-04-19 21:20:48 +00:00
Li-Wen Hsu
1542324f83 - Update to 20070411
PR:		111483
Submitted by:	Sulev-Madis Silber <madis555 AT hot.ee> (maintainer)
Approved by:	clsung (mentor)
2007-04-11 20:56:37 +00:00
Martin Wilke
befc26fa19 - Use TCL/TK 8.4
PR:		110422
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by:	maintainer timeout
2007-04-09 17:43:19 +00:00
Dirk Meyer
05f564dab8 - update homepage 2007-04-05 14:22:53 +00:00
Sergey Matveychuk
6448255346 - Mark as BROKEN till a next version will be released 2007-04-05 06:36:51 +00:00
Mark Linimon
c88358ae09 This is a possible fix for the 'makesum' regression introduced in ports/Mk
with the last commit.
2007-04-04 17:02:02 +00:00
Mark Linimon
0ac660bf90 Bring this up to the level of ports/Mk/bsd.port.mk 1.563. 2007-04-03 03:34:50 +00:00
Pav Lucistnik
cfa7269b11 - Convert existing ports to a new bsd.tcl.mk order
PR:		ports/109097
Submitted by:	Martin Matuska <martin@matuska.org>
Tested on:	pointyhat exp-run
2007-04-02 22:56:15 +00:00
Erwin Lansing
2afd8bdced Add security to CATEGORIES
"Sounds like a good idea":	simon
2007-04-02 12:40:31 +00:00
Remko Lodder
20cb65c598 Fix the reference to portaudit, which is in ports-mgmt now.
PR:		110980
Submitted by:	"moose@opera.com"
2007-03-28 19:23:46 +00:00
Mark Linimon
66b3c2b596 Catch this up with ports/Mk/bsd.port.mk 1.557. Note that some patches
were not included in that checkin due to some problems detected.
2007-03-25 21:57:00 +00:00
Mark Linimon
47955804da These have now been committed to ports/Mk, so they are unneeded now. 2007-03-25 21:39:47 +00:00
Hiroki Sato
46aac75831 Update to 0.4.
Submitted by:	Marcelo Araujo
PR:		ports/109893
2007-03-25 20:47:38 +00:00
Sergey Matveychuk
c6bebc4f5e - Remove the last patch. This fix makes other troubles.
Reported on:	ports@
2007-03-23 09:31:34 +00:00
Martin Wilke
e36b3b1527 - Remove inclusion of <sgtty.h>
PR:             110363
Submitted by:   Ed Schouten <ed@fxq.nl>
Approved by:    maintainer
2007-03-20 17:18:19 +00:00
Pav Lucistnik
0d7fdcd1da Update to current exprun, except the python bits, which would require changes
outside Mk/
2007-03-18 00:06:48 +00:00
Mark Linimon
d97842f0b3 These are now in sync with what got committed to Mk/, so they are not
needed now.
2007-03-17 23:31:21 +00:00
Mark Linimon
6b07dff57d Fix mis-merged USE_OCAML where USE_XFCE was meant. It was tested correctly
on the cluster.
2007-03-17 23:30:03 +00:00
Martin Wilke
57c475431e - Update to 1.4
PR:             110302
Submitted by:   Beat Gaetzi <beat@chruetertee.ch> (maintainer)
2007-03-16 12:55:49 +00:00
Remko Lodder
4e7c3d05b6 Correct URL to the VuXML pages for FreeBSD. Also bump modification date.
PR:		ports/104813
Submitted by:	Alan Amesbury <amesbury at umn dot edu>
2007-03-15 07:14:35 +00:00
Doug Barton
1b6e514311 Fix a test in find_and_delete_distfiles() introduced in the last
commit that I forgot to merge from my devel version.

PR:		ports/110125
Submitted by:	Simon Phoenix<phoenix.lists@gmail.com>
2007-03-09 17:22:51 +00:00
Mark Linimon
aa3d55c048 Up-to-date with the latest code being tested on the cluster. 2007-03-09 09:00:46 +00:00
Mark Linimon
3baaf33da7 Add the latest code being testing on the cluster. 2007-03-09 09:00:24 +00:00
Mark Linimon
171d86b240 These were committed to ports/Mk on Wed Mar 7 07:44:36 2007. 2007-03-09 08:48:11 +00:00
Doug Barton
de95d33a96 Update for version 1.15 2007-03-08 23:48:51 +00:00
Doug Barton
ae707d21f2 Document --show-work option for 1.15
Various small markup fixes and improvements
2007-03-08 23:48:22 +00:00
Doug Barton
d3a1d8fc2d New Features
============
1. --show-work option which will recurse through all-depends-list
and show what dependencies are, and are not installed.
2. Dramatically reduce false positives for per-port distfile cleaning
by creating a list of valid distfiles for all ports. Use this new
method for the --clean-distfiles* options as well.

Bug Fix
=======
Honor DISTDIR if set for --clean-distfiles*
2007-03-08 23:47:44 +00:00
Sergey Matveychuk
04ad167123 - Fix a bug in gathering depends.
Reported by:	krion
2007-03-08 10:54:37 +00:00
Mark Linimon
be4c6448a8 Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.

PR:		ports/106557
Submitted by:	ale
Hat:		portmgr
2007-03-06 06:54:19 +00:00
Cheng-Lung Sung
b7f0274e51 - fix typo
PR:		ports/109826
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (Andreas Fehlner)
2007-03-06 02:30:37 +00:00
Sergey Matveychuk
d65fcf6894 - A quick fix for ports without an origin (e.g. bsdpan-) 2007-03-04 12:51:49 +00:00
Rong-En Fan
0eb2feebd1 - Call init_pkgtools_global in our script, as pkgtools doesn't seem to call it
early enough for us to be happy.
- Bump PORTREVISION

PR:		ports/109776
Submitted by:	Robert Noland <rnoland at 2hip.net> (maintainer)
2007-03-03 15:37:48 +00:00
Sergey Matveychuk
103cbbdd60 - Integrate last patches from stable 2007-03-02 20:18:34 +00:00
Sergey Matveychuk
e5266e2a29 - Fix a long standing bug when shelljoin() function wrong placed ""
when more than one variables (WITH_*, WITHOUT_*) passed.
2007-03-02 20:10:08 +00:00
Sergey Matveychuk
72e611304a - Ignore bsdpan- pseudo ports.
- Add a note about ports with suffixes (e.g. -nox11)

Reported by:	David Morgan <morgad_AT_eclipse.co.uk>,
		Philip Kizer <pckizer_AT_nostrum.com>
2007-03-02 07:46:50 +00:00
Erwin Lansing
2ac4797699 Protect the inclusion of bsd.php.mk by checking for a local
version.

Submitted by:	linimon
Tested by:	INDEX
2007-03-01 09:47:44 +00:00
Sergey Matveychuk
f6551c7611 - Update to 2.3.0 2007-03-01 09:41:36 +00:00