aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest CVS HEAD snapshot (as of today). Also, make sure weJoe Marcus Clarke2004-05-302-4/+13
| | | | | | | | use .tgz packages by default on systems that do not support .tbz packages. Thanks to eik for pointing this little problem out. Notes: svn path=/head/; revision=110435
* Update to 2.6.2.Joe Marcus Clarke2004-05-302-12/+80
| | | | | | | | | | | | | | | | | | * Do not complain about SIZE if NO_SIZE is set [1] * Allow ``%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true'' in pkg-plist when using PORTDOCS * Be a little smarter about complaining when .la files are seen in the plist. Also, point users to the GNOME site for elimintating .la files altogether [2] * Super-scrub PKGNAME and PORTVERSION for illegal characters [3] * Check for port versions that go backwards [3] PR: 66891 [2] Submitted by: krion [1] leeym [2] (based on) eik [3] Notes: svn path=/head/; revision=110424
* Update to 20040529.Akinori MUSHA2004-05-296-24/+10
| | | | | | | | | | | | | | | | | | | | | overall: - Update Copyright years. - Apply massive message improvement. (I hope..) pkgtools.conf(5): - pkg_site_mirror(): Use pointyhat.FreeBSD.org instead of bento and beta. portupgrade(1): - Indicate some pieces of information on what is going on in the process title. portversion(1): - Make a generated script (with -c) accept additional arguments for portupgrade(1). Notes: svn path=/head/; revision=110254
* Add two new metaports comprising a set of tools to work with the PortsMark Linimon2004-05-264-0/+68
| | | | | | | | | | | | | | | | Collection. One is targeted to the audience of people who wish to install ports from source and then maintain their system; the other, more specialized, is intended for ports authors. These might be good candidates for a "start here" reference for those new to the ports collection and port maintenance. They might also serve to introduce more people to fastest-cvsup, pkg_cutleaves, libchk, and porttools, which IMHO would be A Good Thing. PR: ports/65161 Notes: svn path=/head/; revision=110096
* Try to fetch an up-to-date index from http://www.freebsd.org/ports/.Dag-Erling Smørgrav2004-05-243-15/+46
| | | | Notes: svn path=/head/; revision=109863
* update to version 20040517, which parses 10alpha3 as 10.a3.Oliver Eikemeier2004-05-182-3/+3
| | | | | | | | | | | | Special strings parsed that way are pl, alpha, beta, pre and rc. Affected ports: - databases/sybtcl sybtcl-3.0rc2 - graphics/linux-bmrt linux-bmrt-2.6beta - net/py-ldap2 py23-ldap2-2.0.0pre21 Notes: svn path=/head/; revision=109417
* - Update to 20040517Kirill Ponomarev2004-05-174-339/+13
| | | | | | | | | | | | (add parameter '-L': treat exclude file as a list of files that *should* be installed and report deviations from that list; patch sent by Bob Van Valzah <Bob@VanValzah.Com>) PR: ports/66734 Submitted by: maintainer Notes: svn path=/head/; revision=109340
* Make 4a < 4a0 in order to improve consistency with missing version numbersOliver Eikemeier2004-05-132-3/+3
| | | | | | | and compatibility with other port tools Notes: svn path=/head/; revision=109038
* Update to 20040511Oliver Eikemeier2004-05-122-3/+3
| | | | | | | - fix a glitch when [!...] is used in patterns Notes: svn path=/head/; revision=108984
* disable on bento because the dynamicalOliver Eikemeier2004-05-111-0/+5
| | | | | | | port version triggers a consistency check. Notes: svn path=/head/; revision=108880
* Use 'make checksum' instead of 'make fetch'.Dag-Erling Smørgrav2004-05-103-6/+6
| | | | Notes: svn path=/head/; revision=108820
* - fix package extensions for 4.xOliver Eikemeier2004-05-082-3/+3
| | | | | | | | | | | | | - add support for 4.10-release Now /usr/local/sbin/pkg_add -r openldap21-client should work on all FreeBSD versions - FWIIW, fix pkg_sign -t sha1 (PR 66354) Notes: svn path=/head/; revision=108694
* Update to 20040414,Mathieu Arnold2004-05-042-18/+34
| | | | | | | | | | - Add the ability to handle portnames with + sign PR: 65329 Submitted by: maintainer Notes: svn path=/head/; revision=108380
* enable the use of csh-style {...} choices in glob patterns, e.g.Oliver Eikemeier2004-05-012-3/+3
| | | | | | | /usr/local/sbin/pkg_info 'openldap-{client,server}-*' Notes: svn path=/head/; revision=108085
* Update to 2.6.1.Joe Marcus Clarke2004-05-012-6/+38
| | | | | | | | | | | | | | | | * Add a check to see if PLIST_{FILES,DIRS} is defined and pkg-plist exists. If so, print an error [1] * Add a check for direct usage of iconv.\d+ and intl.\d+ instead of USE_ICONV and USE_GETTEXT [1] * If %%DOCSDIR%% is used in the plist, make sure @dirrm %%DOCSDIR%% is also present [1] * Don't flag a missing distinfo as FATAL [2] Submitted by: krion [1] eik [2] Notes: svn path=/head/; revision=108065
* Fix usage of pkg_createOliver Eikemeier2004-04-292-3/+3
| | | | | | | | PR: 66081 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=107973
* add an `-S' option to pkg_create, mostlyOliver Eikemeier2004-04-292-3/+3
| | | | | | | useful for clean room package creation (PR 66032) Notes: svn path=/head/; revision=107954
* - Update to version 0.2Kirill Ponomarev2004-04-173-16/+4
| | | | | | | | PR: ports/65666 Submitted by: maintainer Notes: svn path=/head/; revision=107371
* * Update to today's -CURRENT snapshotJoe Marcus Clarke2004-04-163-3/+70
| | | | | | | | * Add local patches to cause pkg_add to spawn itself correctly when installing dependent packages. Previously, it would always spawn /usr/sbin/pkg_add. Notes: svn path=/head/; revision=107256
* Introduce '*' as the lowest possible version number, so thatOliver Eikemeier2004-04-162-12/+3
| | | | | | | | | | >=2.* <3.* matches all 2.X versions, even alpha. Fix a malformed conditional, noted by linimon. Notes: svn path=/head/; revision=107180
* Add missing @dirrmKris Kennaway2004-04-131-0/+1
| | | | Notes: svn path=/head/; revision=106969
* Don't require additional command line arguments when -I is specified.Dag-Erling Smørgrav2004-04-112-2/+2
| | | | Notes: svn path=/head/; revision=106742
* Cosmetic: sort the status report, wrap a long line.Dag-Erling Smørgrav2004-04-052-3/+6
| | | | Notes: svn path=/head/; revision=106234
* - Update pkg-descr to reflect realitySergei Kolobov2004-04-051-5/+7
| | | | | | | | PR: ports/64884 Submitted by: mike johnson <ahze@ahze.net> Notes: svn path=/head/; revision=106227
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Rework the dependency discovery and update code, as well as the handlingDag-Erling Smørgrav2004-04-023-121/+133
| | | | | | | | of installed ports and status (up-to-date / out-of-date) reporting. This should make porteasy slightly more consistent, and up to 25% faster. Notes: svn path=/head/; revision=105970
* update to 0.3.1:Oliver Eikemeier2004-03-315-18/+117
| | | | | | | | | | | | - use passive ftp by default, don't retry on failure [1] - add a -C flag, portlint style - don't keep databases that are tool old [2] Requested by: hubs [1] Noticed by: Nicolas Rachinsky <nicolas@rachinsky.de> [2] Notes: svn path=/head/; revision=105829
* Use the two-argument version of mkdir() for backward compatibility.Dag-Erling Smørgrav2004-03-312-1/+2
| | | | | | | | PR: ports/64984 Submitted by: Jurij Ivliev <yury@esterdev.com> Notes: svn path=/head/; revision=105767
* SIZEify (maintainer timeout)Trevor Johnson2004-03-316-0/+6
| | | | Notes: svn path=/head/; revision=105747
* Add support for MOVED.Dag-Erling Smørgrav2004-03-292-13/+64
| | | | Notes: svn path=/head/; revision=105617
* Fix a stupid bug introduced by the last update, which destroyedAkinori MUSHA2004-03-284-0/+20
| | | | | | | | | pkgnames and caused portupgrade to fail. Reported by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=105566
* Update to 2.6.0Joe Marcus Clarke2004-03-262-12/+52
| | | | | | | | | | | | | | | * Add some additional checks for USE_* variables included too late [1] * Add a check for SIZE in distinfo [2] * Fix a small style nit [2] * Warn is USE_SIZE is used in a port's Makefile * Check to see if a port supports WITHOUT_NLS if USE_GETTEXT is defined [3] Submitted by: eik [1] krion [2] Requested by: kris [3] Notes: svn path=/head/; revision=105377
* Update to 20040325.Akinori MUSHA2004-03-244-2/+6
| | | | | | | | | | | | | | - Ignore padded 0's in version comparison. This fixes a bug 2.00 being wrongly regarded as equal to 2.0.2. - Show a summary of how many packages were upgraded, ignored, skipped and failed after listing results. Requested by: netchild Notes: svn path=/head/; revision=105154
* Update to 2.5.9.Joe Marcus Clarke2004-03-212-17/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add code for formal master/slave checking rules as defined in ports/64393 [1]: 1. A port is a slave port if and only if MASTERDIR != .CURDIR 2. Slave ports should define MASTERDIR using one of the following lines: MASTERDIR= ${.CURDIR}/../../<category>/<port> MASTERDIR= ${.CURDIR}/../<port> 3. Non-slave ports shouldn't define MASTERDIR at all 4. The last line of a slave port's Makefile has to be .include "${MASTERDIR}/Makefile" 5. The last line of a non-slave ports Makefile must be one of: .include <bsd.port.mk> .include <bsd.port.post.mk> 6. slave ports may not include bsd.port(.pre).mk * Check to make sure MACHINE_ARCH is not defined and make sure it is never tested directly [2] * Fix some grammar nits [3] PR: 64420 [1] Submitted by: eik [1] krion [3] Requested by: kris [2] Notes: svn path=/head/; revision=104817
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Update to 0.3.Oliver Eikemeier2004-03-119-86/+145
| | | | | | | | | | | | | | | | | | | Since we are using the official VuXML database the auditing should be pretty complete. - mention web page - add more mirrors, disabling .ru mirror (too much lag) - allow combined options in portaudit shell script - add sample configuration file - use absolute paths for binaries, to ease use in crontab scripts [1] - correct type in man page [2] PR: 64005 [2] Submitted by: Tomasz Pilat <poncki@axelspringer.com.pl> [1] Nathan Dove <njdove@wafer.sandia.gov> [2] Notes: svn path=/head/; revision=103635
* Update to 2.5.8.Joe Marcus Clarke2004-03-102-7/+8
| | | | | | | | | | | * Add dirname and egrep direct command use checks * Add a missing '?' in checking for text after bsd.port(.post)?.mk [1] * Add a check to make sure OPTIONS is set before bsd.port.pre.mk Submitted by: eik [1] Notes: svn path=/head/; revision=103500
* Make the variable definition syntax more like make(1)'s, and update theDag-Erling Smørgrav2004-03-023-10/+14
| | | | | | | documentation accordingly, fixing some markup bugs in the process. Notes: svn path=/head/; revision=102747
* Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix someJoe Marcus Clarke2004-02-292-4/+5
| | | | | | | problems with adding certain packages (e.g. docbook-xsl). Notes: svn path=/head/; revision=102584
* grammarOliver Eikemeier2004-02-251-2/+2
| | | | | | | Submitted by: will, nectar Notes: svn path=/head/; revision=102100
* add a security contactOliver Eikemeier2004-02-251-0/+7
| | | | Notes: svn path=/head/; revision=102092
* - bugfix: awk in -CURRENT accepts no regexes in RS, causing the databaseOliver Eikemeier2004-02-254-3/+57
| | | | | | | | | | | update to fail - add an install & deinstall message Submitted by: nectar & Ion-Mihai Tetcu <itetcu@apropo.ro> Notes: svn path=/head/; revision=102046
* update to 0.2:Oliver Eikemeier2004-02-218-126/+480
| | | | | | | | | | | - new command line tool - new man page - reworked database update code, incorporating feedback from Max Khon <fjoe>, Radim Kolar <hsn@netmag.cz> (PR 63066) and Ion-Mihai Tetcu <itetcu@apropo.ro> (PR 62655) Notes: svn path=/head/; revision=101601
* update to 20040216:Oliver Eikemeier2004-02-193-5/+4
| | | | | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16 Notes: svn path=/head/; revision=101393
* Disable auditfile.txt until we decide on a database format,Oliver Eikemeier2004-02-191-53/+0
| | | | | | | | | | | | | | two databases cause more confusion than it is worth. portaudit uses ports/security/vuxml/vuln.xml in the meantime, please commit your changes there and send feedback wich format you prefer. Currently we have to migrate gnats, mailman, monkey and some apache versions. Notes: svn path=/head/; revision=101364
* add bind, pine, samba 3.xOliver Eikemeier2004-02-171-0/+5
| | | | Notes: svn path=/head/; revision=101200
* remove duplicate mutt entry, sorry.Oliver Eikemeier2004-02-161-1/+0
| | | | Notes: svn path=/head/; revision=101082
* add mutt and mailmanOliver Eikemeier2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101079
* XFree86-Server font file buffer overflowsOliver Eikemeier2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101077