Kris Kennaway
014c891e0c
BROKEN: Incomplete pkg-plist
2006-02-20 01:34:35 +00:00
Jun Kuriyama
e1fe3bf7bf
Unbreak by changing missing mastersite to use $MASTER_SITE_LOCAL.
...
Reported by: kris, fenner
2006-02-20 01:28:59 +00:00
Kris Kennaway
29c149b51a
BROKEN: Does not install
2006-02-20 01:28:02 +00:00
Kris Kennaway
2618e66bfe
BROKEN: Removes X11BASE/share/pixmaps directory
2006-02-20 01:27:30 +00:00
Marcus Alves Grando
46f1924ab8
- Cosmetic changes in Makefile
...
- Force WITHOUT_ADS=yes
- Bump PORTREVISION
PR: 93555
Submitted by: maintainer
2006-02-20 01:23:33 +00:00
Kris Kennaway
5eacc67b34
BROKEN: Installs files before 'make install'
2006-02-20 01:22:56 +00:00
Kris Kennaway
4f0451cf19
Try to remove www/data
2006-02-20 01:21:49 +00:00
Kris Kennaway
46662e3bc9
BROKEN: Incomplete pkg-plist
2006-02-20 01:19:45 +00:00
Marcus Alves Grando
c09d2e7623
- Update to 1.0.8
...
PR: 93570
Submitted by: maintainer
2006-02-20 00:52:37 +00:00
Marcus Alves Grando
433bbedfdb
- Fix pkg-plist when set PMWIKIDIR
...
- Bump PORTREVISION
PR: 93554
Submitted by: maintainer
2006-02-20 00:48:37 +00:00
Colin Percival
09c7a4a29e
Attempt to fix the INDEX build breakage which occurred due to
...
nano silently mangling newline characters.
With hat: pointy
2006-02-20 00:19:12 +00:00
Colin Percival
72cb5775db
Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
...
being unfetchable. The author's domain name (libtomcrypt.org) expired
and was picked up by a cybersquatter, and the distfiles haven't been
mirrored by ftp.freebsd.org yet.
If anyone has a copy of the distfiles for any of these ports, please
send them to me so that I can host them and unbreak these ports.
Approved by: flz
Discussed with: maintainer
2006-02-19 23:45:51 +00:00
Andrey Slusar
6a68a5bd9f
Update to 1.5.7
...
PR: ports/93558
Submitted by: Meno Abels (maintainer)
2006-02-19 23:35:19 +00:00
Yoichi NAKAYAMA
a4246d9329
Fix build with ruby-1.8.4.
2006-02-19 23:31:00 +00:00
Aaron Dalton
89182e000d
Adding port textproc/p5-CQL-Parser, compiles CQL strings into parse trees of Node subtypes.
...
Approved by: tobez (implicit)
2006-02-19 23:26:45 +00:00
Andrey Slusar
2042e20658
Fix WITH_XCIN25 depends.
...
PR: ports/93565
Submitted by: Rong-En Fan <rafan@infor.org>
2006-02-19 23:19:55 +00:00
Marcus Alves Grando
a5ac0d507f
- Turn patch fetchable again
...
- Reorganize Makefile
- portlint(1)
- Use new style of rc.d script
- Bump PORTREVISION
PR: 93040
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-19 23:07:01 +00:00
Aaron Dalton
4b9c802530
Adding port textproc/p5-String-Tokenizer, A simple string tokenizer.
...
Approved by: tobez (implicit)
2006-02-19 23:05:28 +00:00
Marius Strobl
ef8176da90
- Switch to a rc.d startup script.
...
- Move the generation of the host key (if not present) from the package/
port installation to the startup script in order to be in line with
what the base OpenSSH and the OpenSSH-portable port do.
- Flush stdout when updating the transfer progress bar of sftp2 and scp2
so the info displayed is up to date. [1]
- Remove obsolete USE_REINPLACE, remove trailing white space in Makefile.
PR: 91262 [1]
Approved by: netchild
2006-02-19 22:56:35 +00:00
Aaron Dalton
ba89fa56f9
Adding port net/p5-Net-EPP-Proxy, a proxy server for the EPP protocol.
...
Approved by: tobez (implicit)
2006-02-19 22:40:17 +00:00
Joe Marcus Clarke
55b05955ba
Fix a problem where Firefox creates its ~/.mozilla directory using stack
...
garbage.
PR: 92899
Submitted by: truckman
2006-02-19 22:23:03 +00:00
Joe Marcus Clarke
8fd1dade69
Fix path to source file.
2006-02-19 22:13:44 +00:00
Joe Marcus Clarke
3185a5b9a5
Fix e-d-s so that it does not try to allocate all available memory on 64-bit
...
platforms. The fix committed is different from that in the PR since the
purpose of this memory was not clarified by the Evolution developers. The
fix committed casts the require memory size to an unsigned 32-bit integer.
Since the memory required should never exceed the maximum capacity of an
uint32_t, this is not a problem.
Thanks to anholt for tracking down this problem.
See http://bugzilla.gnome.org/show_bug.cgi?id=331099 for more details.
PR: 93215
2006-02-19 22:12:27 +00:00
Marcus Alves Grando
f9c920ad3b
- Preserv modified config files
...
- Bump PORTREVISION
- Reorganize Makefile
- portlint(1)
PR: 90988
Reported by: Torfinn Ingolfsen <tingo@start.no>
2006-02-19 22:10:13 +00:00
Peter Pentchev
eca41c3e6b
Add a WITH_MPG321_SCROBBLER_PATCH knob to support an unofficial
...
patch that adds the -S command-line option to report the currently
played file to Last.fm's AudioScrobbler service.
Approved by: naddy (maintainer)
2006-02-19 20:46:56 +00:00
Erwin Lansing
da6c0bba31
RRDTool::OO is an object-oriented interface to Tobi Oetiker's round robin
...
database tool rrdtool. It uses rrdtool's RRDs module to get access to rrdtool's
shared library.
RRDTool::OO tries to marry rrdtool's database engine with the dwimminess and
whipuptitude Perl programmers take for granted. Using RRDTool::OO abstracts
away implementation details of the RRD engine, uses easy to memorize named
parameters and sets meaningful defaults for parameters not needed in simple
cases.
WWW: http://search.cpan.org/dist/RRDTool-OO/
PR: ports/93321
Submitted by: Stefan Pauly <stefan@fh-mainz.de>
2006-02-19 20:18:20 +00:00
Tom McLaughlin
533072970d
Update to 3.0.21b
...
- includes fix for ports/92619
PR: 93553
Submitted by: maintainer
2006-02-19 20:14:52 +00:00
Tom McLaughlin
538c89e6eb
Update to 3.0.21b
...
- Server crashes in smbd.
- Compile issues on 64-bit platforms.
- Crash bugs on big-endian systems.
- Over 30 bugzilla reports closed.
PR: 93552
Submitted by: maintainer
2006-02-19 20:11:09 +00:00
Erwin Lansing
4fb3432556
Oryx is an object persistence framework which supports both object-relational
...
mapping as well as DMB style databases and as such is not coupled with any
particular storage back-end. In other words, you should be able to
swap out an RDMBS with a DBM style database (and vice versa) without
changing your persistent classes at all.
WWW: http://search.cpan.org/dist/Oryx/
PR: ports/93533
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
2006-02-19 20:07:41 +00:00
Erwin Lansing
7556ef8f9a
Add p5-Catalyst-View-GraphViz 0.05, catalyst::View::GraphViz - GraphViz
...
View Class.
PR: ports/93167
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
2006-02-19 19:59:35 +00:00
Alexander Leidinger
9f07c57763
Fix the plist on architectures where bktr(4) isn't available.
...
Approved by: maintainer
Noticed by: kris/pointyhat
2006-02-19 19:16:19 +00:00
Gerald Pfeifer
665b10cc4e
Update to the 20060217 snapshot of GCC 4.1.0.
...
Remove USE_REINPLACE= as advised by new portlint.
2006-02-19 18:48:09 +00:00
Erwin Lansing
10b0ea036b
Add WWW
...
PR: 93568
Submitted by: Soeren Straarup <xride@x12.dk> (maintainer)
2006-02-19 18:44:59 +00:00
Erwin Lansing
ae3ccc13ef
Fix a typo on COMMENT
...
Submitted by: emaste
2006-02-19 18:35:00 +00:00
Yen-Ming Lee
a79321e352
- unbreak it on old perl
...
- fix plist
2006-02-19 17:35:38 +00:00
Yen-Ming Lee
3226f4727d
- unbreak on old perl
...
- bump PORTREVISION
2006-02-19 17:30:21 +00:00
Archie Cobbs
fb303359bc
Some fixes to the rc.d startup script.
...
Submitted by: Michael Proto <mike@jellydonut.org>
PR: ports/93486
2006-02-19 16:56:41 +00:00
Volker Stolz
f392037c89
Prune expired certificates (including one that will expire in 4 days during
...
the Ports Freeze)
PR: ports/93276
Approved by: secteam (remko)
2006-02-19 15:11:13 +00:00
Alexander Leidinger
f8d5006241
On -current there's a new header: printf.h. The port picks it up, but fails
...
because printf.h needs wchar.h. So:
- include wchar.h
- while I'm here include stdlib.h (for the prototype of exit())
2006-02-19 14:04:09 +00:00
Erwin Lansing
e1a2b6a9b1
- Update to 20060101 [1]
...
- supports new webcams (in pkg-descr from website) [1]
- Fix WWW [1]
- Fix MASTER_SITES [2]
PR: 91979 [1], 92955 [2]
Submitted by: Martin Matuska <martin@matuska.org> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) [2]
Approved by: maintainer [1]
2006-02-19 13:18:34 +00:00
Emanuel Haupt
f27c82577d
- Use OPTIONS
...
- Use PLIST_FILES, remove pkg-plist
- Use files/pkg-message.in
PR: 92749
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2006-02-19 13:18:08 +00:00
Erwin Lansing
271126e801
Add SHA256
...
PR: 93561
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2006-02-19 13:02:30 +00:00
Tim Bishop
ada6904232
- Remove deprecated USE_REINPLACE
...
- Remove test for versions of FreeBSD lower than 3.x
2006-02-19 12:48:28 +00:00
MANTANI Nobutaka
ffbf042abb
Update to 1.3.4.
2006-02-19 12:28:28 +00:00
Maho Nakata
6dbb019a42
Build fix when DEVELOPER_VER is defined
2006-02-19 12:09:43 +00:00
Erwin Lansing
5844b0f759
Use make(1) syntax in a Makefile
...
Pointy hat to: erwin
Noticed by: cperciva
2006-02-19 11:57:55 +00:00
Emanuel Haupt
1337aded1e
Remove deprecated USE_REINPLACE
2006-02-19 11:39:14 +00:00
MANTANI Nobutaka
c076dcb797
Fix failure of anthy dictionary generation with TMPDIR environment variable.
...
Submitted by: HASHIYA Takamitsu <hiraya@interrupt.gr.jp>
2006-02-19 11:21:04 +00:00
Erwin Lansing
4a209183cf
Update to 0.38.1
2006-02-19 11:02:41 +00:00
Erwin Lansing
33ea8f97a2
- Update to 0.04
...
- Mark for perl 5.6.0 or higher
2006-02-19 10:47:06 +00:00