Commit Graph

122075 Commits

Author SHA1 Message Date
Florent Thoumie
635fffd86a - Add dumb 0.9.2, an IT, XM, S3M and MOD player library
PR:		ports/78118
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-03-13 22:42:39 +00:00
Edwin Groothuis
3458dfa8a7 Implement Adam Weinbergers idea of an overridable bsd.sites.mk:
His idea was:

    What do you guys think of changing the +='s in bsd.sites.mk to
    ?='s? The deal is this: say I have a specific AfterStep dist
    site that I want to use, and I don't want the default listed
    sites to be attempted at all.

    As it stands now, there are two current solutions that I see:
    * edit bsd.sites.mk after every cvsup
    * put like 100 entries for that site in MASTER_SITE_AFTERSTEP
      in /etc/make.conf and turn on RANDOMIZE_MASTER_SITES

His solution was:

    Change the bsd.sites.mk to MASTER_SITE_AFTERSTEP?=, and then I
    can define MASTER_SITE_AFTERSTEP to be whatever I want it to
    be.

The final solution is:

    Add an .if !defined(IGNORE_MASTER_SITE_xxx) / .endif around all
    MASTER_SITE definitions:

    +.if !defined(IGNORE_MASTER_SITE_XORG)
     MASTER_SITE_XORG+= \
	     ftp://ftp.x.org/pub/%SUBDIR%/ \
	     ftp://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \
     [...]
    +.endif

This way, if you want to ignore the default MASTER_SITE_xxx and use
a certain mastersite for this collection, you set this in your
/etc/make.conf:

    IGNORE_MASTER_SITE_xxx=yes
    MASTER_SITE_xxx=http://z.x.y/

While if you prefer a certain mastersite for this collection, you
set this in your /etc/make.conf:

    MASTER_SITE_xxx=http://z.x.y/
2005-03-13 22:34:11 +00:00
Thierry Thomas
de76b197d9 Unbreak by removing duplicate typedef that is now provided by libdnet.
Since I'm there, pet portlint.

PR:		ports/78796
Submitted by:	Johan van Selst
2005-03-13 22:23:36 +00:00
Tilman Keskinoz
0fc8c612fe Update to 2.1.1
PR:		78784
Submitted by:	Tim Bishop <tim@bishnet.net>
2005-03-13 22:03:02 +00:00
Florent Thoumie
80104e2b49 - Add dissembler 0.9, Tiny and clever tool to convert shellcode to ASCII.
PR:		ports/78783
Submitted by:	Jonathan <onatan@gmail.com>
2005-03-13 21:54:37 +00:00
Tilman Keskinoz
c7edc0aa04 Update to 9.3.7
PR:		78795
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2005-03-13 21:39:41 +00:00
Florent Thoumie
2417b24ccd - Add detox 1.1.1, a program that renames files to make them
easier to work with under Unix and related operating systems.

PR:		ports/78772
Submitted by:	Doug Harple <dharple@nycap.rr.com>
2005-03-13 21:24:10 +00:00
Koop Mast
c7fb0387b5 Fix configure on 4.x.
Submitted by:	pointyhat
2005-03-13 21:08:41 +00:00
Florent Thoumie
5562f296c2 - Add pear-Auth_RADIUS 1.0.4, PEAR wrapper classes for the RADIUS PECL.
PR:		ports/78706
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
Approved by:	pav (mentor)
2005-03-13 20:44:44 +00:00
Florent Thoumie
b1b8872b76 - Add pear-Image_Barcode 0.5, PEAR class for barcode generation.
PR:		ports/78702
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
Approved by:	pav (mentor)
2005-03-13 20:39:24 +00:00
Florent Thoumie
77511fb860 - Add epic5 0.0.3, a beta release of the popular epic textmode IRC client.
- Set CONFLICTS in irc/epic4 and irc/epic5.

PR:		ports/78045
Submitted by:	Josh Paetzel <josh@tcbug.org>
Approved by:	pav (mentor)
2005-03-13 20:07:54 +00:00
Michael Johnson
3d545817f6 - Update to 0.4.0 2005-03-13 20:01:49 +00:00
Michael Johnson
13478d2679 - Readd inkscape to the 4.x build 2005-03-13 19:53:22 +00:00
Michael Johnson
386223668b - Integrate the following vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
  + Handle odd data formats (squid bug #321)
  + reload_into_ims fails to revalidate negatively cached entries
    (squid bug #1159)
  + Clarify delay_access function (squid bug #1245)
  + Check several squid.conf directives for int overflows (squid bug #1247)
  + Use memset(3) instead of bzero(3) (squid bug #1256)
  + Fix compile warnings due to pid_t not being an int (squid bug #1257)
  + Fix incorrect use of ctype functions (squid bug #1259)
  + Defer digest fetch if the peer is not allowed to be used (squid bug #1262)
  + Extend relaxed_header_parser to work around "excess data from" errors from
    many major web servers (squid bug #1265)

- Enable IPFilter based transparent proxying on all FreeBSD versions where
  IPFilter headers are part of the base system (i.e. RELENG_4 < 4.7-RELEASE,
  RELENG_5 and 6-CURRENT). Create a new OPTION WITH_SQUID_IPFILTER for this
  purpose. Thanks to sem@ for keeping track of this issue!

PR:		ports/78780
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2005-03-13 19:32:53 +00:00
Tilman Keskinoz
9a9ad66f3c Update to 2.00
Drop Maintainership
2005-03-13 19:00:46 +00:00
Vanilla I. Shu
39765ab7a3 Upgrade to 0.8.8.
Approved by:	maintainer
2005-03-13 17:30:30 +00:00
Simon Barner
bc6f874612 - Mark as BROKEN (dumps core)
- Remove duplicate {BUILD,RUN}_DEPENDS

Approved by:		arved (mentor)
2005-03-13 17:28:05 +00:00
Simon Barner
6ad1f46248 - Avoid hardcoding path to perl binary
- Point port to OpenSSL installation. This fixes the build on systems where
  _only_ the OpenSSL library from the ports collection is available.

PR:		ports/78192
Submitted by:	maintainer
Approved by:	arved (mentor),
		maintainer timeout (9 days): I replaced the fix from the
		PR with an superior one
2005-03-13 17:19:14 +00:00
Volker Stolz
83ed6d1413 Unbreak: Should be fixed by recent updates to cairo 2005-03-13 17:13:19 +00:00
Sergey Matveychuk
db56baf148 hdup is a little, spiffy, backup tool 2005-03-13 17:11:48 +00:00
Simon Barner
38b13ce6f1 - Prepare to build cad/brlcad with framebuffer support
- Multiple minor patches to clean up the code and avoid compiler warnings
  (in order to prevent possible errors with future versions of GCC or other
  modern compilers)

Remark: graphics/urt is also included in the cad/brlcad distribution, and
        has been factured out for the ports collection.

	The submitter merged some cleanups for IRIX by Lee Butler in order
	to prevent the mess of two diverging urt versions in the ports tree
	(the one bundled with cad/brlcad and graphics/urt).

	He also contributed serveral improvments himself.

PR:		ports/78687
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
Approved by:	arved
2005-03-13 17:09:55 +00:00
Pav Lucistnik
aa0c6663e6 - Correct typo 2005-03-13 17:07:24 +00:00
Volker Stolz
98f0df276f Unbreak: Fix plist 2005-03-13 16:44:55 +00:00
Roman Bogorodskiy
dba7f55a67 Update to 0.6.5
PR:	78789
Submitted by:	Miguel Mendez (maintainer)
Approved by:	krion (mentor) (implicit)
2005-03-13 16:42:43 +00:00
Michael Johnson
46d4fac332 - Only remove locale directories if empty 2005-03-13 16:32:06 +00:00
Michael Johnson
4574e6191b - Update to 1.4.3 2005-03-13 16:28:27 +00:00
Volker Stolz
08fbc732d3 Update to 2.11
PR:		ports/78752
Submitted by:	Ports Fury
2005-03-13 15:52:36 +00:00
Michael Johnson
04766c4f93 - Add note about changes to gstreamer-plugins and gnomehier ports. 2005-03-13 15:43:07 +00:00
Vanilla I. Shu
7852d9e096 - Update to 0.22
- Clean up package list creation

PR:		ports/78781
Submitted by:	maintainer
2005-03-13 15:28:50 +00:00
Michael Johnson
ced21e51a1 Reset MAINTAINER 2005-03-13 15:21:16 +00:00
MANTANI Nobutaka
bc1cfc3017 - Sync with libscim shared library version bump.
- Add a missing file to pkg-plist.
2005-03-13 14:20:51 +00:00
Volker Stolz
281378a1fc 1) Update graphics/libkipi to version 0.1.1
2) Update graphics/kipi-plugins to version 0.1-beta2
    --one plugin added (GALLERYEXPORT)

PR:		ports/78466
Submitted by:	Arjan van Leeuwen (maintainer)
2005-03-13 14:17:08 +00:00
MANTANI Nobutaka
59523b0cae Update to 2.9.2. 2005-03-13 14:08:19 +00:00
Maho Nakata
1f637994aa Update to 1.9m85 2005-03-13 13:47:57 +00:00
Simon Barner
50a5681855 Spell check pkg-descr.
PR:		ports/78589
Submitted by:	Giorgos Keramidas
Approved by:	silence from maintainer (5 days),
		arved (mentor)
2005-03-13 13:04:24 +00:00
Kirill Ponomarev
a04813740c Bump shlib version due to latest version of graphics/libkexif 2005-03-13 11:48:59 +00:00
Kirill Ponomarev
5d0511e793 Update to 0.2.1
PR:		ports/78465
Submitted by:	maintainer
2005-03-13 11:46:06 +00:00
Sergey Matveychuk
8c739658c2 - Update to 0.8
- Rename port netpanzerdata to netpanzer-data. Mention this fact in UPDATING.

PR:		ports/77903
Submitted by:	maintainer
2005-03-13 11:33:54 +00:00
Kirill Ponomarev
87ba19055c Update to 20050312
PR:		ports/78742
Submitted by:	maintainer
2005-03-13 11:30:10 +00:00
Kirill Ponomarev
800e7f272d Fix plist.
PR:		ports/78731
Submitted by:	Thomas Sandford <freebsduser at paradisegreen dt co dt uk>
2005-03-13 11:24:24 +00:00
Volker Stolz
ba04204ca3 Update to 3.10 2005-03-13 11:23:02 +00:00
Pav Lucistnik
a89d6e8e86 - Update to 0.3.0
PR:		ports/78698
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2005-03-13 11:20:42 +00:00
Volker Stolz
38bcab2540 Remove zero-sized plist
Approved by: lioux
2005-03-13 11:19:24 +00:00
Kirill Ponomarev
7b17c4c156 Update to 0.05.1
PR:		ports/78771
Submitted by:	maintainer
2005-03-13 11:15:01 +00:00
Kirill Ponomarev
3cf7f20f4e Update to version 1.6
PR:		ports/78767
Submitted by:	maintainer
2005-03-13 11:11:36 +00:00
Kirill Ponomarev
77501354ab Fix plist.
PR:		ports/78769
Submitted by:	Stephen Montgomery-Smith <stephen at  math dt missouri dt edu>
2005-03-13 10:58:48 +00:00
Doug Barton
8f80a0e30e Upgrade to 9.3.1, the latest version from ISC. This version contains
several important fixes, including a remote (although unlikely) exploit.
See the CHANGES file for details.

All users of BIND 9 are highly encouraged to upgrade to this version.

Changes to the port include:
1. Remove ISC patch to 9.3.0 that addressed the remote exploit
2. Change to OPTIONS, and thereby
3. --enable-threads is now the default. Users report that the new thread
code in 9.3.x works significantly better than the old on all versions of
FreeBSD.
4. Add a temporary shim for the old PORT_REPLACES_BASE_BIND9 option.
The OPTIONS framework requires knobs to start with WITH_ or WITHOUT_
5. Remove patch that shoehorned named.conf.5 into the right place,
it has been fixed in the code.
2005-03-13 10:52:52 +00:00
Kirill Ponomarev
038b441c1e Update to 0.6.1
PR:		ports/78754
Submitted by:	Danny Koenig <dako at bsdberlin.org>
2005-03-13 10:48:18 +00:00
Kirill Ponomarev
be82bc0eef Update to 8.1
PR:		ports/78770
Submitted by:	maintainer
2005-03-13 10:42:01 +00:00
Thierry Thomas
d7cff4e35b Upgrade to 5.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

Security:	http://www.freebsd.org/ports/portaudit/d4bd4046-93a6-11d9-8378-000bdb1444a4.html
2005-03-13 10:32:45 +00:00