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