Commit graph

1572 commits

Author SHA1 Message Date
Mark Linimon
16373b6ee0 Catch up with master 1.627. While here, include the latest version of
the bsd.perl.mk-related changes.
2009-09-07 16:18:30 +00:00
Gabor Pali
7d5781e5ab - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:		ports/137055, ports/137058, ports/137059, ports/137060, ports/137061,
   		ports/137062, ports/137063, ports/137063, ports/137064, ports/137065,
   		ports/137066, ports/137067, ports/137068, ports/137069, ports/137070,
   		ports/137071, ports/137072, ports/137074, ports/137075, ports/137076,
   		ports/137077, ports/137078, ports/137079, ports/137080, ports/137081,
   		ports/137082, ports/137083, ports/137084, ports/137085, ports/137086,
   		ports/137087, ports/137088, ports/137090, ports/137091, ports/137092,
   		ports/137093, ports/137094, ports/137095, ports/137096, ports/137097,
   		ports/137098, ports/137099, ports/137102, ports/137103, ports/137104,
   		ports/137107, ports/137108, ports/137109, ports/137110, ports/137111

Submitted by:	Jacula Modyun (jacula (at) gmail (dot) com),
             	Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by:	wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by:	tabthorpe (mentor), respective maintainers
2009-09-02 15:38:45 +00:00
Dmitry Marakasov
dd465484e3 - Update to 0.15
- While here, also mark MAKE_JOBS_UNSAFE (fails to build sometimes with forced jobs)

PR:		137766
Submitted by:	Wei-Yu Chen <weiyu.csie+pver@gmail.com> (maintainer)
2009-09-01 23:11:13 +00:00
Marcelo Araujo
1fb03ea274 - Update to 1.3.
PR:		ports/138322
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
		(maintainer)
2009-08-30 23:24:22 +00:00
Mark Linimon
9259abbf2a Catch up with master 1.626. 2009-08-28 21:16:22 +00:00
Doug Barton
d1d357bf93 Update for version 2.11 2009-08-25 00:24:13 +00:00
Doug Barton
37746f52ef 1. Add a "quick start" note to the top of the man page that directs
users to the EXAMPLES section.
2. Expand the EXAMPLES with some more commonly used features.
3. Minor tweaks to other texts.

This version will go out with portmaster version 2.11 but the changes
are not specific to that version.
2009-08-25 00:23:34 +00:00
Doug Barton
42ff8ab4cf In the previous update I did s/$globlist/$glob_dirs/ in multiport()
to make the code match the equivalent code in the main command line
parser, but I missed one which meant that if you specified multiple
glob patterns on the command line it no longer matched anything.

"Hey this doesn't work anymore" by: Florian Smeets <flo@smeets.im>
"I will do global searches for even small variable changes" x 1000: me
2009-08-25 00:21:45 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Doug Barton
f5fbd84513 Update for version 2.10 2009-08-21 04:01:20 +00:00
Doug Barton
81f5e6d560 Bug Fixes
=========
1. Rework the NO_DEP_UPDATES feature which is an optimization when you
are updating or installing a port whose dependencies are all up to date.
a. Stop using a temporary file for this feature, and instead utilize the
existing IPC_SAVE mechanism
b. Focus the toggling of this flag in update_port() so that it will always
be unset when it needs to be (and not when it doesn't)
[This is the actual bug fix]
c. Add a flag that is global but not exported in dependency_check() so
that the toggle in update_port() will know when (and when not) to fire
2. Set PM_BUILDING when it needs to be set in multiport()

Enhancements
============
1. Use globstrip() in multiport(), change the variable to match the parser,
and add notes in the parser and multiport() to keep the code in synch
(it's _just_ different enough so that a function doesn't make sense atm)
2. Replace globstrip sed kludge with more effcient shell pattern
3. Make the PM_BUILDING values more explicit to aid in debugging
2009-08-21 04:00:40 +00:00
Max Brazhnikov
3021afa05e Add dependency on KDE4 icons, which are in separate port now.
PR:		ports/137851
Submitted by:	Alberto Villa <villa.alberto at gmail.com>
approved by:	maintainer
2009-08-18 13:05:32 +00:00
Stefan Walter
12dbe56236 Change the default behaviour to continue on newly found leaf packages.
PR:		137626
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
2009-08-12 17:50:48 +00:00
Dmitry Marakasov
c15ea6bf6c - Update to 2.0.8 (code cleanup, new -a switch)
PR:		137608
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2009-08-11 13:50:49 +00:00
Boris Samorodov
ee30ec1407 . fix pkg-plist;
. bump PORTREVISION.

Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer by e-mail)
Pointed out by:	erwin
2009-08-10 16:23:24 +00:00
Boris Samorodov
6c8e9cb73f Update to version 2.2.
PR:		ports/137607
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
2009-08-10 11:40:34 +00:00
Doug Barton
aad020ce85 Update for version 2.9 2009-08-06 17:06:41 +00:00
Doug Barton
442f482bce In multiport() add a check_interactive() for every port in the list
when using the -i option. This is a minor inconvenience for those users
that give a list of specific ports on the command line, but a huge
benefit for users who use a glob pattern that can easily match things
that don't need to be rebuilt.
2009-08-06 17:06:02 +00:00
Martin Wilke
12eeb3c8ff - Fix build after KDE update 2009-08-04 21:39:26 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Doug Barton
65d2873db6 Update for version 2.8 2009-07-29 23:26:57 +00:00
Doug Barton
90fe4b0bc4 Update for version 2.8:
1. Deprecation of -u
2. Improve the wording for -R
3. Add an example of using -af for "in place" update of all ports
2009-07-29 23:26:14 +00:00
Doug Barton
11ddabc267 Feature Updates
===============
1. For the -[rf] and -R options:
a. Do not delete the flag files that indicate a port has been updated
until the -[rf] process is successful.
b. Update the wording in usage() to be more clear about what -R does
c. If a user starts -[rf] without -R, and there are flag files present,
ask if they would like to delete them, or enable -R mode.

2. Add a globstrip() function and use it to clean up inputs to -x
(and in the input parser where the idea originated)

3. Improve the wording of the message in -s mode about what to do if
they choose not to remove a port with an empty +REQUIRED_BY file

4. Tell the user how many fetches we are waiting for in -F

Removed Feature
===============
Remove the -u option. It did very little, and not what users expected.
2009-07-29 23:24:43 +00:00
Sergey Matveychuk
afe43d1958 - Drop maintainership to ruby@ 2009-07-21 20:12:15 +00:00
Sergey Matveychuk
58fd1ed486 - A workaround for a null string problem with -R option
Submitted by:	John Rumsey <rumseyj at rumsey.co.nz>
2009-07-21 20:09:17 +00:00
Joe Marcus Clarke
1af714157d Update to 2.12.1.
* Do not compare a string with undef. [1]
* Remove the CONFIGURE_ARGS check for --prefix.  This is not part of
  _LATE_CONFIGURE_ARGS, and thus will be set of all ports. [2]

PR:		136657 [1]
		136691 [2]
Submitted by:	glewis [1]
2009-07-18 21:39:07 +00:00
Joe Marcus Clarke
daba1f399d Update to 2.12.0.
* Add support for bsd.port.options.mk. [1]
* Add a check for ports that install a.out. [2]
* Tweak the check for arguments passed to configure when using
  GNU_CONFIGURE, and add a check for HAS_CONFIGURE and GNU_CONFIGURE. [3]
* Fix some false positives that occur when using certain combinations of
  %%XXXDIR%%. [4]

PR:		135095 [2]
		135858 [3]
		136465 [4]
Requested by:	pav [1]
Submitted by:	Vladimir Chukharev <chukharev@mail.ru> [2]
		Sahil Tandon <sahil@tandon.net> [3]
		Eygene Ryabinkin <rea-fbsd@codelabs.ru> [4]
2009-07-09 01:03:38 +00:00
Thomas Abthorpe
e615638d0a symports reads through your ports tree and generates a tree using
symlinks for all categories - not just the "real" ones.

PR:		ports/135683
Submitted by:	Eitan Adler <EitanAdlerList gmail.com>
2009-06-23 17:17:50 +00:00
Simon L. B. Nielsen
bc09d4bcb0 Download portaudit database from http://portaudit.FreeBSD.org/ instead
of http://www.FreeBSD.org/ports/portaudit/.

This is primarily done to work around bug in lighttpd on www.FreeBSD.org
where If-Modified-Since isn't handled correctly possibly resulting in
users behind web proxies getting an outdated version of the portaudit
database.

Bump portaudit version number.

Big thanks to the reporter for the detailed PR with good information
about reproducing the issue.

PR:		www/134505
Reported by:	Christian Ullrich <chris@chrullrich.net>
Prodding by:	remko, Christian Ullrich
2009-06-21 15:45:18 +00:00
Dennis Herrmann
cd0ff6a15f A simple utility to show the package name and version
whose port version is different from it.

The utility uses /usr/ports/INDEX-{__FreeBSD__}.db
The file can be generated by using bundled pver_dbgen

WWW:	http://www.csie.nctu.edu.tw/~weiyu/#msgbox=page/program.html

PR:		ports/135669
Submitted by:	Wei-Yu Chen <weiyu.csie@gmail.com>
2009-06-17 21:21:19 +00:00
Mark Linimon
dd2ea837dc Catch up with master 1.620. 2009-06-04 00:08:29 +00:00
Pav Lucistnik
aa952fd48f - Resolve LATEST_LINK conflict 2009-05-31 20:31:08 +00:00
Mark Linimon
e46c112701 Catch up with master 1.619. 2009-05-28 20:04:08 +00:00
Dennis Herrmann
e8a32a366d - Update to 1.2
PR:		ports/134911
Submitted by:	Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
2009-05-24 20:21:22 +00:00
Joe Marcus Clarke
70441c6f2c Update to 2.11.2.
* Fix a warning when PKGINSTALLVER is not defined. [1]
* Fix a false positive which can occur when install-info is used in sed
  expressions. [2]
* Add depcrecation checks for Apache macros. [3]

PR:		134000 [1]
		134614 [2]
		134610 [3]
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
		Lapo Luchini <lapo@lapo.it> [2]
		pgollucci [3]
2009-05-23 19:07:32 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Ion-Mihai Tetcu
c42250053d Bring more fixes, optimizations and changes from CVS (PORTREVISION bumped):
- Add a disclaimer to the addJail usage line so that users know to use
  createJail instead.
- Trim leading and trailing spaces from the descriptions for Jails,
  Builds, and PortsTrees.
- Add /proc to the list of ignored paths.  This fixes a race condition
  which can occur when multiple builds are run in parallel.
- Run the postPortsTreeUpdate and postJailUpdate Hooks while the file
  systems are still mounted.  This has the side effect of running the
  hooks when an update fails.
- Die if the postPortsTreeUpdate Hook fails.
- Die if a port could not be added to the BuildPortsQueue.

Webui:
- Save some screen space by reducing space between top menu and content.
- Add link to RSS feed to the latest_buildports view.
- Generate RSS feeds per maintainer and add drop down menu for feeds to
  homepage.
- Make headers of columns on buildport pages clickable to sort the table.
- Rename All really Build Failures to All Failures.
- Add link to All Build Failures and All Failures on latest_buildports
  page.
- To limit the number of shown ports per page a new variable
  list_limit_nr could be set in inc_tinderbox.php. This limitation is
  disabled by default.
2009-05-11 06:19:40 +00:00
Martin Wilke
7a4e97cb9a Finds updates for FreeBSD pkgs by checking the ports index.
pkg_findupdates - Finds updated packages.
pkg_bupdate - Perform a binary packages update.

WWW: http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/

PR:		133404
Submitted by:	"Zane C.B." <vvelox@vvelox.net>
2009-04-30 22:47:20 +00:00
Yen-Ming Lee
77594a1f04 - update to 1.2.1
PR:		134027
Submitted by:	leeym
Approved by:	maintainer
2009-04-27 20:39:27 +00:00
Joe Marcus Clarke
3af18d3222 Update to 2.11.1.
* Fix some Perl warnings. [1]
* Fix an improper invocation of perror(). [2]
* Add some more allowed full paths. [3]
* Add a check for MAKE_JOBS_[UN]SAFE used in conjunction with NO_BUILD.
  If this is found, throw a warning. [4]

PR:		133207 [4]
Submitted by:	gerald [3]
Reported by:	pav [1]
		Vladimir Chukharev <Vladimir.Chukharev@tut.fi> [2]
2009-04-13 01:56:17 +00:00
Ion-Mihai Tetcu
c0e116cada Import an other round of changes from marcuscom cvs and bump PORTREVISION:
- Bump build_name from 72 characters to 255 characters.
- Sync latest port fail reasons and patterns with pointyhat.
- Switch to cvsup17 as default csup server
- Fix a problem where port directories where not canonicalized, and could end
up looking like dir/../otherdir.
- Save some screen space by reducing space between top menu and content in
queue view in webui.

Note that if upgrading you have to apply the canges to your database by hand.
2009-04-12 07:22:53 +00:00
Mark Linimon
d129998c86 Catch up with master 1.617. 2009-04-10 21:55:37 +00:00
Sergey Matveychuk
375ea73578 - After portversion get -F option, -v stops showing full packages names.
Fix it.
2009-04-09 11:44:48 +00:00
Max Brazhnikov
165bfe6ffb Conflicts with kports-qt4 2009-04-06 20:27:53 +00:00
Max Brazhnikov
ddf3fa7598 Connect ports-mgmt/kports-qt4 2009-04-06 20:13:14 +00:00
Max Brazhnikov
0650b64b73 Update to 0.8.1 after repocopy.
PR:		ports/130085
Submitted by:	Hannes Hauswedell (maintainer)
2009-04-06 20:11:39 +00:00
Sergey Matveychuk
6446ec02df - A patch to fix fetching of packages problem. 2009-03-31 16:03:36 +00:00
Martin Wilke
187cd65a20 - Update to 0.1.1
PR:		133147
Submitted by:	Zane C.B. <vvelox@vvelox.net> (maintainer)
2009-03-31 07:35:23 +00:00
Martin Wilke
5598d55a0d - Update to 1.2.0
PR:		133148
Submitted by:	Zane C.B. <vvelox@vvelox.net> (maintainer)
2009-03-31 07:34:13 +00:00