aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Fix portsdb issue.Florent Thoumie2005-08-024-2/+24
| | | | | | | | | | Reported by: Igor Pokrovsky <ip@doom.homeunix.org> Patched by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Tested by: Igor Pokrovsky <ip@doom.homeunix.org> Approved by: portmgr (krion) Notes: svn path=/head/; revision=140731
* Upgrade to version 0.9.4 to fix a deadlock bug in the experimentalColin Percival2005-07-312-3/+3
| | | | | | | | | | pipelined http code. This has no effect for anyone not using the -x option to portsnap. Approved by: pav Notes: svn path=/head/; revision=140538
* Upgrade to version 0.9.3.Colin Percival2005-07-302-3/+5
| | | | | | | | | | | | | | | | | | | This adds some new _experimental_ pipelined HTTP code which typically makes portsnap 3-10 times faster at downloading updates. This experimental code is disabled by default; to enable it, run portsnap with the (undocumented) -x option. (e.g., "portsnap -x fetch") I am not currently aware of any problems with this new code, but it has had less than 24 hours of testing; I would definitely like to know if it breaks anything. If portsnap is run without the -x option, this version should behave exactly the same way as the previous version. Approved by: simon Notes: svn path=/head/; revision=140507
* Change MAINTAINER address for ports maintained by the Security Team toSimon L. B. Nielsen2005-07-302-2/+2
| | | | | | | | | secteam@ instead of security@ to make it more clear that the ports are not maintained by the freebsd-security@ mailing list. Both addresses go to the same people. Notes: svn path=/head/; revision=140487
* We only need Perl5 at runtime.Joe Marcus Clarke2005-07-301-1/+1
| | | | | | | | PR: 84029 Submitted by: edwin Notes: svn path=/head/; revision=140438
* Pass full path to pkg_{add,info} invoked from portupgrade.Renato Botelho2005-07-294-2/+46
| | | | | | | | PR: ports/84278 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Notes: svn path=/head/; revision=140411
* - Fix crash when TERM is undefined in environmentPav Lucistnik2005-07-282-1/+12
| | | | | | | | PR: ports/84168 Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr> Notes: svn path=/head/; revision=140351
* Reset maintainershipRenato Botelho2005-07-271-1/+1
| | | | | | | | PR: ports/84181 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer) Notes: svn path=/head/; revision=140251
* Update to a snapshot from HEAD from 2005-07-20.Joe Marcus Clarke2005-07-202-3/+3
| | | | Notes: svn path=/head/; revision=139647
* - GrabClement Laforet2005-07-182-2/+2
| | | | Notes: svn path=/head/; revision=139479
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-183-3/+3
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457
* Update to 1.2.2.Hye-Shik Chang2005-07-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | pkg_genplist: *) Fixed a problem that couldn't open plist when command line arguments leads to change PKGNAME. *) FIxed manpage filename mask to include '-' (reported by Radim Kolar) [1] pkg_trackinst: *) Replaced a unfriendly exception with friendly message for an error occurrs when Makefile doesn't exist in current directory. PR: 83224 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1] Notes: svn path=/head/; revision=139388
* - Add checking of empty directories to leftover checkPav Lucistnik2005-07-151-0/+30
| | | | | | | | PR: ports/71363 Submitted by: leeym Notes: svn path=/head/; revision=139299
* - Fix finding original directory name for py- and ruby- portsPav Lucistnik2005-07-152-2/+20
| | | | | | | | | | | | | PR: ports/70156 Submitted by: clsung - Add detection of leftover empty directories to leftover checking code PR: ports/71363 Submitted by: leeym Notes: svn path=/head/; revision=139298
* Log:Dirk Meyer2005-07-101-0/+2
| | | | | | | | | | - allow build with openssl installed from ports. PR: 76643 Reviewed by: William Fletcher Approved by: MAINTAINER timeout Notes: svn path=/head/; revision=138789
* - Set maintainership to security@.Simon L. B. Nielsen2005-07-031-1/+1
| | | | | | | Suggested by: nectar, remko Notes: svn path=/head/; revision=138432
* portaudit 0.5.10:Simon L. B. Nielsen2005-07-033-16/+29
| | | | | | | | | | | | | | | - Unbreak portaudit -vF. - Sync usage with reality. - Document the q, v, and V options. - Markup fixes for the portaudit(1) manual page. - Make quiet mode output even less "redundant" text [1]. - Set maintainership to security@. [2] Suggested by: Phil Kernick philk at rotfl dot com dot au [1] Suggested by: nectar, remko [2] Notes: svn path=/head/; revision=138430
* Fix a mismerge in the last OPTIONS patch. I forgot a line, but perl -cwJoe Marcus Clarke2005-07-032-1/+3
| | | | | | | | didn't catch the missing ';'. This should fix the erroneous messages about OPTIONS misuse. Notes: svn path=/head/; revision=138366
* Update to 2.7.2.Joe Marcus Clarke2005-07-022-25/+35
| | | | | | | | | | | | | * Add '+' to the list of valid characters for file names in the warning message. * Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if OPTIONS is actually defined). [1] PR: 82316 [1] Submitted by: sem [1] Notes: svn path=/head/; revision=138354
* - sysutils/portupgrade: add option for BDB4:Daichi GOTO2005-06-292-14/+24
| | | | | | | | | | | | | | | (1) Do not change default dependency (depend on ruby-bdb1), since ruby-bdb (BDB >= 2) support is not so tested. (2) Thus, no PORTREVISION bump. - a little Makefile change for portlint clean PR: ports/82000 Submitted by: Alexander Novitsky <alecn@server.v42of.icc-vvd.ru> Reviewed by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Notes: svn path=/head/; revision=138159
* Upgrade to version 0.9.2. This adds a -I option to "portsnap update"Colin Percival2005-06-282-3/+3
| | | | | | | | | | which only updates the INDEX files, and sets PATH to avoid problems when running from per-user crontabs. Approved by: pav Notes: svn path=/head/; revision=138127
* sysutils/portupgrade: fix minor documentation issuesDaichi GOTO2005-06-264-2/+50
| | | | | | | | | | | | | | | fix minor documentation issues with the portsclean(1) manpage. 1. In the SYNOPSIS, the -L option is excluded. 2. In the description for the -Q option, an example of the -QQ option is not given and since the other descriptions do this, it looks nicer and is easier to read. PR: ports/82666 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Pointed out by: Jason E. Hale <jhale@bluebottle.com> Notes: svn path=/head/; revision=138044
* Update to reflect the addition of sha256 to the RELENG_5 base system.Colin Percival2005-06-241-1/+1
| | | | | | | Simultaneously approved by: simon, tobez Notes: svn path=/head/; revision=137978
* Change maintainershipDaichi GOTO2005-06-222-2/+2
| | | | | | | | | | | | | | | | - change portupgrade-port-maintainership to KOMATSU Shinichiro-san <koma2@lovepeers.org> knu gave me approval to change portupgrade-port-maintainership to KOMATSU-san. He is busy attending to his work. He gave me approval to change some of his pr's responsible to me. I'll get work around portupgrade pr with KOMATSU-san. Submitted by: koma2@lovepeers.org Approved by: knu Notes: svn path=/head/; revision=137831
* Grab maintainer-ship of portaudit. While I do not currently have anySimon L. B. Nielsen2005-06-142-2/+2
| | | | | | | | | | plans for improvements (though I have ideas) I feel that portaudit is too important to not have an active maintainer. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=137463
* - Add perl dependency because it's used by portsdb.Florent Thoumie2005-06-052-2/+4
| | | | | | | | | | PR: ports/64650 [1], ports/69097 [2] Submitted by: David Israelsson <david@israelsson.org> [1], James Snow <snow@teardrop.org> Approved by: maintainer timeout (1 year) Notes: svn path=/head/; revision=136874
* - Unbreak handling of updated pkgdb.db so it is not regenerated forSimon L. B. Nielsen2005-05-236-74/+110
| | | | | | | | | | | | | | | every run, which also makes portversion(1) works for non-root users again. This is done by simply having the flag file in /var/db/ (thanks to pav for the suggestion). - While here anyway, fix some make warnings during install on FreeBSD 6. PR: ports/81088 Reported by: many Tested by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> Approved by: erwin (mentor) Notes: svn path=/head/; revision=135953
* Correct spelling error.Adam Weinberger2005-05-191-1/+1
| | | | Notes: svn path=/head/; revision=135637
* o whoops, forgot the patchMichael Landin2005-05-191-0/+26
| | | | Notes: svn path=/head/; revision=135612
* o remove pkg-plistMichael Landin2005-05-192-3/+4
| | | | | | | | | | | o add patch for ignoring special directoris in PORTSDIR (such as distfiles and Tools) PR: ports/80368 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=135611
* Update to 1.2.1:Hye-Shik Chang2005-05-182-3/+3
| | | | | | | | | | - pkg_genplist check mode now ignores gconf entries when GCONF_SCHEMAS is used. [1] Advised by: pav [1] Notes: svn path=/head/; revision=135545
* Update to 1.2.Hye-Shik Chang2005-05-153-4/+7
| | | | | | | | | | | | | | | | | - Ported to Python 2.3. [1] - It's now prohibited to run pkg_trackinst in ports directories. - pkg_genplist now writes "-c" mode error output to the file mentions on "-o" option. - Fixed a problem that can't handle manpages containing "." (dots) in their name. [1] - pkg_genplist now bypasses command line arguments to make command in build and install target. PR: 80831 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1] Notes: svn path=/head/; revision=135282
* Update to 1.1.Hye-Shik Chang2005-05-083-9/+7
| | | | | | | | pkg_trackinst now carries its own install log library "insthook.so" and is free from installwatch which is GPL-ed. Notes: svn path=/head/; revision=134825
* Add a patch that fixes a NameError on pkg_genplist.Hye-Shik Chang2005-05-071-0/+6
| | | | | | | Reported by: krion Notes: svn path=/head/; revision=134746
* Update to 1.0.Hye-Shik Chang2005-05-052-3/+3
| | | | | | | | | | | | | | New features for 1.0: * pkg_genplist has a new run-mode which checks and reports pkg-plist of current port is correct and what files and/or dirs are missing or obsolete. * pkg_trackinst got new option that handles +INSTALL, +DEINSTALL, +DISPLAY files of pkgdb. * pkg_genplist can be set to write new pkg-plist file with another file name than "pkg-plist" with -o option. Notes: svn path=/head/; revision=134659
* Add a new port for pkg_trackinst 0.2,Hye-Shik Chang2005-05-034-0/+71
| | | | | | | | | | | | | | | | | a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished ports. It provides two commands: * pkg_trackinst: Tracks installation of unpackaged software and writes pkgdb entry using the install log. Then, it also creates a binary package for the installed package. * pkg_genplist: Generates `pkg-plist' of a port in current directory automatically by a test installation. Notes: svn path=/head/; revision=134560
* Unbreak by fixing the build with gcc 3.4Markus Brueffer2005-04-246-10/+142
| | | | | | | No objections by: maintainer Notes: svn path=/head/; revision=134044
* Update to 0.2.9_4Jean-Yves Lefort2005-04-232-1/+726
| | | | | | | | | PR: ports/80264 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: adamw (implicit, mentor) Notes: svn path=/head/; revision=134004
* Fix build by including ${LOCALBASE}/lib in the link path.Adam Weinberger2005-04-201-1/+5
| | | | Notes: svn path=/head/; revision=133794
* Add '+' to the list of recommended file name characters.Joe Marcus Clarke2005-04-162-2/+3
| | | | | | | Reported by: many Notes: svn path=/head/; revision=133489
* Unbreak on 5.xRoman Bogorodskiy2005-04-152-4/+12
| | | | | | | | | PR: 79872 Submitted by: Johan van Selst <johans@stack.nl> Approved by: "."@babolo.ru (maintainer) Notes: svn path=/head/; revision=133428
* - Add cdiff to RUN_DEPENDS.Florent Thoumie2005-04-141-1/+2
| | | | | | | | | PR: ports/74638 Submitted by: Sean Farley <sean-freebsd@farley.org> Approved by: maintainer timeout (4 months) Notes: svn path=/head/; revision=133317
* o Whoops - forgot to reset PORT_REVISIONMichael Landin2005-04-131-1/+0
| | | | Notes: svn path=/head/; revision=133251
* o Update to -> 0.2Michael Landin2005-04-134-202/+7
| | | | Notes: svn path=/head/; revision=133250
* Update to 2.7.1Joe Marcus Clarke2005-04-132-3/+39
| | | | | | | | | | | | | * Check to make sure only characters [-.a-zA-Z0-9_] appear in file names [1] * Check for proper quoting of IGNORE and BROKEN [1] * Check to see if README.html is being committed [1] * Check for uses of .elseif [2] Submitted by: krion [1] Suggested by: bsdcrank <bsdcrank@squbes.com> [2] Notes: svn path=/head/; revision=133196
* Fix and document insecure temporary file handling in portupgrade.Simon L. B. Nielsen2005-04-124-2/+138
| | | | | | | | | | | Security: CAN-2005-0610 Security: http://vuxml.FreeBSD.org/22f00553-a09d-11d9-a788-0001020eed82.html Approved by: erwin (mentor), maintainer timeout OK'ed by: portmgr Reviewed by: nectar Notes: svn path=/head/; revision=133127
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 2.7.0.Joe Marcus Clarke2005-04-022-5/+115
| | | | | | | | | | | | | | | | | * Add a check to make sure a WWW is defined in pkg-descr (this is a nice thing to have) [1] * Add a slew of Java-related checks (see http://wikitest.freebsd.org/moin.cgi/JavaPortlint for more details) [2] * Add @mode to the list of plist directives to warn about [3] PR: 78126 [1] 78947 [3] Requested by: hq [2] Submitted by: leeym [1] Renato Botelho <renato@galle.com.br> [3] Notes: svn path=/head/; revision=132161
* Use ${INDEXFILE} for a filename of INDEX in /usr/ports.Hiroki Sato2005-03-251-1/+6
| | | | | | | | PR: ports/79036, ports/79154 Approved by: portmgr(kiron) Notes: svn path=/head/; revision=131940