Commit graph

2282 commits

Author SHA1 Message Date
Hiroki Sato
37d5e627fd - Fix NOPORTEXAMPLES=yes case.
- Add WITH_IPV6 option.
2008-10-05 12:30:44 +00:00
Martin Wilke
a859f9aac6 - Update to 1.29
- Respect NOPORT*
- Pass maintainership to submitter

PR:		127642
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2008-09-29 07:37:09 +00:00
Beech Rintoul
d913b04a37 - Re-add mod_sql_tds option and update to 4.6
- Bump portrevision
2008-09-25 20:23:38 +00:00
Beech Rintoul
56794e1fb7 - Replace path hack with configure arg
- Update proftpd.conf to reflect changes listed in UPDATING
2008-09-24 22:09:23 +00:00
Li-Wen Hsu
66ba7fbb7a - Update to 0.5.0
PR:		ports/127556
Submitted by:	Wen Heping <wenheping AT gmail.com>
2008-09-24 03:35:59 +00:00
Beech Rintoul
1757751900 - Fix plist
Reported by:	QAT
2008-09-23 23:16:38 +00:00
Beech Rintoul
682ae3eaa8 - Fix install and plist for proftpd.pc
Reported by:	QAT
2008-09-23 22:42:46 +00:00
Beech Rintoul
e079454967 - Update to 1.3.2rc2
- Patch long command processing vulnerability (http://bugs.proftpd.org/show_bug.cgi?id=3115)
- Remove third party modules mod_codeconv, mod_comb, mod_sql_tds (won't build)
- Update mod_clamav
2008-09-23 20:15:56 +00:00
Beech Rintoul
1b524b407e - Update to 2.8.5
- Add amd64 support for 6.x and 7.x
- Remove 5.x support
- Update startup script to rcNG
- Fix docs handling
- Cleanup and tweaks

PR:		ports/127527
Submitted by:	OH Changsun <oh@xbsd.kr>
2008-09-23 09:06:22 +00:00
Beech Rintoul
50fa1f3d56 - Update to 1.3.20080922
- Remove third party mod_sql_tds and mod_comb (don't build)
- Fix plist

Reported By:	 QAT
2008-09-23 07:01:53 +00:00
Beech Rintoul
89c178b3fb - Update to 1.3.20080920
- Remove mod_codeconv (no longer current)
- Add mod_clamav
2008-09-23 03:12:28 +00:00
Beech Rintoul
0d72657125 - Patch src netio.c - wrong telnet filter
- Telnet filters input data, but Russian symbols deleted

PR:		ports/127096
Submitted by:	Sherbacov Dmitriy <sherbacov@bsys.ru>
Approved by:	portmgr (linimon)
2008-09-17 05:11:19 +00:00
Renato Botelho
37c88c8e12 - Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)
2008-09-15 19:56:38 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
David E. O'Brien
3e86864a19 Somewhere along the way of 8-CURRENT, we seem to have diverged in
functionality from other Unixen (including FreeBSD 7.0):
	NcFTP's sio library function, _SConnect, wants to select() for one
	descriptor.  It creates fd_set structures for writable fds and
	exception fds, with each fd set having only one bit set corresponding
	to the single descriptor it is selecting.  select() then returns 2,
	rather than 1.  NcFTP was checking if select returned 1, and if so,
	OK, if not 1, error.  Since 2 was returned, this was causing a problem.

Submitted by:	Mike Gleason <mgleason@ncftp.com>
2008-09-03 15:32:54 +00:00
Beech Rintoul
c4d80cf408 - Update to 2.1
PR:		ports/127009
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2008-09-02 23:33:53 +00:00
David E. O'Brien
32ecf70b36 Upgrade to version 3.2.2. 2008-08-27 14:31:01 +00:00
David E. O'Brien
ec63dbe3bc Upgrade to version 3.2.2. 2008-08-26 16:21:45 +00:00
Beech Rintoul
d3344e4256 - Remove pkg-message
Reported by:	Yarema <yds@coolrat.org> (maintainer)
2008-08-25 21:47:36 +00:00
Beech Rintoul
6d5be51723 - Update to 20080609
PR:		ports/126749
Submitted by:	Yarema <yds@CoolRat.org>
Approved by:	Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer)
2008-08-23 20:13:18 +00:00
Beech Rintoul
6d45db82e6 - Update lftp to v3.7.4.
* fix a coredump in `kill all'.
* fix compilation problems on some systems.
* use getdate from gnulib.

PR:		ports/126374
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2008-08-22 05:04:47 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Martin Wilke
642971ad6f - Update to 1.30
PR:		126241
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-10 21:19:57 +00:00
Beech Rintoul
032bf29767 - Mark option mod_codeconv as possibly broken. 2008-08-06 14:32:25 +00:00
Yen-Ming Lee
b09000ffd4 - simplify dependency
- utilize PORTDOCS PORTEXAMPLES
2008-08-04 02:02:26 +00:00
Beech Rintoul
20a1f6a14b - Update to 0.5.0 2008-08-03 09:08:58 +00:00
Dirk Meyer
2ddf67bb3b - update to 2.0.7 2008-07-30 14:09:34 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Renato Botelho
8f90f58b5d - New entry to MASTER_SITES 2008-07-25 18:00:16 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Thomas Abthorpe
5e8c3e33bd - Update to 1.51
- Pass maintainership to beech@

Notified by:	portscout
2008-07-24 17:52:12 +00:00
Martin Wilke
3725669d2f - Fix build with NOPORTDOCS
Reported by:	IonBoT
2008-07-24 15:16:04 +00:00
Beech Rintoul
6f0aa25a40 - Fix error in procname path
PR:		ports/125355
Submitted by:	Johnpupu <johnpupu@gmail.com>
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2008-07-15 02:38:51 +00:00
Edwin Groothuis
547ac5344b Fix "version went backwards"
0.7.1_7 -> 0.7.1_1 -> 0.7.1_8

Submitted by:	kris@
2008-07-08 21:09:03 +00:00
Beech Rintoul
4056323dea - Update to 2.0
Added file(s):
- files/patch-Makefile
- files/smbftpd.sh.in

PR:		ports/124363
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2008-06-25 02:52:33 +00:00
Jose Alonso Cardenas Marquez
3a14939100 - Use new freepascal stuff
- Bump PORTREVISION
2008-06-24 15:18:15 +00:00
Alejandro Pulver
fdb93bc808 - Add missing pkg-plist @dirrmtry entries. 2008-06-22 00:17:22 +00:00
Alejandro Pulver
6b2459a232 - Update to version 3.0.11. 2008-06-21 21:51:34 +00:00
Li-Wen Hsu
bd0eae9d4b - Update to 0.4.0 2008-06-15 02:15:51 +00:00
Sergey Skvortsov
6baa425306 Update to 0.18 2008-06-11 13:17:52 +00:00
Edwin Groothuis
a550b67ae0 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:33:40 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
0d9cd53bf0 - Update to 3.7.3
- Pass maintainership to submitter

PR:		124069
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-06-05 14:44:11 +00:00
Wesley Shields
29510aa3fc UFTP is a multicast file transfer program, utilizing a protocol
based on Starburst MFTP. It is designed to reliably and efficiently
transfer files to multiple receivers simultaneously, where either
the intended receivers can be specified beforehand, or receivers
can join the transfer when it is initiated. This is useful for
distributing large files to a large number of receivers, and is
especially useful for data distribution over a satellite link (with
two way communication), where the inherent delay makes any TCP based
communication terribly inefficient.

http://www.tcnj.edu/~bush/uftp.html

Submitted by:	gnn (private email/IRC)
Approved by:	garga (mentor)
2008-06-05 01:53:43 +00:00
Alejandro Pulver
01beb5b37b - Update to version 3.0.10. 2008-06-04 00:35:23 +00:00
Martin Wilke
05b691bc1e - Fix a typo
PR:		117985
Submitted by:	Oles Hnatkevych <don_oles@able.com.ua>
Approved by:	maintainer timeout
2008-06-01 11:40:05 +00:00
Hye-Shik Chang
4420c1d8b3 - Update to 7.16.4 [1]
- Change maintainer to ports@

PR:		122328 [1]
Submitted by:	edwin [1]
2008-05-30 05:21:25 +00:00