Commit graph

22 commits

Author SHA1 Message Date
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Clement Laforet
b276bebe6e - Grab 2005-07-18 09:43:44 +00:00
Mark Linimon
adda42bec2 With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).

Discussed among:	portmgr team
2005-07-18 03:49:55 +00:00
Dirk Meyer
d1f7dc6ecf Log:
- allow build with openssl installed from ports.
PR:		76643
Reviewed by:	William Fletcher
Approved by:	MAINTAINER timeout
2005-07-10 10:05:08 +00:00
Oliver Eikemeier
9665fd1a09 update to 20040811: fix compilation with GCC 3.4 2004-08-13 17:01:01 +00:00
Oliver Eikemeier
580eeeff30 Test OSVERSION instead of pkg_info -P to enable cross-version builds
Requested by:	kris
2004-07-02 00:31:18 +00:00
Oliver Eikemeier
ccceaf623b update to 20040629: sync with -CURRENT 2004-06-30 10:31:45 +00:00
Oliver Eikemeier
358542a875 update to version 20040623, which has a new `filter mode' for pkg_version -T.
If you want to know which ports match '{,??-}apache{,-*}<2.*', do

  /usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}'
2004-06-23 15:55:44 +00:00
Oliver Eikemeier
bf2ddf8871 accidentally packaged a wrong distribution file
Noted by:	Randy Pratt <rpratt1950@earthlink.net>
2004-06-12 08:45:05 +00:00
Oliver Eikemeier
03c46206b1 fix a problem with adding packages recursively under certain conditions
Noted by:	kris
Fix from:	marcus
2004-06-12 01:13:35 +00:00
Oliver Eikemeier
d3c2c38d25 update to version 20040517, which parses 10alpha3 as 10.a3.
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
2004-05-18 10:06:28 +00:00
Oliver Eikemeier
4c54050fe3 Make 4a < 4a0 in order to improve consistency with missing version numbers
and compatibility with other port tools
2004-05-13 01:19:43 +00:00
Oliver Eikemeier
7096855136 Update to 20040511
- fix a glitch when [!...] is used in patterns
2004-05-12 07:27:19 +00:00
Oliver Eikemeier
0ab2bbfdf9 - fix package extensions for 4.x
- 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)
2004-05-08 15:47:55 +00:00
Oliver Eikemeier
f7a4c786af enable the use of csh-style {...} choices in glob patterns, e.g.
/usr/local/sbin/pkg_info 'openldap-{client,server}-*'
2004-05-01 11:41:43 +00:00
Oliver Eikemeier
8336aa8d65 Fix usage of pkg_create
PR:		66081
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2004-04-29 14:09:08 +00:00
Oliver Eikemeier
24850630c2 add an `-S' option to pkg_create, mostly
useful for clean room package creation (PR 66032)
2004-04-29 09:23:38 +00:00
Oliver Eikemeier
9fff147f62 Introduce '*' as the lowest possible version number, so that
>=2.* <3.*
matches all 2.X versions, even alpha.

Fix a malformed conditional, noted by linimon.
2004-04-16 01:24:46 +00:00
Oliver Eikemeier
82977d8f6c update to 20040216:
- enables the use of `+' in version numbers:
  1.0.1+2003.09.16 > 1.0+2003.09.16
2004-02-19 12:39:52 +00:00
Oliver Eikemeier
51318f1756 - remove sourceforge from MASTER_SITES
- install in /usr/local by default
- conflict with sysutils/pkg_install
2004-01-27 17:36:08 +00:00
Oliver Eikemeier
a35e2bab14 Development version of the FreeBSD 5.x pkg_install suite of tools
to test new features

PR:		56961, 56989 and 57029
2004-01-26 00:07:11 +00:00