Commit graph

1758 commits

Author SHA1 Message Date
Andrej Zverev
7d2e9542b8 - Try to be more friendly with 'spaces' in @dirrmtry while rendering pkg-plist.***
- RIP MD5 in distinfo while I'm here.

*** I'm not sure about this patch, so you can argue about it with me.
    Also you can look ports/152102.

PR:		ports/152156
Submitted by:	az
Approved by:	sergei (timeout)
2010-12-14 18:38:51 +00:00
Stanislav Sedov
6fc7fb578a - Fix portupgrade's shebang patcher.
Reported by:	many
Submitted by:	knu
2010-12-14 07:37:08 +00:00
Mark Linimon
6178381630 Reset drizzt@gufi.org due to maintainer-timeouts and inactivity.
Hat:		portmgr
2010-12-09 14:37:42 +00:00
Doug Barton
7b732650a2 Fix a minor bug:
When specifying 'portmaster port-1.23 dependency-of-port-2.34'
the dependency would be built twice because the PM_NEEDS_UPDATE
list is kept by ORIGIN. So use the same technique to validate
the port in the build phase that we are using in the first pass.

Also, update the documentation on full version upgrades to encourage
users to back up any vital file in /usr/local before "making sure that
it is empty."
2010-12-07 18:18:15 +00:00
Olli Hauer
16478b3f54 - update genplist to version 0.6
New Features:
==============
- Handling of: PLIST_FILES, PORTEXAMPLES, PORTDOCS, PLIST_DIRS, PLIST_DIRSTRY
- Specific return codes which can be used for automated testing
- Ability to execute external scripts ( ~/.genplist/${portname} )

Sample script for the nmap port:
=================================
$> cat ~/.genplist/nmap
#!/bin/sh
sed -i '' -E -e 's|^(share/ncat/)|%%WITHSSL%%\1|g' \
-e 's|^(@dirrm share/ncat)|%%WITHSSL%%\1|' ${1}

PR:		ports/152836
Submitted by:	ohauer
Approved by:	Jason Bacon <jwbacon _at_ tds.net> (maintainer) via mail.
2010-12-04 18:12:06 +00:00
Olli Hauer
978528d0f5 - maintainer update to version 1.3.2
PR:		ports/152835
Submitted by:	Marin Atanasov Nikolov <dnaeon _at_ gmail.com> (maintainer)
2010-12-04 17:59:36 +00:00
Alberto Villa
5c5b34bfc7 - Update to 0.6.2.
Approved by:	miwi (co-mentor)
2010-12-04 14:34:30 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
7f32c695f5 - Update to 1.3.1
PR:		ports/152680
Submitted by:	Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
2010-11-30 13:43:33 +00:00
Sunpoet Po-Chuan Hsieh
7261add751 - Update to 1.3
PR:		ports/152222
Submitted by:	Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
2010-11-27 14:14:05 +00:00
Koop Mast
255fa15993 Fix patch so it is buildable again. 2010-11-27 13:47:15 +00:00
Joe Marcus Clarke
4c0bd8fa41 Update to 0.6.10. 2010-11-27 05:17:31 +00:00
Stanislav Sedov
26f82f9fb8 - Update to 20101123 snapshot:
- Fix the bug in BEFOREDEINSTALL processing.
  - Add .txz packages support.
2010-11-23 20:41:46 +00:00
Stanislav Sedov
940cd51898 - Update to 2.4.8:
- Fix the bug in BEFOREDEINSTALL processing.
  - Add .txz packages support.
2010-11-23 20:41:22 +00:00
David E. O'Brien
fe2d21704c Catch up with pib/Makefile rev 1.27 (2007/04/09) and actually use Tk 8.4.
[PR 110422 seemed to have missed this]
2010-11-21 11:36:31 +00:00
Koop Mast
3680f27ebf Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@
2010-11-20 15:37:08 +00:00
Ashish SHUKLA
981f85494c - Update MAINTAINER address
Approved by:	pgj (implicit)
2010-11-16 03:17:15 +00:00
Beech Rintoul
ae5bf04baa Respect base
PR:	146858
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	dinoex
2010-11-15 09:33:03 +00:00
Doug Barton
9c1ff8a252 Bug Fixes
=========
1. Since $build_l is no longer being incremented prior to the user's
+IGNOREME decision it's no longer necessary to decrement it if the
user chooses not to update that port.
2. While I was reading the trace to find this bug I noticed that we are
running update_build_l() (which in turn updates PM_NEEDS_UPDATE) prior
to running check_state() (FORBIDDEN|DEPRECATED|BROKEN|IGNORE), so move
that check up; and move the "currently installed" and "port directory"
messages up as well to give context to any messages from check_state().
3. Only print the fast-resume message if we're building. Otherwise we
might not know all the ports that need updating.
4. Fix the zsh completion file for --clean-packages[-all]

Minor Fixes
===========
1. In read_distinfos_all() a missing DISTINFO_FILE doesn't need to be fatal
like it does in read_distinfos() since it could be caused by something
uninteresting like a MASTERDIR that exists in part of the tree that has
not been downloaded (e.g., a c[v]sup refuse file). Add some whitespace
around the message in case make also emits an error.
2. For --clean-distfiles* add a line after the "Checking" message to
make the spacing consistent
3. In usage() fill in $pd if it's empty (which it will be for -h|--help)
4. Give a more helpful error message for -o when the port to be replaced
isn't installed or listed as a dependency
2010-11-10 03:30:28 +00:00
Stanislav Sedov
ddbc43a34f - Update to the latest snapshot. 2010-11-08 22:53:56 +00:00
Stanislav Sedov
73eef9dd78 - Update to 2.4.7. 2010-11-08 07:56:14 +00:00
Joe Marcus Clarke
042c916e5d Update to 2.13.2.
* Correct the UIDs passwd file format.
* Parse out comments when checking dependency format. [1]
* Added check for the case when LICENSE contains multiple tokens but
  LICENSE_COMB do not set or equal to 'single' (instead of correct 'multi' or
  'dual'). [2]
* Add support for @rmtry. [3]

PR:		150997 [1]
		151966 [2]
		151301 [3]
Submitted by:	skv [2]
2010-11-07 22:10:56 +00:00
Wesley Shields
508d7b7419 Bump PORTREVISION for the MD5 changes that went in. 2010-11-05 15:44:49 +00:00
Renato Botelho
d1cb5fbcdc Remove expired ports:
2010-11-01 ftp/kwebget: Development has ceased.
2010-11-01 multimedia/clive-utils: development has ceased; use multimedia/umph instead
2010-11-01 ports-mgmt/barry: Development has ceased.
2010-11-01 www/wb0: Development has ceased.
2010-11-04 15:20:27 +00:00
Doug Barton
ebe84923ee Use PM_NEEDS_UPDATE to fix the problem introduced in 3.1 of ports being built
in -a as dependencies, then built again because they were pre-scheduled for
update.

Use the same method to handle the same problem in multiport(), which allows
me to remove one more list.
2010-11-03 01:22:35 +00:00
Emanuel Haupt
2250b880dd Add p5-libwww as dependency.
PR:		151889
Submitted by:	Florian Smeets <flo@smeets.im>
2010-11-02 15:20:16 +00:00
Doug Barton
5646a0ef3d Upgrade to version 3.2
Bug Fixes
=========
1. Properly handle +IGNOREME files again
2. In safe_exit() only print the restart hint if -n PM_NEEDS_UPDATE

Enhancements
============
1. For -F, a better message for spawned children, and continue the campaign
to do less irrelevant stuff.
2. Add some whitespace to the "All ports are up to date" message for -a
3. Make it clear in the docs that -e only handles single ports, and
   use the enhanced features of find_glob_dirs() to return better error
   messages if a glob doesn't match one and only one port. (Problem
   mentioned in PR.)

PR:		ports/151824
Submitted by:	Ben Grimm <freebsd-pr@bengrimm.net>
2010-11-01 00:03:41 +00:00
Doug Barton
eef8da8289 Update to version 3.1. In addition to the features listed below there are
numerous internal reorganizations of various sections of code; and several
informative messages have been updated to be more informative. :)

If you're interested in all the details you can review the svn logs at
http://svn.freebsd.org/viewvc/base/user/dougb/portmaster/

Catch Up With Ports Infrastructure
==================================
1. Switch to using DISTINFO_FILE instead of MD5_FILE
2. Use the SHA256 line from distinfo instead of MD5
3. The BEFOREPORTMK trick no longer works to list MASTER_SITES for all ports
so switch to the slightly slower but more reliable pm_make without it. This
will solve the problem of portmaster not fetching all distfiles in the
background.
4. In the case statement to select the appropriate release for package
fetching glob 9.0-CURRENT to handle snapshots as well.

Various Improvements
====================
1. If we fail, offer a suggestion for a shortcut to restart
2. In messages that refer to the INDEX file, use the variable to make it
clear what we're working with.
3. In dependency_check() be clear when we're using the INDEX
4. Dramatic (9-10 times) speedup in iport_from_origin() by making an
intelligent guess about what director{y|ies] to search in based on
the origin directory name which means we're almost always
looking in either exactly the right directory the first time, or
at worst (such as the py-* ports) a dramatically smaller subset.
5. If using --index-only and neither INDEXDIR nor PORTSDIR are set, set
INDEXDIR to $TMPDIR so that we can proceed. That makes PACKAGES the
only variable the user has to set to use --index-only and --packages-only
with no $PORTSDIR and no ports directory.

Bug Fixes
=========
1. For the determination of LOCALBASE:
	a. Don't try to use INDEX if PM_INDEX is not set
	b. Give a more meaningful error message
2. Be more careful to check that there is a line for the port in the INDEX
when working --index-only.
3. In the package fetch routine use a better string match to see if we have
already downloaded the directory listing. The previous one worked but would
match too many files for net* and x11*, especially when installing a lot of
ports. So add a '.' to differentiate these.
4. The --clean-packages and --clean-packages-all features were added just
a little too hastily, so overhaul them.
2010-10-30 04:43:43 +00:00
Emanuel Haupt
80caaa36eb - Update to 0.2
- Don't need www/p5-HTTP-SimpleLinkChecker anymore
2010-10-29 23:17:46 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Wesley Shields
e92489142e Add alias information to pkg-message.
Approved by:	itetcu@ (maintainer)
2010-10-24 17:44:03 +00:00
Wesley Shields
34ac3ea430 Add alias information for wrkdirs to pkg-message for ports-mgmt/tinderbox.
Add all alias information to pkg-message for ports-mgmt/tinderbox-devel.

Approved by:	itetcu@ (maintainer)
2010-10-24 17:43:28 +00:00
Emanuel Haupt
9e388df920 This port requires at least perl 5.10.1
Notified by:	glarkin
2010-10-19 20:34:41 +00:00
Emanuel Haupt
2bdee0af72 Add ports-mgmt/distilator, a command-line script to check the availability of a
ports distfiles. This script can take advantage of perl threads if available.
2010-10-19 15:50:02 +00:00
Andrej Zverev
7f3432d624 - Update to 2.1.3
* update WWW
* implement fixes suggested by Doug Barton
* remove extra space in bpkg.8

PR:		ports/151025
Submitted by:	Andy Kosela (maintainer)
2010-09-29 16:02:01 +00:00
Andrej Zverev
51c7590c22 - Update to 2.1.2
* regex patterns fix to some of the options
* man updated

PR:		ports/150906
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2010-09-25 14:55:28 +00:00
Philip M. Gollucci
76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00
Romain Tartière
c577403b72 - Update to 1.0.1. 2010-09-23 08:12:30 +00:00
Max Brazhnikov
e0a00d6a4d Update to 2.1.1
PR:		ports/150700
Submitted by:	Andy Kosela (maintainer)
2010-09-19 11:43:25 +00:00
Baptiste Daroussin
1173a8dc62 - Update to 2.1
* major new release
* most functions has been rewritten for speed and efficiency
* -S deprecated
* -I switched with -i
* search improvements (using INDEX)
* overall code clean-up

PR:		ports/150324
Submitted by:	Andy Kosela <akosela _at_ andykosela.com> (maintainer)
2010-09-15 08:41:55 +00:00
Renato Botelho
cc08602273 Remove dependency of net/csup since the port is DEPRECATED and will be removed
Approved by:	portmgr (pav)
2010-09-14 12:02:32 +00:00
Philip M. Gollucci
5c080626b9 - Fix Exporter issue by updating to 1.2.2
PR:             ports/148036
Reported by:    Janne Snabb <snabb@epipe.com>
Approved by:    maintainer timeout (vvelox@vvelox.net)
2010-09-09 22:41:50 +00:00
Philip M. Gollucci
2a45164ac7 - use ${PERL} instead of perl
PR:             ports/142151
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (wosch ; 246 days)
2010-09-09 00:13:25 +00:00
Olli Hauer
78b76b211d - Add JAVAJARDIR to substitutions
- small fix if prefix is given with trailing /

PR:		150273
Submitted by:	Rob Farmer <rfarmer _at_ predatorlabs.net>
Approved by:	maintainer, glakin (mentor, implicit)
2010-09-07 15:40:33 +00:00
Shaun Amott
424c77e107 Add missing bsd.port.options.mk include.
PR:		ports/149265 [1]
Submitted by:	Anonymous <swell.k@gmail.com> [1], ale
2010-09-06 15:04:53 +00:00
Joe Marcus Clarke
b62871f78e Update to 0.6.7. 2010-09-05 16:56:17 +00:00
Alberto Villa
2a061e8b59 - Upgrade to 0.6.1.
- Add LICENSE.

Approved by:	tabthorpe (mentor, implicit)
2010-09-03 10:29:23 +00:00
Bernhard Froehlich
b5fc7efd42 - Mark DEPRECATED and set EXPIRATION_DATE to 2010-11-01
PR:		ports/149716
Submitted by:	Simon Olofsson <simon at olofsson dot de>
Approved by:	miwi (mentor)
2010-08-19 09:01:31 +00:00
Greg Larkin
97909ed4b9 - Updated to 0.5
- Minor Makefile cleanups

PR:		ports/149530
Submitted by:	Jason Bacon <jwbacon at tds dot net> (maintainer)
2010-08-13 19:19:08 +00:00
Gabor Pali
cad06c6077 - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")
Suggested by:	admi3
2010-08-08 08:49:38 +00:00