Mark Linimon
156c0406ba
Mark as broken on amd64. May also be broken on sparc64, but the packages
...
there are pretty far behind.
2007-10-01 06:11:13 +00:00
Mark Linimon
48420a5ebd
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
...
PR: ports/116639
Submitted by: aDe
2007-09-30 04:47:36 +00:00
Beech Rintoul
4dbfc3cbd1
- Fix build with 7.x and amd64
...
PR: ports/116616
Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
Approved by: sat (mentor)
2007-09-29 17:19:44 +00:00
Shaun Amott
b5688d6793
Fix a bug which causes innfeed to segfault on 64-bit architectures.
...
Submitted by: Kai Gallasch <gallasch@free.de>
Debugged by: Julien ÉLIE <julien@trigofacile.com>
Patched by: roberto
2007-09-26 19:10:54 +00:00
Rong-En Fan
bae7288fc4
- Mark broken with gcc 4.x as this project is no longer under active
...
development. Quote from SourceForge page:
"As of 2004-10-08 10:20, this project is no longer under active development."
PR: ports/116616
Submitted by: Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer)
2007-09-25 11:26:03 +00:00
Andrey Slusar
584a07a0c6
- Update to 1.3.2
...
- Fixed broken detection of installed INN
- Added missing dependency on GDBM
- manpage installed into right directory
PR: ports/116370
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
2007-09-16 17:16:11 +00:00
Andrey Slusar
509a284a31
Fix acl notifications.
2007-09-12 04:11:47 +00:00
Edwin Groothuis
955f01ad0c
Fix dependency on dbus
2007-09-09 05:32:36 +00:00
Edwin Groothuis
e7e4a586d6
Upgrade to 0.99.2
2007-09-09 01:43:07 +00:00
Mark Linimon
70faa94bbc
Fix in the new Perl order.
...
Hat: portmgr
2007-09-09 00:36:30 +00:00
Mark Linimon
9839011ec3
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
...
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
2007-09-08 01:12:10 +00:00
Martin Wilke
a202cb1ef9
2007-08-19 irc/riece-emacs20: emacs20 and related ports are obsolete; please use a more recent version
...
2007-08-19 news/gnus-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/tamago-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/psgml-mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/psgml-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/psgml-emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 editors/leim20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/iiimecf: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/gnuserv-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/semantic-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 09:26:10 +00:00
Rong-En Fan
e8b6752a29
- Fix plist after PORTNAME is changed
...
PR: ports/115274
Submitted by: Thomas Hurst <tom at hur.st>
Approved by: Daniel <daniel at netwalk.org> (maintainer)
2007-08-17 17:34:55 +00:00
Cheng-Lung Sung
57ccf4d1dd
- Update to 0.98
...
PR: ports/115496
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng)
2007-08-15 02:22:07 +00:00
Dirk Meyer
ee3634f598
- make portlint happier
2007-08-06 10:34:12 +00:00
Gabor Kovesdan
42542fb076
- Remove the DESTDIR modifications from individual ports as we have a new,
...
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
2007-08-04 11:41:30 +00:00
Jeremy Messenger
ef3b5d9bba
Update to 0.132.
2007-08-03 03:55:36 +00:00
Alexander Botero-Lowry
4942ce5a7d
- Make Python 2.5.1 the default Python version
...
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
2007-07-30 09:42:28 +00:00
Pav Lucistnik
198ced1b66
- Switch to py-cherrypy-old
2007-07-29 13:34:39 +00:00
Chin-San Huang
5af82a7175
- Update to 0.49.
...
- Take maintainership.
Approved by: rafan (mentor, implicit)
2007-07-28 21:16:35 +00:00
Rong-En Fan
801b1826fb
- Fix From: header
...
PR: ports/114375
Submitted by: G. Paul Ziemba <p-fbsd-bugs at treehouse.napa.ca.us>
2007-07-27 15:14:31 +00:00
Rong-En Fan
f935a609c5
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
...
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
2007-07-23 09:36:51 +00:00
Mark Linimon
18f405e5b2
Start the deorbit burn of emacs20 and dependent files. They are antiquated.
...
Discussed with: various emacs maintainers
Hat: portmgr
2007-07-19 09:30:52 +00:00
Tilman Keskinoz
ea4e8645ff
Unbreak install by doing the REINPLACE_CMD after patching.
2007-07-16 12:28:07 +00:00
Alexey Dokuchaev
26360ed531
- Respect ${CC}
...
- Fix the build with recent GCC [1]
- Clean up Makefile
Reported by: pointyhat (logs) [1]
2007-07-03 19:59:12 +00:00
Martin Wilke
a2d848810e
- Fix build with gcc 4.2
...
PR: 114024
Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer)
2007-06-26 07:09:10 +00:00
Martin Wilke
d092f8788f
- Rename portname SABnzbd -> sabnzbd
...
Approved by: maintainer
2007-06-22 14:28:24 +00:00
Martin Wilke
134df675a5
- Allow build with python 2.5
...
- Sort plist new
Tested with py25-rev5 patch
PR: 113843
Submitted by: Daniel <daniel@netwalk.org> (maintainer)
2007-06-22 11:41:55 +00:00
Andrey A. Chernov
546d5a773d
Exclude 700000-700033 for ncursesw
2007-06-14 18:18:09 +00:00
Andrey A. Chernov
1aca7c370c
Use ncursesw when available
2007-06-14 17:10:31 +00:00
Dirk Meyer
b58a3e61df
- drop not needed includes
...
PR: 113329
Submitted by: Ed Schouten
2007-06-08 14:05:19 +00:00
Tilman Keskinoz
a9f23559b1
Fix build with gcc4
2007-05-30 15:23:03 +00:00
Martin Wilke
3b119c41a9
- Update to 2.4-rc5
...
- Switch to USE_LDCONFIG
PR: 113011
Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
2007-05-27 19:55:48 +00:00
Martin Wilke
37c83cee00
- Update to 1.4-rc5
...
- Switch to USE_LDCONFIG
PR: 113012
Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
2007-05-27 19:53:22 +00:00
Martin Wilke
e074a4cf01
- Update to 1.4-rc5
...
PR: 113013
Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
2007-05-27 19:52:02 +00:00
Martin Wilke
f4c6fe21ed
- File was renamed.
...
- Bump PORTREVISION
PR: 113014
Submitted by: Oleg Sharoiko <os@rsu.ru> (maintainer)
2007-05-27 19:51:10 +00:00
Jeremy Messenger
59b9e412cf
Update to 0.131.
2007-05-27 05:08:53 +00:00
Kris Kennaway
b7ff7031ea
BROKEN with gcc 4.2
2007-05-27 03:03:31 +00:00
Kris Kennaway
add90dd319
BROKEN with gcc 4.2
2007-05-26 20:38:49 +00:00
Dirk Meyer
13b3264699
- update for gnustep-make-2.0.0
2007-05-25 05:55:36 +00:00
Jeremy Messenger
6c45ae6947
Update to 0.130.
2007-05-25 04:34:25 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
306b680d7e
Fix pkg-plist
...
Noticed by: asouza at #bsdports
2007-05-02 22:21:07 +00:00
Edwin Groothuis
229fd264eb
Woops. Thanks to GeJ at #bsdports for that I should include the
...
right bsd.gecko.mk.
2007-05-01 23:15:55 +00:00
Edwin Groothuis
90d30fbb5f
Fill Threads Database is a dutch Usenet binaries grabber.
...
OpenFTD is the open source implementation of it.
Use the "ftd" program to start the gui.
WWW: http://www.ftd4linux.nl/
WWW: http://www.ftd.nu/
2007-05-01 23:07:59 +00:00
Jeremy Messenger
7d645b9416
Change this patch to a better fix, bump the PORTREVISION.
...
GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=432387
Submitted by: Charles Kerr (developer)
Tested by: pav
2007-04-23 21:25:44 +00:00
Jeremy Messenger
02a0d1f3d6
Fix the build/runtime on amd64.
...
Submitted by: pav
2007-04-22 20:41:03 +00:00
Jeremy Messenger
ca262a8205
Update to 0.128.
2007-04-22 16:22:42 +00:00
Martin Wilke
f362475c08
- Update to 0.48
2007-04-20 22:26:48 +00:00
Jeremy Messenger
6bde556226
Update to 0.127.
2007-04-13 16:39:08 +00:00
Martin Wilke
12f5d21f63
2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
...
2007-03-28 graphics/hobbes-icons-xpm: Archaic port
2007-04-10 japanese/firefox-ja: Incomplete pkg-plist
2007-04-10 japanese/lookup-xemacs: Does not install
2007-04-10 lang/linux-hla: Does not compile
2007-04-10 mail/vmailmgr: Incomplete pkg-plist
2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install'
2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD
2007-04-10 net-mgmt/tas: Incomplete pkg-plist
2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0
2007-04-10 news/inn-stable: Fails to patch
2007-04-10 palm/malsync: Does not build with new pilot-link
2007-04-10 russian/elm.language: Leaves behind files on deinstall
2007-04-10 russian/pine.language: Leaves behind config file on deinstall
2007-04-01 science/py-scipy03: Replaced by py-scipy
2007-04-10 security/php4-cryptopp: Does not compile
2007-04-10 17:40:51 +00:00
Jeremy Messenger
58b8e61e32
-Update to 0.126.
...
-Remove a FreeBSD 4.x check.
2007-03-31 16:24:52 +00:00
Alexander Botero-Lowry
aad9a79ac4
- update to 0.13
...
PR: 110957
Submitted by: Philip Jenvey <pjenvey@groovie.org>
2007-03-31 09:17:30 +00:00
Mark Linimon
5a3ce7e875
Reset jooji@nickelkid.com due to maintainer-timeouts and no response
...
to email.
Hat: portmgr
2007-03-23 09:16:01 +00:00
Rong-En Fan
119f91f203
- Update to 1.11.6
...
- Reorder master sites
PR: ports/110458
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
2007-03-18 13:28:22 +00:00
Martin Wilke
5cf6163a8e
- Update to 0.2.5
...
PR: 110167
Submitted by: Daniel <debonair@nero.netwalk.org> (Maintainer)
2007-03-13 08:12:19 +00:00
Kirill Ponomarev
9162f7ee92
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
...
default.
Bump PORTREVISION on all dependent ports.
2007-03-11 19:41:33 +00:00
Sergey Skvortsov
dc0a06ec40
Update to 2.02
...
Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-NNTP-2.02/Changes
2007-03-03 14:15:57 +00:00
Andrey A. Chernov
584687adff
Add WITH_TIN_SCREEN knob
...
PR: 109604
Submitted by: leeym
2007-03-01 07:57:35 +00:00
Rong-En Fan
7192ebf01c
- Update to 1.11.6 RC1
...
- Respect PREFIX
- Rearrange master sites order, so we don't try all sf and sunsite mirrors
first (the rc version only exists on local mirror).
PR: ports/109527
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
2007-02-28 08:41:43 +00:00
Rong-En Fan
d90c208501
Add p5-POE-Component-Server-NNTP 0.97, a component that provides NNTP
...
server functionality.
PR: ports/109459
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2007-02-24 09:06:35 +00:00
Max Khon
5dd30c7a46
Fix build with gcc41 on amd64
2007-02-23 05:52:26 +00:00
Jeremy Messenger
0fe888364b
Update to 0.125.
2007-02-22 21:35:29 +00:00
Alexander Botero-Lowry
fc8d446dbd
- update to 0.12
...
Submitted by: Philip Jenvey (maintainer, via irc)
2007-02-22 04:21:12 +00:00
Jeremy Messenger
e1c0d4ff81
Update to 0.124.
2007-02-13 04:48:43 +00:00
Andrey A. Chernov
536c789c22
Rename url_handler.sh to tinurl_handler.sh to avoid conflict with
...
urlview port.
PR: 109090
2007-02-12 18:28:37 +00:00
Thierry Thomas
183cdb8416
Change BROKEN into IGNORE: newsx does not build on the cluster ATM since
...
INN does not install its default configuration files any more when
installed as a package, but the port is OK.
2007-02-11 17:21:33 +00:00
Kris Kennaway
de78dd974b
Schedule these broken ports for removal on 2007-04-10 if they are still
...
broken at that time and no fix has been submitted.
2007-02-11 01:23:35 +00:00
Kris Kennaway
3576a30531
BROKEN: Configure fails
2007-02-10 22:54:08 +00:00
Kris Kennaway
a52f85fcc0
BROKEN: Does not install
2007-02-10 22:50:07 +00:00
Andrey A. Chernov
41d8df2eb9
Update to 1.8.3
...
PR: 108995
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
2007-02-10 19:00:25 +00:00
Jeremy Messenger
ad65ef095a
Update to 0.123.
2007-02-07 06:18:03 +00:00
Jeremy Messenger
1319cc8205
Update to 0.122.
2007-02-04 05:45:28 +00:00
Dirk Meyer
e904a42961
- add category gnustep
...
PR: 103931
Approved by: pav
2007-01-31 18:18:14 +00:00
Andrey Slusar
ea063428cf
Update to 5.1.7
2007-01-30 20:56:35 +00:00
Alexander Botero-Lowry
fa8f2db627
- update to 0.11
...
PR: 108532
Submitted by: Philip Jenvey <pjenvey@groovie.org>
2007-01-30 05:31:48 +00:00
Kris Kennaway
a01439c2ca
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
2007-01-30 04:25:35 +00:00
Kris Kennaway
b5de47e69a
Use libtool port instead of included version to avoid a.out objformat botch
2007-01-29 23:51:55 +00:00
Andrey Slusar
65cbff6efe
Fix tossing, when `packet' in passwd defined.
2007-01-29 10:55:59 +00:00
Shaun Amott
ec60b4b254
Fix inn and inn-current install.
...
Nudged by: pav
2007-01-26 22:54:21 +00:00
Jeremy Messenger
4a444c46f5
Update to 0.121.
2007-01-23 19:33:02 +00:00
Yen-Ming Lee
65952a8739
- fix a bug to handle duplicate spam.filter in nntpcache.access correctly.
...
(patch sent back to authors. fix it first before next release)
2007-01-17 13:38:12 +00:00
Nicola Vitale
d53e5f01e3
With XPN you can read/write articles on the Usenet with a good MIME
...
support (better than some well known newsreaders).
XPN can operate with all the most diffuse charset starting from US-ASCII
to UTF-8. When you edit an article XPN automatically chooses the best
charset, however is always possible to override this choice.
There also other useful features like scoring, filtered views,
random tag-lines, external editor support, one-key navigation,
ROT13, spoiler char ...
WWW: http://xpn.altervista.org/
Approved by: alexbl (mentor, implicit)
2007-01-14 21:55:30 +00:00
Ion-Mihai Tetcu
1d0edd85f9
Add a new patch/files dir to news/klibido port to enable support
...
for up to 20 simultaneous server connections instead of the
default limit of 10. This will allow users with Giganews accounts
to take full advantage of their max connections allowed.
PR: ports/107851
Submitted by: Conrad J. Sabatier (maintainer)
2007-01-13 15:28:12 +00:00
Martin Wilke
2199e97541
- Update to 0.3.0
...
PR: 107842
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer
2007-01-12 21:17:14 +00:00
Max Khon
811bf950be
Add LOCALBASE to MAKE_ARGS.
2007-01-11 15:56:09 +00:00
Andrey Slusar
f40e0d579d
Fix works `outb-kill' script.
...
Reported by: Yuri Chumakov
2007-01-09 14:36:05 +00:00
Andrey Slusar
00658ff15a
Fix works `outb-kill' script.
...
Reported by: Yuri Chumakov
2007-01-09 14:29:23 +00:00
Jeremy Messenger
4008ca24f0
Update to 0.120.
2007-01-03 05:43:14 +00:00
Andrey Slusar
8268353b67
Update to 5.1.6ds
2006-12-30 22:39:37 +00:00
Sergey Skvortsov
d829de21e4
Update to 2.01
...
Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-NNTP-2.01/Changes
PR: ports/107093
Submitted by: chinsan
2006-12-25 14:23:55 +00:00
Jun Kuriyama
265500d7d8
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
...
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
2006-12-22 02:51:16 +00:00
Jun Kuriyama
fc5b96f1a8
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
...
to security/gnupg1.
Thanks to: dougb, lofi
2006-12-21 13:31:56 +00:00
Dirk Meyer
a6238382d0
LuserNET is an NNTP-based news reader for GNUstep.
...
WWW: http://web.telia.com/~u42308495/alex/LuserNET/LuserNET.html
2006-12-18 10:32:20 +00:00
Andrey Slusar
2b40b441d0
Add WITH_NFS_LOCK - it's enable build with nfs safe locks.
...
Reported by: Alexander Gottlieb
2006-12-17 10:43:24 +00:00
Dirk Meyer
e8f27fc90f
- fix build with gcc41 again, new snapshots are more pedantic
2006-12-14 09:56:00 +00:00
Pav Lucistnik
a3cd942cb8
- Unbreak: fix build on 5.X and above
...
PR: ports/106201
Submitted by: Peter Johnson <johnson.peter@gmail.com>
2006-12-02 13:05:53 +00:00
Max Khon
2c5bcb4dfd
Update to 1.1.5.20061116
...
PR: 105052
Submitted by: Alexander Logvinov
2006-11-29 19:32:30 +00:00
Max Khon
889d7079c1
- Skip texi2html step and do not include .html documentation
...
- Bump PORTREVISION
Pointed out by: kris via pointyhat
2006-11-28 17:38:41 +00:00
Yen-Ming Lee
ec656d200c
- unbreak on sparc64 [1]
...
- stop sending debug mail
PR: [1] 105752
Submitted by: shaun@
2006-11-25 03:00:22 +00:00
Kris Kennaway
95ab832b5e
BROKEN: Install fails
2006-11-17 06:38:36 +00:00
Kris Kennaway
ce4dcb8f27
BROKEN: Fails to patch
2006-11-17 06:37:55 +00:00
Andrey Slusar
0540ac4e04
Fix areafix and ftntick crashes.
2006-11-15 11:31:35 +00:00
Alexander Botero-Lowry
70242eb78f
- update to 0.10
...
PR: 105508
Submitted by: Philip Jenvey <pjenvey@groovie.org> (maintainer)
2006-11-14 06:45:57 +00:00
Max Khon
977db1e146
Update to 6.2RC1. This also fixes unfetchable distfile.
...
patch-fido.c and patch-msg.c are required for compatibility with
pre 1.4 husky. They will be removed once husky ports are updated to 1.4.
2006-11-12 12:58:42 +00:00
Andrey A. Chernov
e04985f269
Remove stale mirror
...
Actually use ${PREFIX}/etc/mime.types
Use misc/mime-support package
Fix manpages
PR: 105421
Submitted by: rafan (partially)
2006-11-12 11:49:16 +00:00
Jeremy Messenger
8febb3035f
Update to 0.119.
2006-11-11 14:19:03 +00:00
Andrey Slusar
a643622fce
Fix build in tinderbox(inn is not configured).
...
Reported by: kris(pointyhat)
2006-11-08 10:37:03 +00:00
Frank J. Laszlo
40d889badc
Update my email address in all ports that I maintain.
...
Approved by: flz (mentor)
2006-11-07 15:37:06 +00:00
Shaun Amott
7073505859
- Fix PLIST for inn-current.
...
- Check files exist before stripping, as strip(1) on 4.x fails if the
file isn't there.
Reported by: pointyhat via kris
2006-11-05 23:08:55 +00:00
Jeremy Messenger
7726dfa171
Mark IGNORE on 4.X as it does not build.
...
Reported by: krismail
2006-11-04 22:32:55 +00:00
Jeremy Messenger
643959c06a
Update to 0.118.
2006-11-03 19:53:15 +00:00
Joe Marcus Clarke
1cf0f45ce5
Update to 0.117.
...
Submitted by: mezz
2006-11-02 17:46:07 +00:00
Shaun Amott
cf01b91d7e
Pass the correct directories to configure when a non-default INN_LAYOUT
...
option is used.
2006-11-02 02:52:42 +00:00
Shaun Amott
e008bbf4d3
Fix database directory ownership / configure options.
2006-11-01 15:14:40 +00:00
Martin Wilke
b484d8a3ed
- Pass maintainership to submitter
...
PR: ports/104750
ports/104749
ports/104748
Submitted by: Conrad J. Sabatier <conrads@cox.net>
2006-11-01 10:57:27 +00:00
Andrey Slusar
831565814a
Update to 5.1.5
2006-10-31 15:25:23 +00:00
Shaun Amott
ced1ab174a
Fix Makefile.layout to work with FreeBSD 4.x.
...
Noticed by: Dan Langille's magic sanity test script
2006-10-31 03:15:07 +00:00
Shaun Amott
62491c7999
Overhaul for the inn ports:
...
- Turn inn-stable and inn-current into slaves, as they are pretty much
clones of news/inn.
- Update the above ports to recent snapshots.
- Allow inn's database and spool directories to be placed outside
PREFIX (e.g. under /var).
- Add OPTIONS knobs.
2006-10-31 02:35:52 +00:00
Jeremy Messenger
3b8e2b9a88
Fix slow download and download corrupted in 0.116. Patch was took from CVS.
...
Bump the PORTREVISION.
Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=361941
Approved by: portmgr (marcus)
2006-10-14 17:41:29 +00:00
Joe Marcus Clarke
29747f458a
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
...
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Mark Linimon
937da00324
Reset bouncing maintainer address.
2006-10-08 21:59:43 +00:00
Dirk Meyer
81de544107
- new option WITH_SEDMAIL / WITH_CNEWS_SENDMAIL
...
Submitted by: Scott Hazen Mueller
2006-10-08 11:28:57 +00:00
Dirk Meyer
20082f59c2
- fix build for gcc41
...
Obtained from: Andreas Jochens (debian)
2006-10-08 11:28:21 +00:00
Martin Wilke
428f772959
- Update to 0.2.4
...
PR: ports/104145
Submitted by: Daniel <daniel@netwalk.org> (maintainer)
2006-10-08 08:16:59 +00:00
Dirk Meyer
2cbc314813
- fix build with gcc41
2006-10-07 19:17:13 +00:00
Sergey Skvortsov
ad0539e679
Update to 1.04
...
PR: ports/103629
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
2006-10-02 18:22:51 +00:00
Yen-Ming Lee
b9ce1a484e
- avoid NOT_FOR_ARCHS which will mark IGNORE
...
- mark BROKEN instead
- correct typo
Noticed by: kris, vd
2006-09-28 13:12:16 +00:00
Yen-Ming Lee
c091dd5b2b
- set NOT_FOR_ARCHS=space64
...
Noticed by: kris
2006-09-28 03:08:00 +00:00
Tilman Keskinoz
8235f6e244
Make fetchable
2006-09-17 16:56:05 +00:00
Sergey Skvortsov
0fc800a649
Update to 1.03
...
PR: ports/103172
Submitted by: Jin-Shan Tseng <tjs xx cdpa.nsysu.edu.tw>
2006-09-14 11:29:12 +00:00
Martin Wilke
8743ed6731
- Update to 6.7.3
...
PR: ports/102303
Submitted by: Dean Hollister <dean(at)odyssey.apana.org.au>
Approved by: Maintainer timeout
2006-09-13 07:12:17 +00:00
Alexander Botero-Lowry
5eaac8b2ca
Change all my MAINTAINER lines to my new FreeBSD.org address.
...
Approved by: novel
2006-09-13 03:21:38 +00:00
Tim Bishop
00c42cda2f
- Update to 2.10
2006-09-03 10:55:34 +00:00
Kris Kennaway
8aafec4f77
NO_CDROM and NO_PACKAGE are not appropriate here
2006-09-02 23:36:26 +00:00
Yen-Ming Lee
6fd8eb2a45
- patchfile rerolled for minor fix about working directory
...
- bump PORTREVISION
2006-09-02 17:06:07 +00:00
Yen-Ming Lee
e84e0697bc
- remove spam from news spool if it's a SPAM (spamphobia patch)
...
- add REVISEDATE in PATCHFILES file name
- bump PORTREVISION
2006-09-02 16:27:22 +00:00
Shaun Amott
4cba7980c2
For the inn ports:
...
- Fix build in the case where the host machine has either no DNS, or an
incomplete hostname.
- Use a generic placeholder in the default config file rather than the
build machine's name.
- Pet portlint(1) while here.
2006-08-30 00:39:07 +00:00
Dirk Meyer
fa2d81e6f9
- fix for child reaping
...
Submitted by: Scott Hazen Mueller
2006-08-29 04:14:27 +00:00
Roman Bogorodskiy
76fdf6e74d
This a fairly simple Python module, it provides only raw yEnc
...
encoding/decoding with built-in crc32 calculation.
PR: ports/102497
Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>
2006-08-25 05:33:11 +00:00
Shaun Amott
696e5bd2a8
Amend hostname check to succeed if /bin/hostname fails.
...
Another work-around for those pesky amd64 machines.
2006-08-23 20:57:28 +00:00
Bill Fenner
904227a772
Release maintainership on behalf of Bjorn Lindstrom
...
Requested-by: MAINTAINER
2006-08-22 19:33:39 +00:00
Jean Milanez Melo
d3d34ad7bb
- Add mastersite.
...
PR: ports/102276
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
2006-08-22 12:39:00 +00:00
Shaun Amott
d6e813c37c
- Fix a few incorrect file permissions after install.
...
- Check for invalid hostname and set IGNORE, since we know the build
will fail in this case.
- Ensure pkg-install is called with correct environment.
2006-08-03 14:39:44 +00:00
Martin Wilke
d8705e4fa3
- Update to 0.2.3
...
PR: ports/100694
Submitted by: Daniel <daniel(at)netwalk.org>
Approved by: krion (mentor)
2006-07-22 09:30:22 +00:00
Doug Barton
53c3693939
Clean up sig_stop values. In most cases this means removing a leading -,
...
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default.
2006-07-19 16:18:41 +00:00
Dirk Meyer
8a37a4fc60
- fix build for FreeBSD 4.x
2006-07-15 08:09:35 +00:00
Erwin Lansing
695697c8ce
NNML::Server server implements a minimal NNTP server. It is (hope-)
...
fully conformant to rfc977. In addition the commands XOVER and
AUTHINFO are implemented.
Author: Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
WWW: http://search.cpan.org/dist/NNML/
PR: ports/100277
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-07-14 15:48:41 +00:00
Pav Lucistnik
ba53b1dd7b
- Update to 0.2.2
...
PR: ports/100193
Submitted by: Daniel <daniel@netwalk.org> (maintainer)
2006-07-13 08:50:42 +00:00
Thierry Thomas
e5c9d90adb
- inn does not `make history' any more => do not perform history
...
database lookup when package building;
- change my address;
- pet portlint.
2006-07-04 20:09:51 +00:00
Dirk Meyer
f68940248d
- disable regression test on pointyhat
...
the test sends 2 mails, pointyhat consider this fatal:
Fatal error: filesystem was touched prior to 'make install' phase
http://pointyhat.freebsd.org/errorlogs/i386-5-latest/cnews-cr.g_9.log
2006-07-02 06:24:44 +00:00
Yen-Ming Lee
be227ccde6
- Update to 0.08
...
PR: 99569
Submitted by: clsung
Approved by: leeym
2006-06-28 06:12:04 +00:00
Cheng-Lung Sung
c43be3147b
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
...
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer)
2006-06-25 15:29:12 +00:00
Tim Bishop
9b86042d4f
- Update to 2.9
2006-06-25 10:54:32 +00:00
Dirk Meyer
2f3683d211
- drop support for FreeBSD 2.x
...
Submitted by: linimon
- perfomace gain by dropping gawk workaround
- activate regression-test
2006-06-24 08:23:56 +00:00
Dirk Meyer
16727e67fd
- drop support for FreeBSD 2.x
...
Submitted by: linimon
2006-06-24 07:59:24 +00:00
Jean Milanez Melo
4729b24963
- Add mastersite.
...
- Convert to a versioned DISTFILE.
PR: ports/98934
Submitted by: Tim Welch <ports@thepentagon.org> (maintainer)
Approved by: mnag (mentor)
2006-06-20 12:02:13 +00:00
Shaun Amott
5361678373
Switch to my @FreeBSD.org address.
...
Approved by: ahze (mentor)
2006-06-19 20:06:59 +00:00
Jean Milanez Melo
9669bf5295
- Add one more mastersite.
...
PR: ports/98840
Submitted by: maintainer
Approved by: mnag (mentor)
2006-06-12 14:45:19 +00:00
Jean Milanez Melo
065d883409
- Unbreak port, fix mastersite.
...
PR: ports/98840
Submitted by: Tim Welch <ports@thepentagon.org> (maintainer)
Approved by: mnag (mentor)
2006-06-12 14:02:12 +00:00
Martin Wilke
26fee660d9
Update MASTER_SITES
...
PR: ports/97838
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
2006-06-12 13:41:16 +00:00
Erwin Lansing
4e0493a5a6
Change USE_PERL to USE_PERL5 which actually exists. Do not bump
...
PORTREVISION as perl already was an implicit dependency and the
final package does not change.
2006-06-12 08:40:57 +00:00
Aaron Dalton
c0d89df280
- Marked as broken as the vendor's website is no longer available. I will
...
continue to monitor it.
Approved by: tobez (implicit)
2006-06-11 22:44:36 +00:00
Thierry Thomas
b9de059d9d
Fix plist: it's now possible to install inn from package.
...
PR: ports/98469
Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
2006-06-09 20:30:48 +00:00
Vasil Dimov
8a36bd62da
Remove expired leaf ports:
...
2006-06-01 devel/gnu-libtool
2006-06-01 japanese/linux-ttfonts
2006-06-01 net/gnomemeeting
2006-06-01 news/knzb
2006-06-01 x11/linux-gnomelibs
2006-06-01 x11-fonts/linux-urw-fonts
2006-06-05 11:07:32 +00:00
Aaron Dalton
d3013df754
Add nzbperl 0.6.8, a perl script for downloading nzb files.
...
PR: ports/97643
Submitted by: Tim Welch <ports@thepentagon.org>
Approved by: tobez (implicit)
2006-06-02 22:12:37 +00:00
Emanuel Haupt
7be606cdf6
Add an additional mirror.
2006-06-01 12:13:54 +00:00
Cheng-Lung Sung
705b448255
- update to 0.2.0
...
PR: 98148
Submitted by: maintainer (Neal Nelson)
2006-05-30 15:47:39 +00:00
Cheng-Lung Sung
2ef7d3cce3
- take maintainership
...
PR: 98120
Submitted by: maintainer (Nils Vogels)
2006-05-30 06:25:11 +00:00
Jeremy Messenger
290698847b
x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
...
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
2006-05-29 05:53:26 +00:00
Thierry Thomas
67899aa29c
Don't remove database data files during the next upgrade.
...
PR: ports/98038
Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
2006-05-28 19:38:52 +00:00
Pav Lucistnik
c4d35f2348
- Rename ports
...
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
2006-05-28 15:54:10 +00:00
Pav Lucistnik
69d77b3ac6
- Rename port news/pan2 -> news/pan
2006-05-28 13:01:01 +00:00
Pav Lucistnik
18781ebd25
- Use vendor's MASTER_SITES and add back WWW
...
Submitted by: lawrance
2006-05-27 12:22:34 +00:00
Andrey A. Chernov
477f00233c
Upgrade to 1.8.2
2006-05-27 01:23:27 +00:00
Pav Lucistnik
4d0873537e
- Switch to submitter's MASTER_SITES
...
- Remove WWW
PR: ports/97839
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:04:30 +00:00
Yen-Ming Lee
c00a264790
- fix a bug in patch to enable xover_nocem for the cache on disk
...
- bump PORTREVISION
2006-05-25 07:17:39 +00:00
Marcus Alves Grando
a1359a6149
- Fix master sites
...
PR: 97836
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
2006-05-25 02:00:11 +00:00
Yen-Ming Lee
f9a329bb37
- suppress debug message for nocem filter
2006-05-24 23:39:57 +00:00
Erwin Lansing
111e403d62
Update 2.2
...
PR: 96618
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer timeout (14 days, obrien)
2006-05-19 12:50:42 +00:00
Volker Stolz
c9ee18698d
Fix plist
...
Submitted by: cluster
2006-05-16 10:59:00 +00:00
Jeremy Messenger
6486c7771f
Add USE_GETTEXT to appease portlint.
2006-05-15 22:23:04 +00:00
Ion-Mihai Tetcu
6b404a5d8d
- Pass maintainership to submitter.
...
- Keep pkg-plist and use DOCSDIR macro.
PR: ports/96289
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor)
2006-05-14 14:53:01 +00:00
Edwin Groothuis
0f12b488a5
Remove USE_REINPLACE from all categories starting with N
2006-05-11 22:49:56 +00:00
Volker Stolz
c3ad039dd7
Update to 2.5
...
PR: ports/95900
Submitted by: maintainer
2006-05-09 07:41:55 +00:00
Pav Lucistnik
fde16f4917
- Update to 2.4.3
...
- Provide rc_subr startup script
- Take maintainership
PR: ports/96872
Submitted by: Shaun Amott <shaun@inerd.com>
2006-05-07 21:16:16 +00:00
Sergey Skvortsov
9ec58cbea5
Update to 1.01
...
PR: ports/96497
Submitted by: leeym
2006-05-05 09:13:29 +00:00
Erwin Lansing
564f77883e
- Hand maintainership to submitter
...
- Pet portlint
PR: 96813
Submitted by: Shaun Amott <shaun@inerd.com>
2006-05-05 06:46:38 +00:00
Clement Laforet
91f702e3c7
- Drop maintainership
2006-05-01 10:22:33 +00:00
Joe Marcus Clarke
60b1b843bf
Switch the pcre dependency to pcre-utf8 to fix conflict problems in
...
gnome2-fifth-toe.
Reported by: Sean McNeil <sean@mcneil.com>
2006-05-01 03:49:24 +00:00
Volker Stolz
f5d818af90
The author of this program seems to have gone awol. His domain has expired,
...
and this port is no longer fetchable.
Initiate de-orbit burn with one month grace.
PR: ports/96323
Submitted by: maintainer
2006-04-26 11:40:32 +00:00
Andrey Slusar
b2cda5532b
Pet portlint(1).
2006-04-17 09:58:29 +00:00
Mark Linimon
5e445a95d9
Reset mph due to no response to email about status, and maintainer-timeouts.
...
Hat: portmgr
2006-04-15 06:37:29 +00:00
Mark Linimon
428ee0bc4b
Reset petef due to no response to email. We hope to see him back sometime.
...
Hat: portmgr
2006-04-14 20:45:44 +00:00
Volker Stolz
17454d5126
- Update to 1.11.5
...
- minor pkg-* polishing to please portlint
PR: ports/95543
Submitted by: maintainer
2006-04-09 15:16:11 +00:00
Dirk Meyer
cd453c204a
- disable mkinfo and fix plist
2006-04-02 08:34:29 +00:00
Dirk Meyer
2394c7e603
- new option WITHOUT_IFCICO
...
- hack araound regression with makeinfo 4.8
- make portlint happierAA
2006-03-26 14:53:35 +00:00
Pav Lucistnik
0d05f40e15
- Update to 0.1.8.1
...
PR: ports/94924
Submitted by: Daniel <daniel@netwalk.org> (maintainer)
2006-03-26 14:50:58 +00:00
Pav Lucistnik
ffead0f84e
- Update to 0.9
...
PR: ports/94922
Submitted by: Philip Jenvey <pjenvey@groovie.org> (maintainer)
2006-03-26 14:46:38 +00:00
Andrey Slusar
ab9fe73749
Update to 5.1.4
2006-03-23 22:52:45 +00:00