Erwin Lansing
f6419b9041
Add entry about USE_SIZE
...
Submitted by: trevor
2004-01-29 09:52:16 +00:00
Alex Dupre
12c0bee722
- Use bsd.php.mk
...
- Make portlint happy
Approved by: nork (mentor/implicitly)
2004-01-29 09:43:09 +00:00
Erwin Lansing
5872d18627
Add CHANGES
...
Heavily inspired by /usr/src/UPDATING, this file is intended
for notes on major changes to ports and infrastructure, that
have a significant impact on other ports. Indended audience
is committers and developers; changes that affect users
should be added to the ports section of the release notes that
I hope to add in the near future. Although I am mentioned as
maintainer, this should not be seen as a lock, everyone is
welcome to add to this file.
Requested by: many
Approved by: marcus (some time ago)
Inspired by: UPDATING (imp)
2004-01-29 09:42:18 +00:00
Pav Lucistnik
34d8e88bd4
- Update to 2.0.5
...
PR: ports/61919
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by: maintainer
2004-01-29 09:41:38 +00:00
Alex Dupre
c939cbc64d
- Update to 1.14 release
...
- Take maintainership
- Use bsd.php.mk
Approved by: nork (mentor/implicitly)
2004-01-29 09:41:37 +00:00
Sergey Skvortsov
3f6b285136
Updated to 0.08
2004-01-29 09:38:18 +00:00
Pav Lucistnik
3c133eaabe
Should have read all my mail before committing.
...
- Add backup MASTER_SITE
Submitted by: maintainer
2004-01-29 09:28:05 +00:00
Pav Lucistnik
e6bc169a47
- Update MASTER_SITES
...
Reported by: bento via kris
2004-01-29 09:24:00 +00:00
Mark Linimon
47cebc9b06
Fix build on 4.x. Prompted by kris, approved by maintainer.
2004-01-29 09:20:44 +00:00
Kirill Ponomarev
b6af1a8d92
- Add missing LIB_DEPENDS
...
Noticed by: kris via bento
2004-01-29 09:19:58 +00:00
Pav Lucistnik
80002fcf1a
- Savannah is still dead but there is a new master_sites
...
Reported by: bento via kris
2004-01-29 09:18:45 +00:00
Pav Lucistnik
5dc6f9aeef
- Add dependency on tcl to satisfy configure script
...
Reported by: bento via kris
2004-01-29 09:14:46 +00:00
Tilman Keskinoz
d81eca7f7f
Fix Location of qmakespec.
...
Reported by: kris
2004-01-29 07:36:09 +00:00
Greg Lewis
309228f2b1
. Don't allow -O3 to be hardwired into CFLAGS, just use what is set. In
...
particular, the 4.x/alpha system gcc produces many warnings about why
using -O3 with it is bad.
Submitted by: bento
2004-01-29 07:32:45 +00:00
Trevor Johnson
0c881ba59c
SIZEify.
2004-01-29 07:24:56 +00:00
Wes Peters
6fdfeab1b2
Update to version 1.20 of Tom's AVR Assembler. This version adds the
...
.align directive from the Atmel assembler.
Prodded by: kkenn, who noticed the bento failure.
2004-01-29 05:35:16 +00:00
Pete Fritchman
1abd8b3c72
- make COMMENT better
...
- modify the wrapper script to build a sample application dot-dir on
start if it doesn't already exist
- add a pkg-message reflecting the above
- bump PORTREVISION
PR: 62001
Submitted by: maintainer
2004-01-29 02:53:41 +00:00
Edwin Groothuis
633b297a89
Update checksum
...
Noticed by: bento
Changes in tarball:
diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c
1714c1714
< #line 4489 "gram.y"
---
> #line 4493 "gram.y"
5351c5351,5353
< Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i
ntval;
> }
5358c5360,5362
< Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
> }
5364c5368
< #line 3602 "gram.y"
---
> #line 3606 "gram.y"
2004-01-29 02:14:24 +00:00
Edwin Groothuis
bbed14edfd
The FTP site seems to be "permission denied",
...
The HTTP site has moved to .de
Noticed by: bento
2004-01-29 02:10:02 +00:00
Ying-Chieh Liao
930e963ab7
fix build on -stable
...
Noticed by: bento via kris
2004-01-29 02:08:34 +00:00
Mario Sergio Fujikawa Ferreira
95c49fb170
Update to 0.2.2
2004-01-29 01:33:13 +00:00
Pav Lucistnik
7232e93712
- Update WWW
...
PR: ports/62049
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-01-29 00:15:37 +00:00
Brian S. Dean
195d258812
Update to Version 4.3.0.
2004-01-28 23:40:52 +00:00
Pav Lucistnik
fbf7b96d4e
- Fix patching
...
Submitted by: bento via kris
2004-01-28 22:47:45 +00:00
Eric Anholt
cb3aabd3dd
Fix distfile checksum (there was a re-rolling between my prerelease tarball and
...
release).
Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
2004-01-28 22:42:26 +00:00
Gerald Pfeifer
707a95b9e5
Revert an upstream change (which in turn reverted a fix which happened to
...
cause higher memory consumption). This should avoid errors of the following
kind:
err:virtual:map_image Standard load address for a Win32 program
(0x00400000) not available
Bump PORTREVISION.
Problem reported by: pav, Benjamin Lutz <benlutz@datacomm.ch>
2004-01-28 22:29:36 +00:00
Gerald Pfeifer
dcdb48da42
Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26
...
change to the gcc33 port and introduce a new make variable SUFFIX to
avoid hardcoding the version number and reorder USE_ variables.
2004-01-28 22:15:03 +00:00
Pav Lucistnik
09f1f36629
- Update to 1.0.5
...
PR: ports/62019
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-28 21:59:36 +00:00
Oliver Lehmann
46d45c1f21
Add DRAC support for courier-imap
...
Submitted By: nork
2004-01-28 21:21:42 +00:00
Clement Laforet
6851b64a96
- Update to 2.59
...
- minor cleanups
2004-01-28 21:03:04 +00:00
Martin Cracauer
ad17c15e2f
Fix owner of $PREFIX/lib.
...
PR: ports/62011
Submitted by: David Magda <dmagda+prbugs@ee.ryerson.ca>
2004-01-28 20:53:57 +00:00
Andrey A. Chernov
ec2ba03dd5
Obey CXX again
...
Submitted by: Charles Swiger <chuck@pkix.net>
2004-01-28 20:36:37 +00:00
Joe Marcus Clarke
6150690e40
Chase the libxklavier shared lib version.
2004-01-28 20:09:38 +00:00
Joe Marcus Clarke
42bc73e664
Update to 0.97.
2004-01-28 20:09:17 +00:00
James E. Housley
2729133d92
Update to DAT 4320
2004-01-28 20:06:13 +00:00
Jimmy Olgeni
47d166ea76
Upgrade to version 1.130 (and remove .bak files after patching).
2004-01-28 20:02:51 +00:00
Kirill Ponomarev
e76ff39c87
graphics/sketch -> graphics/skencil
2004-01-28 19:52:18 +00:00
Kirill Ponomarev
16b67a433e
- Remove graphics/sketch because the project's name was
...
changed.
- New name is graphics/skencil
2004-01-28 19:49:58 +00:00
Kirill Ponomarev
7850501a10
- Rename graphics/sketch to graphics/skencil
...
(project's name was changed)
- Update to version 0.6.16
- graphics/sketch will be removed
PR: ports/61957
Submitted by: Ports Fury
2004-01-28 19:45:14 +00:00
Jimmy Olgeni
1dc2359f65
Add proper configure target by merging patch from ports/62034.
...
PR: 62034
Submitted by: Ulrich Spoerlein <q@uni.de>
2004-01-28 19:39:24 +00:00
Oliver Eikemeier
c085c8d328
Speling 8P
2004-01-28 19:25:56 +00:00
Jimmy Olgeni
53290e0c9a
Add proper autoconf support, do not use -O2 by default.
...
PR: 62034
Submitted by: Ulrich Spoerlein <q@uni.de>
2004-01-28 18:57:36 +00:00
Alex Dupre
b276bd5cbe
Add enigmail-thunderbird 0.83.1, a GnuPG extension for the Thunderbird
...
mail client.
Approved by: nork (mentor)
2004-01-28 18:05:39 +00:00
Trevor Johnson
33207219c1
Remove extraneous text. List size. Add ID.
2004-01-28 18:04:33 +00:00
Alex Dupre
3793d28dee
Add enigmail 0.83.1, a GnuPG extension for the Mozilla mail client.
...
Approved by: nork (mentor)
2004-01-28 18:04:32 +00:00
Joe Marcus Clarke
aee69fa63a
Update to 2.6.5.
2004-01-28 17:27:50 +00:00
Alexander Leidinger
64466104bb
Add conflict between devel/antlr and devel/pccts. Maintainer of
...
antlr port informed.
Requested by: Marius Strobl <marius@alchemy.franken.de>
2004-01-28 16:45:47 +00:00
Norikatsu Shigemura
94f8dfe2b8
Remove dcons, dcons was integrated to FreeBSD system.
...
Pointed out by: bento via kris
Suggested by: simokawa (developper)
2004-01-28 16:41:56 +00:00
Oliver Eikemeier
5ddd771fd6
Add some more examples (inn, apache) to test combined >= & < relations
2004-01-28 16:19:08 +00:00
Oliver Eikemeier
112248f85d
tandart vulnerability test for port auditing systems
...
This is a package to test FreeBSD port auditing systems, e.g. portaudit
and the upcoming VuXML based system. Even though it installs no files,
it is listed in the portaudit database as vulnerable.
Kind of a EICAR-STANDARD-ANTIVIRUS-TEST-FILE
2004-01-28 16:17:30 +00:00