Commit graph

13297 commits

Author SHA1 Message Date
Maxim Sobolev
9ea68e6510 Fix build on 4.x.
Submitted by:	Tod McQuillin
2006-02-06 20:39:59 +00:00
Sergey Matveychuk
cf3ef2f991 - Fix a dictionary bug affected on 64 bit archs.
- While I'm here: fix pkg-plist - remove radiusd.sh.
- Bump PORTREVISION

PR:		ports/92887
Submitted by:	Alessandro Dellavedova <alessandro.dellavedova@gmail.com>
Obtained from:	http://bugs.freeradius.org/show_bug.cgi?id=312
2006-02-06 15:30:14 +00:00
Sergey Matveychuk
b289fc51b0 - Add heimdal kerberos support
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com> (ports@)
2006-02-06 14:24:47 +00:00
Renato Botelho
40e15776d7 When building network applications, it is often helpful to have
a network accessible control and diagnostic interface. This module
provides such an interface for POE applications. By default, it
provides a fairly limited set of commands but is easily extended
to provide whatever command set you require.

WWW: http://search.cpan.org/dist/POE-Component-ControlPort

PR:		ports/92875
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-02-06 11:38:51 +00:00
Maxim Sobolev
dbe5ff5d5a Update to 1.2.4. 2006-02-06 00:41:05 +00:00
Kris Kennaway
070cd0527b BROKEN: Installs into etc/ppp and doesn't clean it up 2006-02-05 20:19:51 +00:00
Kris Kennaway
8086ec3dbc Try to clean up www/data 2006-02-05 20:14:23 +00:00
Doug Barton
256b87fead Fix a small typo in MASTER_SITES
Fix some problems in the new rc.d script:
PROVIDE requires a trailing colon
There is no radiusd_start_precmd defined, so don't call it
Style issue, the - expansion is better than :- (see Porter's Handbook)
The FreeBSD KEYWORD is no longer needed

Bump PORTREVISION so that packages and users get the new rc.d script
2006-02-05 19:34:54 +00:00
Alexander Leidinger
b91fd53f32 This is an initial port of newer versions of:
- pwlib	->	1.9.2
 - openh323	->	1.17.3

The decission of porting the development releases instead of the stable
releases is based upon a discussion with the openh323 developers.

They serve as a start to be able to porting newer versions of e.g.
gnomemeeting et al.

Further tweaks/improvements to them may be required when other ports
start to use these versions.

Unlike the previous versions of those ports, they install a shared lib
now. So ports which depend upon them in the future should add a RUN_DEPENDS
upon them. Additionally the build time for those ports will decrease,
since they don't need to build pwlib/openh323 each time and grab them
from the build directory.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
2006-02-05 13:39:41 +00:00
Alexander Leidinger
8d20ecc86c Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
Approved by:		linimon ("no weeping changes ATM"-Heads-Up)
2006-02-05 12:35:09 +00:00
Tom McLaughlin
bd1f153bbb - Refactor patch now that gtk20 port uses ltverhack
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2006-02-05 02:19:54 +00:00
Sergey Matveychuk
cfd0564cef - Add patch to fix build on 4.x [1]
- Implement a modern feature of USE_RC_SUBR and remove redundant commands.

PR:		ports/92815 [1]
Submitted by:	Dan Lukes <dan@obluda.cz>
2006-02-04 19:52:39 +00:00
MANTANI Nobutaka
bbca3395da Fix build error on 4-stable.
Reported by:	pointyhat via kris
2006-02-04 16:42:14 +00:00
Renato Botelho
f5bc2fa3fd - Update to 0.26.0
PR:		ports/92767
Submitted by:	maintainer
2006-02-04 13:28:09 +00:00
Renato Botelho
d0e8f7623b - Update to 20060203
PR:		ports/92765
Submitted by:	maintainer
2006-02-04 13:24:57 +00:00
Joe Marcus Clarke
26374b53e9 Make portlint happy. 2006-02-04 06:25:57 +00:00
Joe Marcus Clarke
1dc7ecd019 Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up
in the net-snmp mibs directory during build.
2006-02-04 06:25:16 +00:00
Maxime Henrion
4c0543603a Update to csup-snap-20060204:
- Don't use the C99 %zd format in fattr_encode(), it fails with a
  pre-C99 compiler and just prints "zd", which caused csup to send
  corrupted file attributes and get kicked by the server.  I have no
  idea why I didn't see this when testing on ref4.FreeBSD.org but csup
  now really works on RELENG_4.
- Completely revamp the file attributes computation when checking out
  new files and when updating them via diffs.  We now create the files
  with correct attributes.  If you've seen "SetAttrs" commands when you
  didn't use to see with CVSup, that fixes it.
- Rewrite mkdirhier() so that it works as intended and respects the
  umask setting of the collection.
- Fix a bad bug in proto_get_ascii() that made csup crash when there
  were no more tokens to eat.
- Rework the status file API so that it's always possible to determine
  if there was an error and to supply appropriate error messages with
  status_errmsg().  Use this new function in the lister, detailer and
  updater threads.
- Implement support for two new formats in proto_printf(), %f and %F,
  that are used to print encoded file attributes.  Use them everywhere
  appropriate to simplify code.

And probably a few things more that I forgot.
2006-02-04 02:50:00 +00:00
Archie Cobbs
a4a9d0c780 Bequeath maintainership to glebius@freebsd.org. 2006-02-04 01:34:33 +00:00
Marcus Alves Grando
f875469a41 - Fix hardcoded /etc/rc.subr in rc script [1]
- Update rc script to use USE_RC_SUBR
- Bump PORTREVISION
- portlint(1)
- Drop MAINTAINER [2]

PR:		92465 [1]
Reported by:	Andrew Partan <asp@partan.com> [1]
Requested by:	Adam <jettea46@yahoo.com> (maintainer via email) [2]
2006-02-04 00:38:34 +00:00
Cy Schubert
9a56759914 Welcome the new ntp-devel and ntp-stable ports. 2006-02-03 23:32:36 +00:00
Cy Schubert
773cddcc2c Resurrect the ntp-devel port. This port tracks the -DEV branch of NTP
whereas the ntp and ntp-stable ports track the -PROD and -STABLE branches
of NTP respectively.
2006-02-03 23:23:22 +00:00
Cy Schubert
5ec56c4a94 Welcome in the new ntp-stable port. This port tracks the -STABLE branch
of NTP whereas the "ntp" port tracks the -PROD branch of NTP.
2006-02-03 22:29:12 +00:00
Kris Kennaway
dfd49f4451 Add autoconf 2.53 dependency, needed to run :configure target 2006-02-03 21:16:58 +00:00
Andrej Zverev
70b6c15f1a - Update to 0.99.3
- Fix build on 4.11 by sem@ (files/patch-lib-buffer.c
			     files/patch-ospfd-ospfd.h

--------------------------------
Some known problems outstanding:

- bgpd: prefix counts can get a bit screwy after clears/resets
   this is mostly cosmetic *unless* you use max-prefix counts.
- bgpd: There is a memory leak if 'set community' is used in
  route-maps. This is present in 0.98 too. See bugzilla #89.
- ospfd: 'default-originate always' loses the 'always' qualifier.

Some regressions fixed in 0.99.3:

- bgpd: workqueues were too conservative and could backlog under load
 (e.g. continual session up then reset), eventually leading to OOM.
- ospfd: crash on startup (and only startup) if redistribute was
  enabled fixed.
- bgpd: SEGV in bgp_aspath.c fixed.
- bgpd: memory leak in bgp_aspath.c fixed
- ospfd: oversize LSA support was not functional, fixed.
- ospfd: leak of connected struct fixed
- ospfd: NSM problems fixed, see bug #234
- vtysh: integrated config file reading should work again.
- zserv: flags above 32bits should make it across to daemons now
   (affecting Solaris and IFF_NOXMIT and IFF_VIRTUAL)
- ripd: MD5 auth verification fixed.

The full changelog is available at:

    http://www.quagga.net/download/quagga-0.99.3.changelog.txt

PR:		ports/92524
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-02-03 11:39:37 +00:00
Maxime Henrion
6a699c4bb2 Update to csup-snap-20060203:
- The -4 and -6 switches have been addede to force usage of IPv4 or IPv6,
  respectively,
- The "list=suffix" option in the supfile is now supported.
- And many bugfixes.
2006-02-02 23:36:14 +00:00
Maxime Henrion
37863a6572 Update to the 20060202 snapshot:
- Many bugfixes and code improvements.
- There is now a csup(1) manual page.
- We now use the Z_DEFAULT_COMPRESSION zlib compression level instead of
  Z_BEST_SPEED (the lowest).  As a consequence of this, less data needs to
  be send and csup is slightly faster than CVSup in my tests.
2006-02-02 00:35:40 +00:00
Edwin Groothuis
ca424c4e97 SHA256ify
APproved by: krion@
2006-02-01 22:46:10 +00:00
Edwin Groothuis
e7edb9f118 Make net/etherboot fetchable again by using berlios.de 2006-02-01 22:36:09 +00:00
Jean-Yves Lefort
54a0cec780 - Update to 5.2.2 and improve the bpf kernel bug (kern/84823) workaround [1]
- Take maintainership

[1]:
PR:		ports/92694
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
2006-02-01 21:14:37 +00:00
Pav Lucistnik
b421b8094b - Update to 1.1.0
- No longer compiles on FreeBSD 4.X

PR:		ports/92598
Submitted by:	Alessandro Dellavedova
2006-02-01 18:38:14 +00:00
Dag-Erling Smørgrav
3bedc4746a Remove BROKEN; nss_ldap compiles and runs fine on recent -CURRENT. 2006-02-01 10:52:31 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
Sam Lawrance
272671d1ea Fix build on -current.
Fix English typo.
2006-02-01 05:02:19 +00:00
Alexander Leidinger
57b0d1c87b Finish repocopy (openh323 -> openh323-112). 2006-01-31 21:02:38 +00:00
Alexander Leidinger
8b5d884697 After repocopy from net/openh323:
- fix PORTNAME
 - "chase" expat libversion bump
 - fix dependency/path (repocopied pwlib152)

PR:		83396 (implicit)
Repocopy by:	marcus
2006-01-31 21:00:51 +00:00
Dirk Meyer
b4012af873 - remove etc/pam.d/radius if present 2006-01-31 15:55:58 +00:00
Dirk Meyer
676db5a9e0 - substitute PREFIX in rc script
- bump PORTREVISION
2006-01-31 06:14:57 +00:00
Joe Marcus Clarke
fe200ce608 Adjust the order of variable declarations to fix a problem getting the
signal strength from Aironet cards.
2006-01-31 02:46:29 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Pav Lucistnik
fbab09fee3 Populate newly create net-p2p category with these ports:
ftp/jigdo
  net/amule1
  net/amule2
  net/apollon
  net/azureus
  net/bnbt
  net/btpeer
  net/btqueue
  net/cdonkey
  net/ctorrent
  net/dcd
  net/dclib
  net/dctc
  net/dctc-gui
  net/dctc-gui-qt
  net/edonkey-gui-gtk
  net/edonkey-gui-gtk-urlslave
  net/fcptools
  net/fidelio
  net/freenet
  net/frost
  net/giftcurs
  net/giftoxic
  net/giftui
  net/gift
  net/gift-fasttrack
  net/gift-gnutella
  net/gift-openft
  net/gkrellm-gift
  net/gnewtellium
  net/gnome-btdownload
  net/gnunet
  net/gtkhx
  net/gtk-gnutella
  net/gtorrentviewer
  net/hagelslag
  net/hx
  net/i2p
  net/javadc
  net/kmldonkey
  net/ktorrent
  net/libbt
  net/liberator
  net/libfreenet
  net/libpdtp
  net/libtorrent
  net/limewire
  net/linux-agsatellite
  net/linux-edonkey-core
  net/linux-edonkey-server
  net/linux-jigdo
  net/linux-overnet-core
  net/minder
  net/mldonkey
  net/mldonkey-core
  net/mldonkey-core-devel
  net/mldonkey-devel
  net/mldonkey-gui
  net/mldonkey-gui-devel
  net/mldonkey-perlreactor
  net/mldonkey-sancho
  net/mldonkey-serverspy
  net/mldonkey-urlslave
  net/mutella
  net/mute-net
  net/mute-net-gui
  net/mute-net-text
  net/napshare
  net/nicotine
  net/opendchub
  net/peercast
  net/phex
  net/pyslsk
  net/py-bittornado
  net/py-bittornado-core
  net/py-bittorrent
  net/py-bittorrent-core
  net/py-bittorrent-core-devel
  net/py-bittorrent-devel
  net/py-fngrab
  net/py-kenosis
  net/py-kenosis-bittorrent
  net/py-py2play
  net/p5-pdonkey
  net/qtella
  net/qtorrent
  net/rtorrent
  net/squall
  net/torrentflux
  net/torrentsniff
  net/trackerbt
  net/transmission
  net/valknut
  net/verlihub
  net/verlihub-plugins
  net/xmule
  net/xnap
  misc/ed2k
  misc/edonkey-tool-hash
  misc/linux-edonkey-tool-recovermet

Repocopies by:	marcus
2006-01-30 21:36:28 +00:00
Renato Botelho
f9c5b95a4b - Update to 0.8.1
PR:		ports/91880
Submitted by:	Alex Miller <asm@asm.kiev.ua>
Approved by:	maintainer timeout (14 days)
2006-01-30 15:18:19 +00:00
Anton Berezin
7f721527a7 Update to 0.9. 2006-01-30 07:13:02 +00:00
Marcus Alves Grando
b424dad7e7 - New port:
iLBC (internet Low Bitrate Codec)

iLBC is a FREE speech codec suitable for robust voice communication
over IP. The codec is designed for narrow band speech and results
in a payload bit rate of 13.33 kbit/s with an encoding frame length
of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec
enables graceful speech quality degradation in the case of lost frames,
which occurs in connection with lost or delayed IP packets.

Features:

 * Bitrate 13.33 kbps (399 bits, packetized in 50 bytes) for the frame
   size of 30 ms and 15.2 kbps (303 bits, packetized in 38 bytes) for
   the frame size of 20 ms
 * Basic quality higher then G.729A, high robustness to packet loss
 * Computational complexity in a range of G.729A
 * Royalty Free Codec

WWW:	http://www.ilbcfreeware.org/

PR:		91884
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2006-01-30 00:53:24 +00:00
Pav Lucistnik
2efeff1610 - Chase libedit update
PR:		ports/92450
Submitted by:	Thomas Schweikle <tps@vr-web.de>
2006-01-29 23:27:23 +00:00
Joe Marcus Clarke
7da8cdf04a In trying to solve a problem with inconsistencies when linking with -shared
and ${PTHREAD_LIBS}, avahi linked its binaries with -lc_r on FreeBSD.  This
caused nasty runtime failures on i386, and build failures on alpha, amd64,
and other platforms where libc_r no longer exists.

To fix this, don't go through the song and dance of trying to solve the
-shared/${PTHREAD_LIBS} problem, and just link with ${PTHREAD_LIBS} as
usual.  Of course, ports that depend on avahi's libraries will break by
doing this, so add ${PTHREAD_{LIBS,CFLAGS}} to the right pkg-config files
to make sure dependencies will pick them up.

Patch adapted from:	Yasuda Keisuke <kysd@po.harenet.ne.jp>
2006-01-29 18:47:31 +00:00
Florent Thoumie
866ba71c1f - Update to 0.4.3. 2006-01-29 00:26:14 +00:00
Florent Thoumie
fa8b1b4899 - Update to 0.8.3. 2006-01-29 00:25:30 +00:00
Kris Kennaway
3e28d2455d BROKEN on !i386: Does not compile 2006-01-28 21:11:56 +00:00
Yen-Ming Lee
7666ad34b7 - Update to 0.96
PR:		92457
Submitted by:	leeym
Approved by:	maintainer
2006-01-28 20:20:46 +00:00
Pav Lucistnik
6bf0a29860 - Fix typo in COMMENT 2006-01-28 11:49:53 +00:00
Alex Dupre
77d6e5bbd6 Put main category at first place. 2006-01-28 10:47:17 +00:00
Kris Kennaway
777c20b345 Remove apparently stray @exec mkdir (looks like it was intended to create
a directory that populated later in the plist, but it's using the wrong
path, and you don't need to make directories explicitly anyway unless
they're empty).
2006-01-28 08:17:15 +00:00
Dirk Meyer
3178625f7e - fix PREFIX in rc.file 2006-01-28 07:59:48 +00:00
Norikatsu Shigemura
8c82b52413 Update to 2006.01.27. 2006-01-28 02:24:30 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Maxime Henrion
d933c0b91e Add a port for csup, the rewrite of CVSup in C.
While it still has some rough edges, it has reached a state where
it's pretty much usable and this port will get me a wider audience for
testing.

Reviewed by:	ahze
2006-01-28 01:46:32 +00:00
Erwin Lansing
c5db392698 Add p5-Apache2-SOAP 0.71, apache2 mod_perl2 SOAP Server.
This is a replacement for Apache::SOAP (and SOAP::Transport::HTTP)
designed to work with the CPAN version of mod_perl 2. It is intended
as a temporary measure until the SOAP-Lite distribution
implements this functionality.

PR:		ports/92388
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
2006-01-27 13:45:26 +00:00
Mark Linimon
739e564b8c Replace the dangerous .error with IGNORE. 2006-01-27 09:38:34 +00:00
Mark Linimon
09e0794723 Ancient FreeBSD versions are no longer supported in bsd.port.mk, so this
code is moot.

Approved by:	maintainer
2006-01-27 08:05:31 +00:00
Mark Linimon
54b6f9deb0 Reset maintainer at his request. 2006-01-27 08:01:10 +00:00
Maxim Sobolev
e9e59493e4 Make working with new asterisk version. 2006-01-27 01:23:56 +00:00
Maxim Sobolev
f644d74fb3 Update to 1.2.3. 2006-01-27 00:15:33 +00:00
Michael Johnson
5a7bdcd5ba - Update to 0.6.5 2006-01-27 00:15:23 +00:00
Maxim Sobolev
20866a1830 Fix build on amd64. No PORTREVISION bump since it doesn't change content
of the package on the rest arches.

Reported by:	bram <bram@diomedia.be>
2006-01-26 23:29:58 +00:00
Sergey Skvortsov
dcde1d3f42 Update to 1.0.1 2006-01-26 15:33:08 +00:00
Vasil Dimov
2934147446 Fix tainting and path manipulations
PR:		ports/91872
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de>
Approved by:	garga (mentor)
2006-01-26 10:34:42 +00:00
Kris Kennaway
7a2c038c6f Quench @dirrm warning 2006-01-26 04:49:47 +00:00
Kris Kennaway
7689c4a0e5 Add missing USE_GETTEXT 2006-01-26 04:29:21 +00:00
Kris Kennaway
27d3b59f7a Add missing USE_PERL5_BUILD 2006-01-26 04:26:26 +00:00
Kris Kennaway
c49f6e3bc4 Add missing USE_GETTEXT 2006-01-25 23:01:34 +00:00
Bruce M Simpson
86f8d8d6da Fix tcpdump dependency on libpcap.
LIB_DEPENDS should only be used if shared libraries were built by the
libpcap port. Currently only static libraries are built.

Pointy hat to: bms
2006-01-25 07:00:31 +00:00
Mario Sergio Fujikawa Ferreira
4e1d72a63f o Build and install mldonkey hashing signature tool: mld_hash
o Install kill_mldonkey script script into EXAMPLESDIR instead of
  PREFIX/bin since it is a sample requiring modification before
  being used.
o Bump PORTREVISION
2006-01-24 23:46:37 +00:00
Brooks Davis
3b41e440b5 Don't bogusly list the rc.d script in the plist. USE_RC_SUBR does this
for us.

Reported by:	krismail
2006-01-24 17:15:26 +00:00
Norikatsu Shigemura
96dc7c8aae Update to 2006.01.24. 2006-01-24 14:03:35 +00:00
Gleb Smirnoff
70dd0de8ee Update to new beta release of mpd4 - 4.0b4. Several important bugfixes has
been made in this release. Also the new release introduces better integration
with new nodes in RELENG_6 branch - ng_tcpmss(4) and ng_netflow(4).

Approved by:	archie
2006-01-24 09:28:22 +00:00
Alex Dupre
98bb6c6c4c Add a fix to another deficency of php devs that think FreeBSD is (D)evil:
- re-enable persistence support in soap extension
2006-01-24 07:16:40 +00:00
Yen-Ming Lee
612fe0907a - update to 1.1.1
- assign maintainership to perl@

PR:		92086
Submitted by:	leeym
Approved by:	maintainer
2006-01-24 00:56:41 +00:00
Pav Lucistnik
120d63cacb - Drop maintainership. ENOTIME for ports, so let someone else take better care
of them.

Submitted by:	Brad Davis <so14k@so14k.com>
2006-01-23 20:27:33 +00:00
Renato Botelho
336d47de6e - Add a MASTER_SITES backup and remove reference to MASTER_SITE_LOCAL since
this version is not available at mnag's subdir.

Submitted by:	maintainer by email
Noticed by:	krismail
2006-01-23 09:18:45 +00:00
Oliver Lehmann
78a96568b8 update to 0.5.6 2006-01-23 05:41:49 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Pav Lucistnik
7b3a022c0c Driver for USB 802.11 devices using Conexant chipsets (see www.prism54.org).
PR:		ports/92063
Submitted by:	Sebastien Bourdeauducq <lekernel@prism54.org>
2006-01-22 20:29:32 +00:00
Kris Kennaway
64c689bdc0 Reset undeliverable maintainer address:
<arlu@telia.com>: host mail.telia.com[81.228.11.160] said: 550 RCPT
    TO:<arlu@telia.com> User unknown (in reply to RCPT TO command)
2006-01-22 18:57:32 +00:00
Sergey Matveychuk
96ede01302 - Utilize @dirrmtry in auto generated PLIST
PR:		ports/92161
Submitted by:	maintainer
2006-01-22 18:35:43 +00:00
Pav Lucistnik
695581e77d - Revert 1.115, it broke the build
Reported by:	DomiX on Freenode
Pointy hat to:	edwin
2006-01-22 17:31:27 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Yen-Ming Lee
085ebfad27 - add missing dependency
- bump PORTREVISION

PR:		92044
Submitted by:	Riccardo Torrini <riccardo@torrini.org>
Approved by:	maintainer
2006-01-21 17:42:10 +00:00
Maxim Sobolev
b8c8fc7e04 When building with zaptel disabled make sure to set WITHOUT_ZAPTEL make
environment variable.

Poked by:	kris, unbuildable ports reminder
2006-01-21 08:20:21 +00:00
Florent Thoumie
4e292772a3 - Fix packing list issue with ipw-firmware. Should have fixed that some time ago.
Noticed by:	krismails (twice)
2006-01-21 03:14:10 +00:00
Edwin Groothuis
8f7182eecb http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html
4.4 Patching
    [...]

    Please only use characters [-+._a-zA-Z0-9] for naming your patches.
    Do not use any other characters besides them. Do not name your
    patches like patch-aa or patch-ab etc, always mention path and file
    name in patch names.
2006-01-20 22:04:35 +00:00
Kirill Ponomarev
96d99864f8 Fix build.
Found by:	pointyhat
2006-01-20 17:19:21 +00:00
Tilman Keskinoz
b9be408b7f Fix build on CURRENT by including limits.h for PATH_MAX
Remove ONLY_FOR_ARCHS ports builds on amd64 and sparc64 too.
2006-01-20 15:50:35 +00:00
Sergey Skvortsov
430c54f31f Unbreak build with openssl-0.9.8 2006-01-20 10:14:20 +00:00
Vasil Dimov
0e2468d8b1 Change my email address to the @FreeBSD one
Approved by:	garga (mentor)
2006-01-20 06:12:05 +00:00
Kris Kennaway
c8d19ef62f BROKEN: Broken dependency 2006-01-20 00:01:19 +00:00
Kris Kennaway
d6c60638c0 BROKEN: Unfetchable 2006-01-19 23:59:59 +00:00
Kris Kennaway
75aae1a719 BROKEN on 7.0: Incorrect pkg-plist 2006-01-19 23:47:10 +00:00