Commit graph

122038 commits

Author SHA1 Message Date
Michael Johnson
dbd2d75399 - Don't use gcc34 on 4.x by adding -O2 to CFLAGS
- Use USE_LIBTOOL_VER instead of USE_INC_LIBTOOL_VER since we don't have
  USE_GCC=3.4 anymore
2005-03-14 02:10:35 +00:00
Michael Johnson
0005347301 - Update to 1.8
Thanks to lesi for not letting me go insane.
2005-03-14 02:04:34 +00:00
Mark Linimon
45a3a8ad72 Fix INDEX build if WITH_SQLITE is defined.
Forgotten by:		nork
2005-03-14 02:03:35 +00:00
Joe Marcus Clarke
60eaf7db4f Fix the py-PySQLite dependency.
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Reported by:	Kris' makeindex script
2005-03-14 01:32:06 +00:00
Joe Marcus Clarke
3cfc37b212 Update to 0.10.10. 2005-03-14 01:26:59 +00:00
Joe Marcus Clarke
527e88b589 Fix the build with glib-2.6. 2005-03-14 00:54:58 +00:00
Joe Marcus Clarke
8bcced48eb Update to 1.4.0. 2005-03-14 00:51:51 +00:00
Joe Marcus Clarke
014ab5a88c Add INSTALLS_SHLIB.
Found by:	my GNOME 2.10 upgrade
2005-03-14 00:41:49 +00:00
Michael Johnson
ccdf8faf1e - Add deskutils/gnome-menu-editor 2005-03-13 23:41:02 +00:00
Florent Thoumie
62720e806f - Add an entry for databases/py-PySQLite. 2005-03-13 23:29:15 +00:00
Florent Thoumie
cb6027abfd - Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.
- Move py-PySQLite to py-PySQLite10.
- Update py-PySQLite10 to 1.0.1.
- Remove obsolete dependencies.
- Assign maintainership to submitter.

PR:		ports/78508
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by:	marcus
2005-03-13 23:25:19 +00:00
Doug Barton
da2c5e128c Forced commit because I forgot the PR reference.
PR:		ports/76829
Submitted by:	Lewis Thompson <lewiz@compsoc.man.ac.uk>
2005-03-13 23:10:20 +00:00
Doug Barton
f98569176e Add maildir support, prompted by the PR but with a different solution.
This requires twiddling patch-af because it and the maildir patch were
trying to adjust the same hunk.

While I'm here:
1. Remove a painfully obvious comment
2. s/pkg-message/${PKG_MESSAGE}/ to help people that have weird things
set in their environment.
2005-03-13 23:09:32 +00:00
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