Commit Graph

230847 Commits

Author SHA1 Message Date
Jimmy Olgeni
0a1dc65643 Add missing cl-infix-clisp port: CLISP binaries for devel/cl-infix. 2010-01-20 12:46:43 +00:00
Jimmy Olgeni
4953aac55f Fix RUN_DEPENDS. 2010-01-20 12:44:18 +00:00
Jimmy Olgeni
9d2ef0bb9e When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).

Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.

Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.

All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped).
2010-01-20 12:40:13 +00:00
Hajimu UMEMOTO
b667cdbd37 Fix build on 9-CURRENT after utmp -> utmpx change.
Reported by:	pointyhat via erwin
2010-01-20 12:33:58 +00:00
Emanuel Haupt
dc2dfd5c01 Update to 15.0.4 2010-01-20 12:29:44 +00:00
Jimmy Olgeni
c073a1451e Fix RUN_DEPENDS. 2010-01-20 12:26:21 +00:00
Wen Heping
a37b3983d4 DBIx::VersionedDDL is a perl module to upgrade and downgrade database
schemas to a specified version.

WWW: http://search.cpan.org/dist/DBIx-VersionedDDL/

PR:		ports/142175
Submitted by:	Alan Snelson <Alan@Wave2.org>
2010-01-20 12:09:53 +00:00
Jimmy Olgeni
f194967759 Remove remaining dependencies on cl-asdf. 2010-01-20 12:08:21 +00:00
Jimmy Olgeni
6f1db538e4 Remove USE_ASDF: a devel/cl-asdf update will actually depend on this. 2010-01-20 11:57:43 +00:00
Ed Schouten
1a225da533 Remove unneeded inclusion of <utmp.h>.
Approved by:	miwi (portmgr, implicit)
2010-01-20 11:56:33 +00:00
Alex Dupre
581ac71780 Fix typo. 2010-01-20 10:18:21 +00:00
Alex Dupre
141535cfb4 Try again to fix make_index. 2010-01-20 10:16:30 +00:00
Jun Kuriyama
5aa04bf80f - Add missing dependency.
Approved by:	maintainer
2010-01-20 09:58:53 +00:00
Yi-Jheng Lin
05796fb1bd - Update to 2.1.4
Approved by:	lwhsu/rafan (mentors, implicit)
2010-01-20 09:27:45 +00:00
Alex Dupre
047575539a Re-add enigmail port, trying to fix make_index.
Requested by:	pav
2010-01-20 09:26:50 +00:00
Ed Schouten
7b8eedc6c1 Remove an unneeded inclusion of <utmp.h>.
Submitted by:	Alex Kozlov <spam rm-rf kiev ua>
2010-01-20 09:24:24 +00:00
Mark Linimon
d1c3f4ddd2 Add some new error cases to handle regressions in -current. (Not yet
analyzed for how much they will slow this script down; consider this a
rush-job.)

 - dirent denotes some change in the usage of dirent.h.
 - termios denotes the deprecation of <sys/termios.h>.
 - uname denotes the hiding of the uname symbol.  This has been backed
   out in src so let's hope this case can go away soon.
 - utmp_x denotes the replacement of utmp.h with utmpx.h.

Together these catch ~150 new errors on i386-9.  However, there are more
that are not caught (second-order effects.)
2010-01-20 09:08:55 +00:00
Alex Dupre
3eaa584dc2 Connect gmp to Makefile.
Spotted by:	pav
2010-01-20 07:01:25 +00:00
Wen Heping
d2f58e339f - Update to 3.18 2010-01-20 06:56:14 +00:00
Jun Kuriyama
7690f1fb33 - Upgrade to 0.4.1. 2010-01-20 06:43:33 +00:00
Dmitry Marakasov
85586e605a - Add forgotten python virtual category 2010-01-20 06:04:44 +00:00
Dmitry Marakasov
2e12aa734c - Fix sorting and minor cleanups in category Makefiles 2010-01-20 06:02:31 +00:00
Dmitry Marakasov
2beda26d23 XYZCommander is a pure console visual file manager.
Main features:

 * Tight integration with python run-time system - most of the
   settings can be changed "on the fly" via management console.
 * Powerful configuration system - define own actions, aliases,
   internal commands, key bindings.
 * Extensible plug-in system - even core functionality implemented
   mainly using plug-ins, keeping base system small and clean.
 * Events & hooks subsystem - a flexible way of reacting on certain
   system events.
 * Customizable look-n-feel - every widget component look can be
   changed via skins.
 * Unicode support

WWW:	http://code.google.com/p/xyzcmd/

- While here, fix sorting in misc/Makefile

PR:		142998
Submitted by:	zloidemon <g.veniamin@googlemail.com>
2010-01-20 05:37:27 +00:00
Yi-Jheng Lin
900df766a5 - Update to 1.1.0
Approved by:	lwhsu/rafan (mentors, implicit)
2010-01-20 02:41:57 +00:00
Jun Kuriyama
bb44e6d1a5 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).

Approved by:	portmgr (itetcu)
2010-01-20 01:28:55 +00:00
Jun Kuriyama
3eea4ba0fb - Update patch for more strict untainting.
Reported by:	Geraint Edwards <gedge@yadn.org>
Obtained from:	http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409731
2010-01-20 01:21:26 +00:00
Wen Heping
e2f360f7fb - Update to 1.2.1
PR:		ports/142879
Submitted by:	Mirko Zinn <mail@derzinn.de> (maintainer)
2010-01-20 01:13:13 +00:00
Marcelo Araujo
7959230657 - Update to 2009.12.26.
PR:		ports/142215
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet__sunpoet.net>
2010-01-20 00:44:09 +00:00
Marcus Alves Grando
9330f74546 - Fix segmantation fault with new gnupg
- Bump PORTREVISION

PR:		142311
Submitted by:	miwi
2010-01-20 00:37:04 +00:00
Maho Nakata
009c22a166 Update to OOO320_m10. This is 3.2.0rc3. 2010-01-20 00:31:41 +00:00
Wen Heping
27a2126b43 Liquidsoap is the audio stream generator of the Savonet project, notably used
for generating the stream of netradios. It has tons of features, it's free and
it's open-source! Liquidsoap lets you to describe your streams in a powerful and
flexible way. Allowing arbitrarily deep-nested composition of streams, it gives
you more power than you need for creating an original netradio. But liquidsoap
is still very light and easy to use, in the Unix tradition of simple strong
components working together.

WWW: http://savonet.sourceforge.net/

PR:		ports/142546
Submitted by:	Mykola Dzham <i@levsha.me>
2010-01-19 23:24:44 +00:00
Marcus Alves Grando
26710c3a4c - Update to version 2.4.13
PR:		142269
Submitted by:	olli hauer <ohauer___gmx.de>
2010-01-19 23:10:41 +00:00
Pav Lucistnik
45a35031c1 - Garbage collect unfinished repocopy (seven months)
OK'ed by:	pgollucci (maintainer)
2010-01-19 23:03:38 +00:00
Marcus Alves Grando
c4ef62e815 - Update to 2.7-20100117
PR:		142268
Submitted by:	olli hauer <ohauer___gmx.de>
2010-01-19 23:03:13 +00:00
Pav Lucistnik
1634403835 - Connect resurrected bluefish-devel to the build
Missed by:	sylvio
2010-01-19 22:46:49 +00:00
Pav Lucistnik
b4c9b35453 - Connect evilvte to the build
Missed by:	glarkin
2010-01-19 22:45:40 +00:00
Mark Linimon
03d18a12e4 Fix a trivial typo in the Comment line. 2010-01-19 22:28:43 +00:00
Juergen Lock
49578dff3d Update to 0.12.2, announce message is here:
http://lists.gnu.org/archive/html/qemu-devel/2010-01/msg01227.html
2010-01-19 22:06:58 +00:00
Sylvio Cesar Teixeira
a7b2852837 - Update to 0.98.1
Approved by:	itetcu (mentor)
2010-01-19 22:01:43 +00:00
Sylvio Cesar Teixeira
0b273bfe00 - Fix to install file etter.finger.os
- Fix to problem with kevent

PR:		ports/139361
Submitted by:	Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:	itetcu (mentor)
2010-01-19 21:57:44 +00:00
Ed Schouten
b80baec8b1 Disable pppd23 on OSVERSION 800045 or higher.
This pppd depends on the PPP line discipline, which is gone as of 8.0.

Approved by:	Valentin Nechayev <netch netch kiev ua> (maintainer)
2010-01-19 21:46:31 +00:00
Hiroki Sato
b0cdef085a Update to 9.3. This release includes fixes for critical vulnerabilities which
have been identified in Adobe Reader 9.2.

Security:	http://www.adobe.com/support/security/bulletins/apsb10-02.html
Security:	APSB10-02
Security:	CVE-2009-3953
Security:	CVE-2009-3954
Security:	CVE-2009-3955
Security:	CVE-2009-3956
Security:	CVE-2009-3957
Security:	CVE-2009-3958
Security:	CVE-2009-3959
Security:	CVE-2009-4324
2010-01-19 20:34:56 +00:00
Erwin Lansing
67dc659a9f Mark BROKEN on 9.x: does not build. 2010-01-19 19:00:11 +00:00
Ed Schouten
82eec6be7e Unbreak rssh on HEAD, where we don't have <utmp.h>.
Approved by:	miwi (portmgr, implicit)
2010-01-19 18:47:36 +00:00
Pietro Cerutti
6e4eb2cec8 - Enable the build on 9.x 2010-01-19 18:45:43 +00:00
Jung-uk Kim
e7eda0c234 Fix build on -CURRENT.
Reported by:	QAT
2010-01-19 18:45:01 +00:00
Ion-Mihai Tetcu
9ef95fe154 Mark ignore until we get out a new devel release. 2010-01-19 18:33:46 +00:00
Ion-Mihai Tetcu
3913cf3211 Update to 3.9.0.
Yes, after a long hiatus and a year of development and testing, bug fixes and
improvements bu the new devel team, a new version is ready for use.

There are too many change to mention here, please see: files/UPDATING.
You will need to modify your dspam.conf and database structure, as described in
the UPGRADING from the tarball (installed in share/doc/dspam).

Tested by:	supsonic#dspam on irc.freenode.net
2010-01-19 18:25:27 +00:00
Joe Marcus Clarke
82a86af19b Create the proper directory on package addition.
Reported by:	itetcu
2010-01-19 17:56:23 +00:00
Greg Larkin
7cde05613f Provide a fast way to delete entries from OpenSSH's known_hosts
file. This is a simple automation of the things normally done by
the user when having an "offending key" in his/her known_hosts file
caused by a changing host key of the destination.

WWW:    http://unssh.sourceforge.net/

PR:		ports/137254
Submitted by:	Dax Labrador <semprix at bsdmail.org>
2010-01-19 14:52:14 +00:00