Erwin Lansing
2afd8bdced
Add security to CATEGORIES
...
"Sounds like a good idea": simon
2007-04-02 12:40:31 +00:00
Remko Lodder
20cb65c598
Fix the reference to portaudit, which is in ports-mgmt now.
...
PR: 110980
Submitted by: "moose@opera.com"
2007-03-28 19:23:46 +00:00
Mark Linimon
66b3c2b596
Catch this up with ports/Mk/bsd.port.mk 1.557. Note that some patches
...
were not included in that checkin due to some problems detected.
2007-03-25 21:57:00 +00:00
Mark Linimon
47955804da
These have now been committed to ports/Mk, so they are unneeded now.
2007-03-25 21:39:47 +00:00
Hiroki Sato
46aac75831
Update to 0.4.
...
Submitted by: Marcelo Araujo
PR: ports/109893
2007-03-25 20:47:38 +00:00
Sergey Matveychuk
c6bebc4f5e
- Remove the last patch. This fix makes other troubles.
...
Reported on: ports@
2007-03-23 09:31:34 +00:00
Martin Wilke
e36b3b1527
- Remove inclusion of <sgtty.h>
...
PR: 110363
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer
2007-03-20 17:18:19 +00:00
Pav Lucistnik
0d7fdcd1da
Update to current exprun, except the python bits, which would require changes
...
outside Mk/
2007-03-18 00:06:48 +00:00
Mark Linimon
d97842f0b3
These are now in sync with what got committed to Mk/, so they are not
...
needed now.
2007-03-17 23:31:21 +00:00
Mark Linimon
6b07dff57d
Fix mis-merged USE_OCAML where USE_XFCE was meant. It was tested correctly
...
on the cluster.
2007-03-17 23:30:03 +00:00
Martin Wilke
57c475431e
- Update to 1.4
...
PR: 110302
Submitted by: Beat Gaetzi <beat@chruetertee.ch> (maintainer)
2007-03-16 12:55:49 +00:00
Remko Lodder
4e7c3d05b6
Correct URL to the VuXML pages for FreeBSD. Also bump modification date.
...
PR: ports/104813
Submitted by: Alan Amesbury <amesbury at umn dot edu>
2007-03-15 07:14:35 +00:00
Doug Barton
1b6e514311
Fix a test in find_and_delete_distfiles() introduced in the last
...
commit that I forgot to merge from my devel version.
PR: ports/110125
Submitted by: Simon Phoenix<phoenix.lists@gmail.com>
2007-03-09 17:22:51 +00:00
Mark Linimon
aa3d55c048
Up-to-date with the latest code being tested on the cluster.
2007-03-09 09:00:46 +00:00
Mark Linimon
3baaf33da7
Add the latest code being testing on the cluster.
2007-03-09 09:00:24 +00:00
Mark Linimon
171d86b240
These were committed to ports/Mk on Wed Mar 7 07:44:36 2007.
2007-03-09 08:48:11 +00:00
Doug Barton
de95d33a96
Update for version 1.15
2007-03-08 23:48:51 +00:00
Doug Barton
ae707d21f2
Document --show-work option for 1.15
...
Various small markup fixes and improvements
2007-03-08 23:48:22 +00:00
Doug Barton
d3a1d8fc2d
New Features
...
============
1. --show-work option which will recurse through all-depends-list
and show what dependencies are, and are not installed.
2. Dramatically reduce false positives for per-port distfile cleaning
by creating a list of valid distfiles for all ports. Use this new
method for the --clean-distfiles* options as well.
Bug Fix
=======
Honor DISTDIR if set for --clean-distfiles*
2007-03-08 23:47:44 +00:00
Sergey Matveychuk
04ad167123
- Fix a bug in gathering depends.
...
Reported by: krion
2007-03-08 10:54:37 +00:00
Mark Linimon
be4c6448a8
Use the new facility of bsd.port.mk to be able to simplify the interaction
...
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr
2007-03-06 06:54:19 +00:00
Cheng-Lung Sung
b7f0274e51
- fix typo
...
PR: ports/109826
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by: maintainer (Andreas Fehlner)
2007-03-06 02:30:37 +00:00
Sergey Matveychuk
d65fcf6894
- A quick fix for ports without an origin (e.g. bsdpan-)
2007-03-04 12:51:49 +00:00
Rong-En Fan
0eb2feebd1
- Call init_pkgtools_global in our script, as pkgtools doesn't seem to call it
...
early enough for us to be happy.
- Bump PORTREVISION
PR: ports/109776
Submitted by: Robert Noland <rnoland at 2hip.net> (maintainer)
2007-03-03 15:37:48 +00:00
Sergey Matveychuk
103cbbdd60
- Integrate last patches from stable
2007-03-02 20:18:34 +00:00
Sergey Matveychuk
e5266e2a29
- Fix a long standing bug when shelljoin() function wrong placed ""
...
when more than one variables (WITH_*, WITHOUT_*) passed.
2007-03-02 20:10:08 +00:00
Sergey Matveychuk
72e611304a
- Ignore bsdpan- pseudo ports.
...
- Add a note about ports with suffixes (e.g. -nox11)
Reported by: David Morgan <morgad_AT_eclipse.co.uk>,
Philip Kizer <pckizer_AT_nostrum.com>
2007-03-02 07:46:50 +00:00
Erwin Lansing
2ac4797699
Protect the inclusion of bsd.php.mk by checking for a local
...
version.
Submitted by: linimon
Tested by: INDEX
2007-03-01 09:47:44 +00:00
Sergey Matveychuk
f6551c7611
- Update to 2.3.0
2007-03-01 09:41:36 +00:00
Sergey Matveychuk
a48c576322
- Update to 2.2.6 version.
...
An unpleasant bug was fixed when pkgdb could accidently remove some
dependencies in +CONTENTS files. It's recomented to run pkgdb -L once
after upgrade to fix dependencies list. See UPDATING file.
Reported and tested by: Randy Pratt <bsd-unix_AT_earthlink.net>
2007-03-01 09:09:01 +00:00
Mark Linimon
1d1fb886a0
Bring these up to the versions currently being tested on i386-5-exp.
2007-02-28 22:47:05 +00:00
Martin Wilke
ec3cbaacdc
- Update to 2.3.5
...
ANNOUNCE: http://www.marcuscom.com/pipermail/tinderbox-list/2007-February/000798.html
Approved by: itetcu@ (maintainer)
2007-02-28 21:19:59 +00:00
Sergey Matveychuk
afe4713c0a
- Patch: make an explicit type cast to be on a safe side.
2007-02-27 18:07:40 +00:00
Sergey Matveychuk
bfbf5759d4
- Update to 2.2.6. A bugfix release.
2007-02-27 12:17:00 +00:00
Tom McLaughlin
9bb9659481
Remove net/cvsup-without-gui dependency
...
- It's done us well but csup is in base and fills the needs of most users.
Approved by: linimon
2007-02-27 04:20:07 +00:00
Tom McLaughlin
412793fcfc
Remove net/cvsup-without-gui dependency
...
- It's done us well but csup is in base and fills the needs of most users.
Approved by: The old man (linimon)
2007-02-27 00:45:56 +00:00
Sergey Matveychuk
eb1085d1bc
- Add two patches
2007-02-26 12:59:16 +00:00
Sergey Matveychuk
4393b172eb
Update to 2.2.5. Read NEWS file for details.
2007-02-26 10:45:42 +00:00
Doug Barton
e06c42072e
Minor Bugfix
...
============
If a user were to specify /var/db/pkg/foo-1.2/ on the command line,
the old code already failed, but by telling people that it's ok to
do that now, I exposed one more place this needed to be fixed. Take
the opportunity to fix this in a more thorough way.
2007-02-25 08:05:22 +00:00
Sergey Matveychuk
9d499d7b60
- Update to 2.2.4
2007-02-23 16:21:01 +00:00
Doug Barton
d9ff6ab227
Update for version 1.13
2007-02-22 19:05:33 +00:00
Doug Barton
b11c6afcb9
New Feature
...
===========
--clean-distfiles[-all] options to check /usr/ports/distfiles for
stale stuff, and either offer to delete them or delete them all
without prompting.
Bug Fix
=======
Fix brain-o that broke the -o option.
Usability Improvements
======================
1. If a port skeleton is missing, but the pkg db has an +IGNOREME
file, skip the update check, but issue a warning for it.
2. If there is no +IGNOREME file, and no version information is
present, fail with a helpful error message.
3. Clean up any trailing / character on directory names input
at the command line.
4. Allow user to specify just category/portname on the command
line without -p.
5. Work around a missing +REQUIRED_BY file for a -r port.
Minor cleanup
=============
Make case consistent for all usage() items
2007-02-22 19:05:08 +00:00
Mark Linimon
8e63b72dfb
Chase 1.554.
2007-02-21 06:29:44 +00:00
Mark Linimon
86e95a8bce
Catch up with Mk/bsd.port.mk 1.553.
2007-02-20 22:20:55 +00:00
Mark Linimon
1cfda4fd4c
Catch up with ports/Mk 1.552.
2007-02-20 08:50:04 +00:00
Remko Lodder
1b003cb342
Correct the location of the portaudit-db port.
...
PR: ports/109048
Submitted by: KOMATSU Shinichiro <koma2 at lovepeers dot org>
With hat: secteam
2007-02-19 12:37:15 +00:00
Martin Wilke
32a687361c
- Update to 1.3
...
Changelog:
- portsopt now includes the output of make showconfig
- Fixed a bug with curly brackets. Reported by: bachi (AT) te-clan DOT ch
PR: 109138
Submitted by: Beat Gaetzi <beat@chruetertee.ch> (maintainer)
2007-02-14 10:06:03 +00:00
Martin Wilke
22ba365c62
- Update MASTER_SITES
...
- Update maintainer mail adress
PR: 109065
Submitted by: Kim Naim Lesmer <naim@bitcare.dk> (maintainer)
2007-02-12 07:59:40 +00:00
Joe Marcus Clarke
c34f99c1b7
Update to 2.9.3.
...
* Add a check to see if EXTRACT_SUFX is ".zip" and suggest USE_ZIP instead [1]
* Remove the now obsoleted DEPENDS macro
* Remove the obsoleted Java 1.0 check
* Add support for USE_CDRTOOLS
* Add a check for direct usage of gs (i.e. ghostscript) [2]
PR: 107265 [2]
Requested by: gabor [1]
2007-02-11 19:22:07 +00:00
Martin Wilke
0c5f685f91
- Update to 20070208
...
PR: 108915
Submitted by: Sulev-Madis Silber <madis555@hot.ee> (maintainer)
2007-02-08 22:35:50 +00:00