summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Fix package build by using explicit paths in RUN_DEPENDSkris2004-06-092-11/+11
|
* - Add dependency on portupgradepav2004-06-071-0/+3
| | | | | | PR: ports/67662, pending/67679 Submitted by: Stefan Walter <sw@gegenunendlich.de> Approved by: maintainer
* Update to 2.6.4.marcus2004-06-062-53/+15
| | | | | | | | * Remove check for SIZE and MD5 in distinfo since this was a rush job, and missed some common cases. [1] * Re-enable use strict, and fix portlint to obey it Requested by: eik [1]
* Update to 2.6.3.marcus2004-06-062-25/+57
| | | | | | | | | | | | * Add a generic check for deprecated macros (e.g. the recent autotools batch), and add USE_MESA to the set [1] * Only use USE_LIBTOOL_VER for checking .la file installation [1] * Add a check for USE_LIBLTDL and warn about directly using a libltdl dependency [1] * Check distinfo to make sure each file in DISTFILES has SIZE and MD5 entries if NO_SIZE and NO_CHECKSUM are not defined Submitted by: krion and tobez [1]
* Update to 0.7.will2004-06-054-18/+19
| | | | | | PR: 67595 Submitted by: Stefan Walter <sw@gegenunendlich.de> Approved by: maintainer
* Update to the latest CVS HEAD snapshot (as of today). Also, make sure wemarcus2004-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.
* Update to 2.6.2.marcus2004-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]
* Update to 20040529.knu2004-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).
* Add two new metaports comprising a set of tools to work with the Portslinimon2004-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
* Try to fetch an up-to-date index from http://www.freebsd.org/ports/.des2004-05-243-15/+46
|
* update to version 20040517, which parses 10alpha3 as 10.a3.eik2004-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
* - Update to 20040517krion2004-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
* Make 4a < 4a0 in order to improve consistency with missing version numberseik2004-05-132-3/+3
| | | | and compatibility with other port tools
* Update to 20040511eik2004-05-122-3/+3
| | | | - fix a glitch when [!...] is used in patterns
* disable on bento because the dynamicaleik2004-05-111-0/+5
| | | | port version triggers a consistency check.
* Use 'make checksum' instead of 'make fetch'.des2004-05-103-6/+6
|
* - fix package extensions for 4.xeik2004-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)
* Update to 20040414,mat2004-05-042-18/+34
| | | | | | | - Add the ability to handle portnames with + sign PR: 65329 Submitted by: maintainer
* enable the use of csh-style {...} choices in glob patterns, e.g.eik2004-05-012-3/+3
| | | | /usr/local/sbin/pkg_info 'openldap-{client,server}-*'
* Update to 2.6.1.marcus2004-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]
* Fix usage of pkg_createeik2004-04-292-3/+3
| | | | | PR: 66081 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* add an `-S' option to pkg_create, mostlyeik2004-04-292-3/+3
| | | | useful for clean room package creation (PR 66032)
* - Update to version 0.2krion2004-04-173-16/+4
| | | | | PR: ports/65666 Submitted by: maintainer
* * Update to today's -CURRENT snapshotmarcus2004-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.
* Introduce '*' as the lowest possible version number, so thateik2004-04-162-12/+3
| | | | | | | >=2.* <3.* matches all 2.X versions, even alpha. Fix a malformed conditional, noted by linimon.
* Add missing @dirrmkris2004-04-131-0/+1
|
* Don't require additional command line arguments when -I is specified.des2004-04-112-2/+2
|
* Cosmetic: sort the status report, wrap a long line.des2004-04-052-3/+6
|
* - Update pkg-descr to reflect realitysergei2004-04-051-5/+7
| | | | | PR: ports/64884 Submitted by: mike johnson <ahze@ahze.net>
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Rework the dependency discovery and update code, as well as the handlingdes2004-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.
* update to 0.3.1:eik2004-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]
* Use the two-argument version of mkdir() for backward compatibility.des2004-03-312-1/+2
| | | | | PR: ports/64984 Submitted by: Jurij Ivliev <yury@esterdev.com>
* SIZEify (maintainer timeout)trevor2004-03-316-0/+6
|
* Add support for MOVED.des2004-03-292-13/+64
|
* Fix a stupid bug introduced by the last update, which destroyedknu2004-03-284-0/+20
| | | | | | pkgnames and caused portupgrade to fail. Reported by: Palle Girgensohn <girgen@pingpong.net>
* Update to 2.6.0marcus2004-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]
* Update to 20040325.knu2004-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
* Update to 2.5.9.marcus2004-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]
* - SIZEify.mich2004-03-181-0/+1
| | | | Submitted by: trevor
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Update to 0.3.eik2004-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]
* Update to 2.5.8.marcus2004-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]
* Make the variable definition syntax more like make(1)'s, and update thedes2004-03-023-10/+14
| | | | documentation accordingly, fixing some markup bugs in the process.
* Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix somemarcus2004-02-292-4/+5
| | | | problems with adding certain packages (e.g. docbook-xsl).
* grammareik2004-02-251-2/+2
| | | | Submitted by: will, nectar
* add a security contacteik2004-02-251-0/+7
|
* - bugfix: awk in -CURRENT accepts no regexes in RS, causing the databaseeik2004-02-254-3/+57
| | | | | | | | update to fail - add an install & deinstall message Submitted by: nectar & Ion-Mihai Tetcu <itetcu@apropo.ro>
* update to 0.2:eik2004-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)
* update to 20040216:eik2004-02-193-5/+4
| | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16
OpenPOWER on IntegriCloud