Commit graph

2001 commits

Author SHA1 Message Date
Martin Wilke
69ca064109 - Update to 0.4.6
PR:		129640
Submitted by:	Daniel Bretoi <daniel@netwalk.org> (maintainer)
2008-12-22 21:06:05 +00:00
Nicola Vitale
4f29ca5083 - Update to 1.2.5 2008-12-08 17:05:32 +00:00
Ion-Mihai Tetcu
edb47b72a6 - fix plist for -DNOPORTDOCS
- bump PORTREVISION

Approved by:	maintainer timeout on QAT BotMail
Prompted by:	QAT QA run
2008-11-21 11:34:35 +00:00
Ion-Mihai Tetcu
fdb267dc34 Deprecate at maintianer's request, as it isn't developed anymore.
Use news/sabnzbdplus instead.

Submitted by:	maintaier (private email)
Prompted by:	QAT QA run
2008-11-21 10:26:22 +00:00
Shaun Amott
c78c4f90f3 - Remove SSL OPTION; force OpenSSL dependency instead.
- Remove bogus TCL 8.3 dependency.

Submitted by:	Dima Panov via cvs-ports
2008-11-17 16:44:11 +00:00
Shaun Amott
322a92961f - Upgrade inn to 2.4.5.
- Upgrade inn-current to the latest snapshot, fixing some issues with
  the port [1]; the port is still BROKEN, though.
- Fix IPv6 binding issue. [2]

PR:		ports/124566 [1]
Submitted by:	thierry [1]
Obtained from:	http://marc.info/?t=122460141500003 [2]
2008-11-14 16:11:09 +00:00
Max Khon
ff3c0f0b79 - Add CONFLICTS with husky-htick-devel [1]
- Fix COMMENT

PR:		128741 [1]
Submitted by:	Dmitry Marakasov
2008-11-11 16:11:04 +00:00
Dmitry Marakasov
876c9eea2a - Add news/husky-htick-devel (/update repocopied port to 1.4-rc5)
FTN File ticker, development version.

htick is a part of Husky Fidosoft Project.
Husky is complete freeware suite of Fidonet applications.

WWW: http://husky.sourceforge.net/

PR:		128354
Submitted by:	andrew clarke <mail at ozzmosis dot com>
2008-11-10 12:55:16 +00:00
Rong-En Fan
535ae921ea - Update to 0.4.5
PR:		ports/128702
Submitted by:	Daniel Bretoi <daniel at netwalk.org> (maintainer)
2008-11-09 10:59:33 +00:00
Philip Paeps
93261419f1 Update to 0.9.9p1.
Among other things, slrn now uses libslang2 instead of libslang.

Changelog: http://slrn.sourceforge.net/docs/changes.txt

Approved by:	shaun (maintainer)
2008-10-28 15:22:28 +00:00
Dmitry Marakasov
57f30b9273 - Update to 0.5.1
- Add some patches to disable Linux-specific functionality

PR:		128106
Submitted by:	Jeff Burchell <toxic at doobie dot com> (maintainer)
2008-10-16 13:06:46 +00:00
Andrey A. Chernov
838a1baaa6 1) Add WITHOUT_TIN_MAILBOX_MANPAGES knob
2) Drop my maintainership

PR:             127509
Submitted by:   "N.J. Mann" <njm@njm.me.uk> (1)
2008-09-28 15:44:09 +00:00
Cheng-Lung Sung
b15a561deb - Update to 1.02
Changes:	http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes
2008-09-26 07:04:44 +00:00
Martin Wilke
a5cce8a459 - Update to 0.4.4
PR:		127501
Submitted by:	Daniel Bretoi <daniel@netwalk.org> (maintainer)
2008-09-24 09:08:45 +00:00
Martin Wilke
d2d7c7dc32 - Respect NOPORTDOCS/NOPORTEXAMPLES
Approved by:	portmgr (erwin)
2008-09-12 08:51:36 +00:00
Dirk Meyer
c39af7fe8a - not chown all dirs 2008-09-07 13:51:22 +00:00
Felippe de Meirelles Motta
b22337cd80 - Update to 0.4.1.
- Add OPTIONS.
- Respect NOPORTDOCS/NOPORTEXAMPLES case.

PR:		ports/126612
Submitted by:	Jeff Burchell <toxic@doobie.com>
Approved by:	Jeff Burchell <toxic@doobie.com> (new maintainer)
2008-09-04 01:01:56 +00:00
Mark Linimon
8e2eb4f337 Assign to new volunteer. 2008-09-03 07:09:46 +00:00
Martin Wilke
22d1890a97 - Update to 0.4.3
PR:		126976
Submitted by:	Daniel Bretoi <daniel@netwalk.org> (maintainer)
2008-08-30 20:26:18 +00:00
Ade Lovett
a12e1fac0f Fix with autoconf-2.62. After running autotools at the top level, the
code then goes on to run autoconf/autoheader *again* via its own
mechanisms, with predictable results.

Quite how this port *ever* built is beyond me, but hey, this fixes it.
2008-08-26 19:14:31 +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
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Mark Linimon
a9f04cf1ba Reset lewiz@compsoc.man.ac.uk due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:45:03 +00:00
Mark Linimon
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +00:00
Ade Lovett
f854f1e401 Catch up with a port that wasn't using autoconf:261 on my tree. 2008-08-20 05:21:50 +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
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
Pav Lucistnik
c215e4f94b - Fix build with gcc42
- Backport bugfixes from vendor CVS

Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-16 09:22:41 +00:00
Dirk Meyer
7c8b6aeeb7 - fix build for gnstep-gui > 0.15 2008-08-11 16:08:56 +00:00
Jeremy Messenger
f1f5324591 Update to 0.133.
Security:	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363
2008-08-04 02:28:37 +00:00
Christian Weisgerber
805341278a Reorder include files to allow building with -CURRENT gcc (4.2). 2008-07-27 20:06:34 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Martin Wilke
89609f6483 - Update to 0.4.0
PR:		125347
Submitted by:	Daniel Bretoi <daniel@netwalk.org> (maintainer)
2008-07-07 17:50:08 +00:00
Michael Landin
cb4822534b - respect DOCSDIR and NOPORTDOCS
Reminded by:		QA Tindy (itetcu)
2008-06-22 16:59:58 +00:00
Tim Bishop
e5e55e5e93 Update to 2.11 2008-06-15 23:30:47 +00:00
Max Khon
a163ea5d4e Update to 1.1.5.a20070503.
PR:		122885
Submitted by:	Alexander Logvinov
2008-06-10 03:56: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
c71d61c0bf - Update to 2.08
PR:		120706
Submitted by:	lippe
Approved by:	maintainer timeout
2008-05-31 21:00:54 +00:00
Dirk Meyer
16081d5aaa - fix build for NOPORTDOCS
Reported by:	itetcu
2008-05-31 05:37:00 +00:00
Dirk Meyer
79efb30db9 - use PORTEXAMPLES 2008-05-30 17:09:01 +00:00
Martin Wilke
0c090e0d0a - Update to 1.00 2008-05-17 21:04:07 +00:00
Dirk Meyer
fe60870290 - fix build for option WITH_GNUSTEP_DEVEL 2008-05-11 13:47:40 +00:00
Edwin Groothuis
a838f3bb2a Forgot to remove the patch file 2008-05-04 05:01:44 +00:00
Edwin Groothuis
cadaad237a Update to 1.1.0 2008-04-29 03:46:22 +00:00
Yen-Ming Lee
a28ef1062c - original master site is gone, update links to mirror site. 2008-04-26 00:38:45 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
db4f1e4205 - Connect news/sabnzbdplus to the build 2008-04-17 17:25:00 +00:00
Martin Wilke
2f20e92d09 - Update to 0.3.0
PR:		120548
Submitted by:	Daniel <daniel@netwalk.org> (maintainer)
2008-04-17 17:22:11 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Pietro Cerutti
0dc753ca53 - Update to 5.1
Approved by:	miwi (mentor)
2008-04-16 22:42:34 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Felippe de Meirelles Motta
42d6377aa4 - Mark as BROKEN on 5.x.
Reported by:	erwin bot/pav
Approved by:	araujo (mentor)
2008-04-03 02:12:52 +00:00
Dirk Meyer
466e149a4d - take maintainership 2008-03-29 12:38:04 +00:00
Emanuel Haupt
666ea03b52 Use MASTER_SITE_CRITICAL 2008-03-27 19:27:34 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Martin Wilke
077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Felippe de Meirelles Motta
12273806d6 - Update to 0.3.1.
- Fix pkg-plist.
- Makefile cleanup.
- Remove unnecessary patches.
- Use CONFIGURE_ARGS to disable use of libpar2 (not present in ports).

PR:		ports/121225
Submitted by:	myself
Approved by:	gabor (mentor), maintainer timeout (> 2 weeks)
2008-03-19 12:38:00 +00:00
Dirk Meyer
8d79796857 - set USE_XORG 2008-03-17 19:03:22 +00:00
Nicola Vitale
01bac32b29 - Update to 1.0.0 2008-02-13 16:34:20 +00:00
Rong-En Fan
55691c3e3f - Update to 1.11.7 RC1
PR:		ports/119980
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2008-02-07 04:41:51 +00:00
Erwin Lansing
25744623eb Also mark BROKEN on 7.0 and higher. 2008-01-31 17:18:54 +00:00
Gabor Kovesdan
18ed9234c6 - Update to 1.09 2008-01-04 13:34:59 +00:00
Martin Wilke
ca684388d5 - Fix build with gcc 4.2
PR:		118900
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-22 00:08:36 +00:00
Martin Wilke
c3a5e18727 - Update to 0.99
- Reset maintainership

PR:		118175
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2007-12-14 23:15:19 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Mark Linimon
e8240e8fab Reset croyle@gelemna.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2007-10-11 21:54:47 +00:00
Dirk Meyer
938da71983 - unbreak option FIDOGATE_RUNAS
which was broken by previous commit
2007-10-09 13:12:03 +00:00
Mark Linimon
581e69adb2 Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:		portmgr
2007-10-07 05:45:04 +00:00
Edwin Groothuis
52d564a552 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:24:29 +00:00
Edwin Groothuis
260b2edafd Remove support for OSVERSION < 5 2007-10-03 23:53:46 +00:00
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