aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Fix includeing ldconfig_compatSergey Matveychuk2006-06-092-4/+6
| | | | | | | Submitted by: Scott Allendorf <scott-allendorf at uiowa.edu> Notes: svn path=/head/; revision=164934
* Fix spelling.Alex Dupre2006-06-091-1/+1
| | | | | | | Submitted by: lawrance Notes: svn path=/head/; revision=164892
* Update to 1.1 release:Alex Dupre2006-06-094-20/+47
| | | | | | | | | - automatically modify make.conf on install/deinstall Inspired by: James O'Gorman <james@netinertia.co.uk> Notes: svn path=/head/; revision=164888
* Give better make example.Alex Dupre2006-06-081-14/+13
| | | | Notes: svn path=/head/; revision=164805
* Portconf is a simple framework to set ports options in anAlex Dupre2006-06-084-0/+109
| | | | | | | | universal way. Knobs set to specific ports are honorated by portmaster, portupgrade, portmanager and 'make install'. Notes: svn path=/head/; revision=164795
* Add SHA256 checksumEdwin Groothuis2006-06-071-0/+1
| | | | Notes: svn path=/head/; revision=164723
* - Update to 2.1.2Sergey Matveychuk2006-06-074-10/+12
| | | | | | | | | | | | | | | | | | | | | | o Really fix *_rc_scripts. The last fix was uncomplited. o Set both make argument and environment variable to PORT_UPGRADE=yes. It makes possible a port or a package (via install/deinstall scripts) to detect if it builds/installs/deinstalls under portupgrade(1) [1] o Add to pkgtools.conf a new directive: include_eval('file') The file will included and evaluated in the place where encountered. The file path looking inside of PREFIX. [2] o Add to pkgtools.conf ALT_MOVED. The array holds alternate MOVED file. E.g. for files in EXTRA_CATEGORIES. [3] o Allow install port by origin. E.g. portinstall lang/ruby18 o Make pkgdb offer install a stale dependency before selecting it from installed. [4] - Add own mirror to prevent delay while distfile appears on MASTER_SITE_LOCAL. Requested by: skv [1,2,3], kris [4] Notes: svn path=/head/; revision=164689
* We actually agreed to test the fc4 Linux port, not fc3. The run has beenMark Linimon2006-06-071-1/+1
| | | | | | | restarted. Notes: svn path=/head/; revision=164663
* Update these to what is currently being tested on the cluster.Mark Linimon2006-06-053-34/+815
| | | | Notes: svn path=/head/; revision=164488
* - Update to 2.1.1Sergey Matveychuk2006-06-044-40/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Fix -O that should force ignoring dependency errors, but really did not work [1] o Add PKG_BACKUP_DIR environment variable where specified a directory where will keep saved packages (-b). Default: PKG_PATH (PORTSDIR/packages/All) [2] o Add MAKE_ENV in pkgtools.conf that is like MAKE_ARGS but allows to set environment variables for ports [3] o Fix pkg_fetch(1) to guess a right source directory for download (All or Latest). It works in much more cases now [4] And make a notice for using of '@' in package name more clean. o *_rc_scripts internal procs don't recognize RC-scripts without .sh. It's wrong for 6.0+ [5] o Fix pkgdb -s [6] o Add firefox in a browser list in portcvsweb(1) o Revive NEWS file PR: ports/56301 [1] ports/81454 [2] (based on) ports/92896 [3] ports/94054 [4] ports/95775 [5] ports/96832 [6] Reported by: Roman Neuhauser <neuhauser at sigpipe.cz> [1] Fernan Aguero <fernan at iib.unsam.edu.ar> [3] Andrew Webster <awebster at connectalk.com> [4] Rong-En Fan <rafan at infor.org> [5] Richard Brooksby <rb at ravenbrook.com> [6] Submitted by: KOMATSU Shinichiro <koma2 at lovepeers.org> [2] Notes: svn path=/head/; revision=164347
* - update to 1.2Cheng-Lung Sung2006-06-022-4/+4
| | | | | | | | PR: ports/96776 Submitted by: maintainer (Philipp Wuensche) Notes: svn path=/head/; revision=164204
* - Take the portSergey Matveychuk2006-06-028-78/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.1.0 o rewrite version checking. Now it's compliant with pkg_version(1) algorythm o fix shebangs in test/* o add test in test_pkgversion.rb from test-pkg_version.sh o fix test_pkgdb.rb o fix pointyhat URL in pkgtools.conf and pkgtools.rb o make comparisons when updates from packages. It compared package names instead versions. It gives a weird results when port was renamed (eg. mozilla-firebird -> firefox) [1] o don't show a warning about origin changing when origins are the same. [2] It rids us from messages like: Package origin of 'pan' has been changed: 'news/pan' -> 'news/pan' PR: ports/62990 [1], ports/98153 [2] Submitted by: Leland Wang <llwang at infor.org> [1] tobez [2] Approved by: maintainer (silence for a month, no activity seen for 4 monthes) daichi (blessed) ports (silence) a number open PRs from 2003 year Inspired by: az Notes: svn path=/head/; revision=164201
* I suppose that one of these years I'll remember to quit committing localMark Linimon2006-06-021-2/+1
| | | | | | | changes to this file. At least they're harmless. Notes: svn path=/head/; revision=164188
* Add an additional mirrorEmanuel Haupt2006-05-311-2/+3
| | | | | | | | PR: 98209 Submitted by: Sulev-Madis Silber <madis555@hot.ee> (maintainer) Notes: svn path=/head/; revision=164066
* Remove the hard-to-maintain usage from pkg-descr, and replace it with aJoe Marcus Clarke2006-05-311-15/+2
| | | | | | | reference to portlint(1). Notes: svn path=/head/; revision=164053
* Update to 2.9.0.Joe Marcus Clarke2006-05-313-267/+384
| | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=164045
* Bring this up to ports/Mk/bsd.port.mk 1.533.Mark Linimon2006-05-311-147/+173
| | | | Notes: svn path=/head/; revision=164032
* - Convert to USE_LDCONFIG.Florent Thoumie2006-05-296-12/+54
| | | | | | | | | PR: ports/93186 Submitted by: $self Approved by: maintainer Notes: svn path=/head/; revision=163869
* Vastly improve handling of moved ports:Doug Barton2006-05-292-6/+19
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=163820
* - Bail out gracefully when executed as non-rootPav Lucistnik2006-05-282-1/+18
| | | | | | | | PR: ports/98032 Submitted by: marko Notes: svn path=/head/; revision=163772
* Update portsnap to version 1.1, to reflect three months of development inColin Percival2006-05-262-4/+4
| | | | | | | | | | the src tree. PR: ports/93901, bin/96288 Sponsored by: FreeBSD security development fundraiser Notes: svn path=/head/; revision=163557
* Bump the version number of the port for the new version of the scriptDoug Barton2006-05-201-1/+1
| | | | Notes: svn path=/head/; revision=162852
* 1. Implemented recursive 'make config' at the beginning of the run, so it'sDoug Barton2006-05-202-139/+336
| | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=162851
* Update to 0.1.1. [1]Sam Lawrance2006-05-153-6/+6
| | | | | | | | | | | Update maintainer's email address. PR: ports/96620 [1] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1] Approved by: semionov@mail.bg (maintainer) Notes: svn path=/head/; revision=162428
* Make bpm capable of handling ports with OPTIONS by using zenity toSam Lawrance2006-05-142-2/+22
| | | | | | | | | | | display them. PR: ports/96149 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: Seth Kingsley <sethk@meowfishies.com> (maintainer) Notes: svn path=/head/; revision=162340
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-136-6/+0
| | | | Notes: svn path=/head/; revision=162215
* Depend on the right databases/p5-DBD-mysqlIon-Mihai Tetcu2006-05-122-6/+20
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=162176
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Convert MAINTAINER to my freebsd.org account.Stefan Walter2006-05-071-1/+1
| | | | Notes: svn path=/head/; revision=161594
* - Update to 0.77:Sergei Kolobov2006-05-062-4/+4
| | | | | | | | - fixed a stupid bug in port create: quote arguments passed to newfile(1); thanks Radim Kolar for reporting it Notes: svn path=/head/; revision=161487
* - Update to 0.76 (bugfix release, see NEWS for the list of changes)Sergei Kolobov2006-05-024-56/+6
| | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=161194
* Update from 1.2.2 to 1.2.3:Vasil Dimov2006-05-022-4/+4
| | | | | | | | | | * 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 Notes: svn path=/head/; revision=161159
* - Update to 0.75:Sergei Kolobov2006-04-303-6/+9
| | | | | | | - 4 new commands added: commit, getpr, install, upgrade Notes: svn path=/head/; revision=160983
* - Update to 20060430, which uses pkg_delete instead of pkg_deinstallPav Lucistnik2006-04-302-8/+5
| | | | | | | | | | - Remove dependency on sysutils/portupgrade PR: ports/96558 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) Notes: svn path=/head/; revision=160960
* Track Mk/bsd.port.mk r1.530.Mark Linimon2006-04-291-2/+2
| | | | Notes: svn path=/head/; revision=160860
* [patch] Clarify using instructions for sysutils/newportsversioncheckEdwin Groothuis2006-04-201-1/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=160047
* Avoid unnecessary invocations of pkg_info by checking whether theSimon L. B. Nielsen2006-04-162-1/+5
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=159700
* Perform the hand-merge.Mark Linimon2006-04-151-30/+182
| | | | Notes: svn path=/head/; revision=159553
* Backout previous commit because all changes here should be merged byKirill Ponomarev2006-04-151-183/+139
| | | | | | | | | hand and honestly, I have neither time nor energy for this game. Submitted by: linimon Notes: svn path=/head/; revision=159543
* Merge changes for the next experimental build.Kirill Ponomarev2006-04-131-139/+183
| | | | Notes: svn path=/head/; revision=159438
* Remove USE_REINPLACE to give portlint a better self-image.Joe Marcus Clarke2006-04-071-1/+0
| | | | | | | | PR: 95448 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=158991
* - Update to 20060403Sergey Matveychuk2006-04-053-8/+8
| | | | | | | | | | - Add WWW: line in pkg-descr PR: ports/95246 Submitted by: maintainer Notes: svn path=/head/; revision=158855
* - Add some messages in pkg-message that were missing.Jean Milanez Melo2006-04-042-2/+4
| | | | | | | | PR: 95007 Approved by: Andreas Kohn (maintainer), mnag (mentor) Notes: svn path=/head/; revision=158788
* Bring these up to the level that was committed to the master files onMark Linimon2006-03-202-87/+56
| | | | | | | | | 2006/02/11 - 2006/02/23. Originally forgotten by: linimon Notes: svn path=/head/; revision=157716
* Update to 2.8.7.Joe Marcus Clarke2006-03-122-4/+4
| | | | | | | | | * Remove support for PERL_{BUILD,RUN}_DEPENDS Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157066
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Update to 1.1Renato Botelho2006-02-282-4/+4
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=156904
* Try to clean up lib/compat and lib/compat/pkg at deinstall.Kris Kennaway2006-02-262-2/+4
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156812
* Update to 2.8.6, and sync with my own CVS repo.Joe Marcus Clarke2006-02-252-5/+4
| | | | | | | | Pointy hat to: ade Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156782
* Move maintainership to andreas@syndrom23.deEdwin Groothuis2006-02-242-2/+2
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156767