Commit graph

2087 commits

Author SHA1 Message Date
Baptiste Daroussin
89c3e3e261 - update to checkin 1516db8bc5
- changes:
  * fix a bug not cleanly cleaning a bulk after a Ctrl-C [1]
  * do not load linux specific stuff on non x86 platforms
  * performances improvements
  * fix testport

Reported by:	flo and des [1]
2012-08-31 16:16:46 +00:00
Baptiste Daroussin
15ee713341 - update to 2.0.1
- changes:
  * fix a bug not cleanly cleaning a bulk after a Ctrl-C

Reported by:	flo, des
2012-08-31 16:13:13 +00:00
Baptiste Daroussin
72e4b80c71 - update to 1.0
- changes:
  * SRV mirroring is on by default
  * fix large scripts executions
  * pkg check -d now installed packages tags as automatic
  * performance improvements
2012-08-30 14:19:30 +00:00
Bryan Drewery
103b49c10b - Update to 2.4.9.9
Changelog:
 * Fix running portupgrade from a portdir picking that port up as
   the origin to upgrade/install. Regression from 2.4.9.8 [1]
 * Don't run 'make config' when only using packages with -PP
 * Fix portinstall -n not listing depends or a summary (#29)
 * manpage cleanups
 * port{install,upgrade} -n will no longer fetch packages when using
   -P or -PP. Use -F to fetch packages instead. -n implies dry run,
   so it should not be making any modifications to the system.

Reported by:	ache@ [1]
Approved by:	bapt (mentor)
2012-08-28 16:04:18 +00:00
Baptiste Daroussin
2290dd6bee - update to 2.0.0
- changes since 1.5.x:
  * parallel build, can build multiple packages at the same time
  * options discovering rebuilding
  * huge performance improvements in sanity check
  * better output (close to tinderbox)
  * better log separation
  * better leftover discovery
  * many bug fixes
2012-08-28 15:58:46 +00:00
Baptiste Daroussin
53a457cb44 Update to 443d190388 snapshot that is the start of what will become 2.1 release 2012-08-28 15:51:49 +00:00
Bryan Drewery
3a24386f8a - Update to 20120827 snapshot
Changelog:
 * Fix running portupgrade from a portdir picking that port up as
   the origin to upgrade/install
 * Don't run 'make config' when only using packages with -PP
 * Fix portinstall -n not listing depends or a summary (#29)
 * manpage cleanups
 * port{install,upgrade} -n will no longer fetch packages when using
   -P or -PP. Use -F to fetch packages instead. -n implies dry run,
   so it should not be making any modifications to the system.

Approved by:	bapt (mentor)
2012-08-28 00:11:36 +00:00
Kris Moore
6fbefd1963 - Update to 0.9.9 2012-08-27 16:59:42 +00:00
Bryan Drewery
a13e482eac - Update to 2.4.9.8
Changelog:

  * Fix MOVED tracking when upgrading ports [1]
  * Track and display deleted ports when upgrading
  * Automatically set DISABLE_CONFLICTS when moving origins
  * Fix crash when running portupgrade inside of a WRKDIR
  * Fix "Frozen string" error with ruby 1.9 when using the
    {BEFORE,AFTER}{INSTALL,DEINSTALL} hooks in pkgtools.conf
  * Fix failure being seen as success due to broken script(1) on
    older systems [2][3]. This is done by installing a more recent
    script(1) into PREFIX/libexec/pkgtools and using it instead.
    Only installed/used on FreeBSD 8.0 and earlier.

PR:		ports/151662 [1], ports/147242 [2],
		ports/131111 [3]
Approved by:	eadler (mentor)
2012-08-26 03:15:31 +00:00
Bryan Drewery
e73d68fc73 - Fix crash when no PACKAGESITE is defined in pkg.conf
Approved by:	bapt (mentor, maintainer)
2012-08-23 22:09:53 +00:00
Baptiste Daroussin
d534617a53 - update to 35e8e96117 checkin
- changes:
  * option change detection now also work with pkg_install
  * testport now build its dependency in parallel
  * huge improvement on cleanup
  * lots of bug fixes
2012-08-23 20:54:55 +00:00
Pietro Cerutti
34270a1982 - Fix prompt sign in pkg-message, pkg2ng must be run as root
Approved by:	bapt (portmgr)
2012-08-22 10:18:41 +00:00
Baptiste Daroussin
411d65ff95 - update to 20120822 snapshot 2012-08-22 08:47:09 +00:00
Bryan Drewery
a7270ff6b2 - Update to 20120821 snapshot
- Changes:
  * Fixes Frozen string error with ruby 1.9

Approved by:	eadler (mentor)
2012-08-21 20:23:32 +00:00
Baptiste Daroussin
ab37b18f81 - update to checkin: 532008b635
- changes:
  * fix uname -v from allbsd,csup,svn jails (needs recreate)
  * fix kbuild* ports building
  * to not show /var/mail/* in leftovers
2012-08-21 05:44:16 +00:00
Bryan Drewery
400b112923 - Update to 20120820 snapshot
- Changes:
  * Fixed MOVED support [ports/151662]
  * Fixed deleted port portupgrade -o support
  * Automatically set DISABLE_CONFLICTS when replacing origins
  * Fix self-upgrade on 7.x due to custom script(1) being used
  * Fix errors when installing ports while inside WRKDIRS
  * pkgng fixes:
    * Implement portupgrade -o
    * Bail out of pkgdb -F sooner
    * Catch missing support in pkgdb -L
    * Implement creating pkgng package with -p
    * Be quieter about pkgdb -F support with pkgng
    * Implement pkgdb -o PKGNAME=ORIGIN for pkgng
    * Add PKGNG support to pkgdb.required?

Approved by:	eadler (mentor)
2012-08-21 00:45:14 +00:00
Baptiste Daroussin
c0954c599b - update to checkin f18246236d
- changes:
  * performance improvements by using more caching
  * fix FreeBSD version not being correctly set for jails using another method
    than ftp
  * better output for bulk
  * bulk can now save wrkdirs on failures
  * fix bulk -J
2012-08-19 13:19:48 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Baptiste Daroussin
e96e11839a - update to d000cd0980 checkin
- changes:
  * jail can now fetch sets from allbsd (allowing to have latest and greatest
    current, 9 and 8 without having to build it) upgrading is not supported (it
    always take the latest image) and won't be.
  * fix a regesssion preventing jail upgrade from via "freebsd-update"
  * poudriere jail -l and jail -i now shows the install/upgrade method used
  * huge performance improvements when running redundants bulks, by using more
    caching
2012-08-17 06:03:03 +00:00
Baptiste Daroussin
710d4251be - update to 1.0-rc6
- changes:
  * pkg query now fails if no format strings has been provided
  * pkg delete pkg is no more allowed expect if -f is specified
  * large improvements on pkg backup/restore interface
  * do not propose to downgrade dependencies expect if forced to
  * every script execution now uses posix_spawn(3)
  * this abi is now check on pkg update, if a remote repository does not fit the
    desired abi, pkg update will fail.
  * allow pkg set -o even if the oldoriring has been uninstalled
  * pkg version now has -O to match on package origin
  * respect TMPDIR environnement setting
  * pkg.conf now has a ${ABI} variable correcponding to the detected ABI or the
    set one (sample pkg.conf has been modified to use it)
  * when run as non root pkg upgrade is automatically set to dry-run mode
  * pkg version can now work on remote repository (no need for a ports tree)
  * many buf fixes and man pages improvements
2012-08-16 17:05:58 +00:00
Baptiste Daroussin
b88e7c4450 - add a devel version of poudriere
- register conflicts between poudriere and poudriere-devel
- poudriere devel brings:
  * support for ports using svn, svn+http, svn+ssh
  * improve jail building from sources (still experimental)
  * POUDRIERE_DATA is no more needed, if it doesn't exists it now looks for a
    data zfs FS which by default will be in ${BASEFS}/data
  * bulks now keep packages by default (incremental) (-k is gone replace by a -c
    to clean everything before starting)
  * bulks are now built in parallel (number of parallel built being hw.ncpu by
    default
  * cron directory is now autocreated and default location is the data dir
  * jails are now created and mounted by default in a sub FS (${BASEFS}/jails/<jailname>
  * ports tree are now created and mounted by default in a sub FS (${BASEFS}/ports/<portstreename>
  * tinderbox-style output for logs
  * logs are now created in data/logs/<buildtype>/<jailname>/<portstreename>/pkgname.log
  * lots of performance improvements
2012-08-16 10:11:05 +00:00
Ruslan Makhmatkhanov
890db6135c - update to 2.0.0
PR:		170550
Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2012-08-16 04:34:38 +00:00
Joe Marcus Clarke
7299d31701 Update to 2.13.12.
Replace some of the CVS verbiage with SVN.

Submitted by:	beat
2012-08-05 22:56:23 +00:00
Alex Kozlov
8fad11e21a - Update to 1.9 2012-08-05 19:36:15 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Bryan Drewery
b70d151d98 - Update to my new maintainer address
Approved by:	eadler (mentor)
2012-08-02 21:42:30 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Bryan Drewery
7daddde8e8 - Fix creation of %%RUBY_SITELIBDIR%%/pkgtools from package
- Update to my new maintainer address
- Update mirror URL
- Update to 20120801 snapshot

Changelog:
 * Fixes crash with duplicated origins

Approved by:	eadler (mentor)
2012-08-01 17:55:17 +00:00
Jason Helfman
2e9568750d - Update to 2.4.9.7
- Fixes crash when checking for duplicated origins

PR:	ports/170292
Reported by: Hans
Submitted by:	maintainer, bryan@shatow.net
2012-07-31 04:54:28 +00:00
Baptiste Daroussin
80a49985ce Fix a regression appending newline to commments
Reported by:	avilla
2012-07-30 08:25:34 +00:00
Baptiste Daroussin
8cf9526831 - update to 1.0-rc5
- changes:
  * speed improvements in pkg repo on multi core boxes
  * fix pkg upgrade proposing to downgrade dependencies
  * fix pkg2ng losing seom origin from dependencies
  * fix losing new line informations in descriptions
  * new -A option to track a new installation as automatically installed
2012-07-30 06:23:26 +00:00
Jason Helfman
b81b99c657 - Update to 2.4.9.6, and add DOCS option to port
-- Fix `portsdb -U` crash
-- Show new version when upgrading ports
-- Show recursive depends when upgrading
-- Respect LOCALBASE [ports/146858]
-- Fix crash on duplicated origins

PR:	ports/170266
Submitted by:	maintainer, bryan@shatow.net
2012-07-30 05:02:33 +00:00
Baptiste Daroussin
db838cc82a add a fix to pkg2ng preventing losing track of some dependency origins leading
to a failure of the conversion.

Reported by:	Pierre Guinoiseau (via gitub issue #314)
Tested by:	Pierre Guinoiseau
2012-07-29 22:21:30 +00:00
Alex Kozlov
0ecec93f3d - Update to 1.8 2012-07-25 11:14:44 +00:00
Doug Barton
22aca7c98c Update to 3.13.13:
Minor improvements:
===================
* Improve messages for processing of dependent ports when -r
* If there is an installed version, always print that message, not just
  when we're in the parent
* Optimize determination of $new_port:
 - When first set, let it be global
 - Use a function to incorporate/optimize the various tests from the
   2 different places that it was being set
* Use a more robust method of determining portdir from $PWD. This also
  works for bare 'portmaster' with no arguments now, if you're in a port
  directory.
* Various additional code cleanups

Bug fix:
========
Do read_distinfos() in the background for multiport() too, oops
2012-07-24 20:48:17 +00:00
Baptiste Daroussin
29548fa6c6 use ${FIND} macro instead of direct find
Reported by:	sunpoet
2012-07-24 15:17:31 +00:00
Baptiste Daroussin
40ddcdc20b Remove .orig after applying patches to avoid installing .orig files into the system
Reported by:	redports (QAT)
2012-07-24 10:14:22 +00:00
Baptiste Daroussin
7df28735bf Fix some missing quoting
PR:		ports/170087
Submitted by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>, Denis Generalov <gd@powernet.ru>
2012-07-24 09:04:13 +00:00
Chris Rees
d8dd4deb3a Update WWW line
PR:		ports/170044
Submitted by:	nemysis@gmx.ch
Approved by:	maintainer
2012-07-21 14:56:39 +00:00
Baptiste Daroussin
79769610e4 - update to 1.0-rc4
- changes:
  * Fix reinstalling package due to options change losing automatic flag
  * Fix pkg set -o
  * do not use dlopen for figure out path of libraries to track shlibs
  * more manpages cleanup
2012-07-20 20:21:09 +00:00
Doug Barton
323e0ff2eb Update to version 3.13.1
Minor fixes/improvements
========================
* Turns out there are a non-zero number of distinfo files that have SIZE
  listed first, so in the code that parses them for the data to put into
  /var/db/pkg/$port/distfiles, handle this situation gracefully.

* If we trap while working on a child port do not remove that child from
  the PM_NEEDS_UPDATE list so that when it gets printed in the parent
  that child is still on the list.

* Use the count of total ports as $num_of_deps for -Faf

* For -av, add num_{roots|trunks|branches|leaves} values to the headers

* In multiport(), decrement the number of ports to work on and print a -v
  message if we have already seen a port in the worklist as a dependency
  of another port in the list.

* Many other minor code cleanups

Performance enhancement
=======================
* In read_distinfos*() use while read instead of grep. Avoids the fork
  and reduces the total time for building the list(s) of distfiles by 25%
2012-07-17 07:38:27 +00:00
Beat Gaetzi
b7373f3475 - Update to 1.5 (which adds optionsng support)
PR:		ports/169760
Submitted by:	jgh
2012-07-15 23:04:30 +00:00
Baptiste Daroussin
26bc5ba5b1 - update to 1.0-rc3
- changes:
  * fix bug corrupting automatic and licenselogic flags
  * some mdoc fixes
  * fix a new dependencies pulled by upgrade showed as reinstalling instead of
    installing
  * some fixes in repo generations
2012-07-13 23:15:45 +00:00
Baptiste Daroussin
d08b26f7dd - update to 1.0-rc2
- changes:
  * fix an important bug on script handling resulting in scripts runned sometime
    twice
  * time can no more be negative while fetching
  * fix a crash on pkg check
  * fix an infinite retry loop when fetching a file that return 404
  * emit a warning when search gives no results
2012-07-13 15:39:57 +00:00
Baptiste Daroussin
fd554fce86 - update to 1.0 rc1
- changes:
  * schema for remote repositories are versionned
  * fix ordering of scripts
  * ability to query SRV dns records for automatic mirror detection (ala
    portsnap/frebsd-update) via the SRV_MIRROR options default to off
  * new FETCH_RETRY options (default to 3)
  * more style(9) compliance of the code
  * lots of cleanup in exits codes
  * lots of typos fixes in manpage
  * improvements in manpages
  * pkg2ng now move the old database into /var/db/pkg.back
  * new -B option to pkg check to reanalyse the files and populate shlibs
  * new install -fR to reinstall all packages depending on a given package
  * disable shlib when using pkg-static

No new feature to expect in next releases, only bug fixes
New feature will be for 1.1 (already planned :))
2012-07-11 22:17:37 +00:00
Jason Helfman
c28450b1a5 - adopt new options framework
PR:	ports/169743
Submitted by:	jgh@
Approved by:	maintainer, naylor.b.david@gmail.com
2012-07-09 18:29:51 +00:00
Alex Dupre
15fad6f563 Match also lowercase letters in port knobs (used by ghostscript) and
update pkg-message.
2012-07-09 13:49:02 +00:00
Frederic Culot
3225f2ada1 - Update to 0.1.5.2
Changes:	https://raw.github.com/DragonSA/portbuilder/master/ChangeLog
PR:		ports/169715
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-09 09:15:08 +00:00
Joe Marcus Clarke
943066597f Update to 2.13.11.
* Fix typo. [1]
* Add support for DOCS/NLS using optionsNG. [2]
* Remove references to PATCHDIR. [3]

PR:		169110 [1]
		168364 [3]
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw> [1]
		ak [2]
		crees [3]
2012-07-09 01:36:00 +00:00