FUJISHIMA Satsuki
b185046be2
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Hye-Shik Chang
88d0020740
Update to 0.2.3
2003-07-14 02:51:56 +00:00
FUJISHIMA Satsuki
97cde34830
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().
Obtained from: NetBSD
2003-07-14 02:41:33 +00:00
FUJISHIMA Satsuki
51de64b4e7
link gnugetopt statically.
2003-07-14 02:37:55 +00:00
FUJISHIMA Satsuki
f689ded903
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
respect CC, CFLAGS.
use getopt_long() instead of getopt_long_only().
2003-07-14 02:37:49 +00:00
FUJISHIMA Satsuki
8e775bbe3a
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
respect CC, CFLAGS.
2003-07-14 02:37:44 +00:00
FUJISHIMA Satsuki
3971644de4
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
NOTE: This port is still BROKEN.
2003-07-14 02:37:39 +00:00
FUJISHIMA Satsuki
cfbbad11c9
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().
2003-07-14 02:37:35 +00:00
FUJISHIMA Satsuki
e496d3c279
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
This commit does not fix compilation.
2003-07-14 02:37:19 +00:00
FUJISHIMA Satsuki
15af2655c1
get rid of libgnugetopt dependency.
...
This port links libcext_bsd.a which includes NetBSD derived getopt_long().
2003-07-14 02:37:14 +00:00
FUJISHIMA Satsuki
9005f23c85
get rid of libgnugetopt dependency.
...
as the distfile includes GNU getopt, we don't need to depend on extra library.
2003-07-14 02:37:09 +00:00
FUJISHIMA Satsuki
1337d85a81
get rid of libgnugetopt dependency.
...
This port does not use getopt_long(); use getopt() in libc instead.
2003-07-14 02:37:04 +00:00
FUJISHIMA Satsuki
6dd69bbdb1
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
respect CFLAGS.
2003-07-14 02:36:55 +00:00
FUJISHIMA Satsuki
b53baaf9b8
get rid of libgnugetopt dependency for -CURRENT.
...
configure script tests getopt_long() but does not use its result;
getopt.o and getopt1.o will always be linked. So libgnugetopt
dependency is just redundant.
2003-07-14 02:36:46 +00:00
FUJISHIMA Satsuki
bb5a27fdce
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
convert getopt_long_only() to getopt_long().
2003-07-14 02:36:32 +00:00
FUJISHIMA Satsuki
8cb15088e2
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
unbreak -CURRENT, libdes is not present.
2003-07-14 02:36:16 +00:00
FUJISHIMA Satsuki
740eda198f
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
quote ${INSTALL} as it can be multiple word.
2003-07-14 02:36:11 +00:00
FUJISHIMA Satsuki
65cdfa4396
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
PREFIX -> LOCALBASE.
2003-07-14 02:36:06 +00:00
FUJISHIMA Satsuki
8dc231d21f
unbreak for -CURRENT.
...
respect CFLAGS.
2003-07-14 02:36:00 +00:00
FUJISHIMA Satsuki
e1eb39c5be
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
add missing dependency to gettext.
2003-07-14 02:35:55 +00:00
FUJISHIMA Satsuki
451c73b09f
get rid of libgnugetopt dependency for -CURRENT,
...
use USE_GETOPT_LONG instead.
respect CC, CFLAGS, PREFIX.
2003-07-14 02:35:50 +00:00
Norikatsu Shigemura
bd97450f14
Update to 20030712 & Update libuninamelist to 030710.
...
PR: ports/54458
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
2003-07-14 02:11:17 +00:00
Norikatsu Shigemura
5a66d11fe4
Fix suffix of a patch file.
...
PR: ports54434
Submitted by: Kay Lehmann <kay_lehmann@web.de>
2003-07-14 01:54:07 +00:00
Yen-Ming Lee
bd5942a49e
Update devel/pcre++ (maintainer): 0.9.2 -> 0.9.3
...
* A memory leak bug in pcrepp::~Pcre() was fixed
* operator[] was added, which makes it possible
to access substrings using the index notation.
PR: 54447
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
2003-07-14 01:39:20 +00:00
Norikatsu Shigemura
c0c1479f36
Update to 2003.07.14.
2003-07-14 01:30:35 +00:00
Yen-Ming Lee
7fc3d8d483
Update to 0.15
...
PR: 54453
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-07-14 00:40:02 +00:00
David E. O'Brien
9f3f02941b
Fix a problem of poor testing where due to an overload of #ifdef's, the
...
default "return 0;" of an int returning function was never executed;
causing what ever was in the return register to be "it".
2003-07-13 22:10:16 +00:00
Christian Weisgerber
3e60666884
Update to 0.24.0. An rsync-like algorithm for regular file
...
synchronization has been implemented.
PR: 54444
Submitted by: hrs
2003-07-13 21:01:21 +00:00
David E. O'Brien
fb3a77dfd6
Update to version 1.3.9.
...
This mostly deals with the new eBay layout, but also fixes anonying timer
update issues.
2003-07-13 20:41:07 +00:00
Oliver Braun
32a84d9ad2
Fix MASTER_SITES by replacing a no longer working european mirror by an
...
australian and a japanse.
PR: ports/54442
Submitted by: maintainer
Obtained from: portsurvey
2003-07-13 20:36:54 +00:00
Oliver Braun
0dc314ed3f
- Fix MASTER_SITES by replacing a no longer working european mirror
...
by an australian and a japanse.
PR: ports/54441
Submitted by: maintainer
Obtained from: portsurvey
2003-07-13 20:34:57 +00:00
Joe Marcus Clarke
2abb4742e8
* Update to 0.2
...
* Install the locale files
* Sort the plist
2003-07-13 20:05:10 +00:00
Maxim Sobolev
c41d68c460
Add mpatrol 1.4.8, a dynamic memory debugging and profiling library.
...
PR: 53317
Submitted by: Patrick MARIE <mycroft@virgaria.org>
2003-07-13 18:20:36 +00:00
Alexander Langer
06fa52af7c
From the PR:
...
'colordemo' from open-motif can be used to select colors by either RGB values
or from the file rgb.txt. However, the underlying library doesn't honour XBASE
and looks for the file in the wrong place.
PR: 50239
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer timeout (and the fact that Volker won't let
me pass my upcoming Haskell classes next terms if I
don't commit this)
2003-07-13 15:43:35 +00:00
Alexander Langer
30a75c1dd4
Remove unneeded RUN_DEPENDS.
...
Volker mentioned an install with a dependency "postgres" fails if
postgresql is installed with -DWITHOUT_SERVER, though it shouldn't,
and thus suggested a depend-change to "psql", which is also present
for the client-only-install.
The maintainer then submitted the patch which completely removes the
dependency as it "is actually not needed". I personally am in favor
of the first solution, but Palle is the maintainer.
Reported by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Submitted by: Palle Grigensohn <girgen@pingpong.net> (maintainer)
PR: 54252,54287
2003-07-13 15:40:57 +00:00
MANTANI Nobutaka
8d956f58e0
Update to 2.10.1.
2003-07-13 13:45:00 +00:00
Yen-Ming Lee
2a5e871e60
Update net/braa (maintainer): 0.3 -> 0.41
...
PR: 54409
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
2003-07-13 12:07:40 +00:00
Oliver Lehmann
40acf7a2bb
Add wmbinclock 0.1, a binary clock in a windowmaker applet.
...
PR: 50038
Submitted by: Harold Gutch <logix@foobar.franken.de
2003-07-13 11:54:22 +00:00
Maho Nakata
e2d0761c6b
Remove Makefile~; of course it is
...
unnecessary
Pointy hat to: myself
2003-07-13 10:44:40 +00:00
Dmitry Sivachenko
84d8ab529d
Update to version 3.0.4.
...
Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer)
2003-07-13 10:13:52 +00:00
Norikatsu Shigemura
db331b3685
Fix handling gd.h.
...
Reported by: Kenneth W Cochran <kwc@TheWorld.com>
Submitted by: Ports Fury
2003-07-13 07:16:09 +00:00
Jim Mock
b0c6c7b6d5
Update to version 5.6.
...
Submitted by: maintainer
2003-07-13 06:49:52 +00:00
Maho Nakata
b92ae76637
Add new port cad/tochnog
...
tochnog is a free finite element program with many features which is
distributed under GPL. TOCHNOG accepts free format input.
Boundary conditions can be imposed at geometrical entities,
as well as nodes and elements.
PR: 52088
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-13 05:29:48 +00:00
Joe Marcus Clarke
7ea36c0d51
Add gnomeaudio to the list of ports with which the GNOME 2 desktop
...
conflicts.
2003-07-13 05:03:01 +00:00
Adam Weinberger
d2d0c83a21
Change the dependency from gnomeaudio to gnomeaudio2. The dependency
...
is now question.wav, which appears in the gnomeaudio2 port only.
PORTREVISION bump.
2003-07-13 03:32:18 +00:00
Joe Marcus Clarke
cc4fdb82d7
Add gnomeaudio2.
2003-07-13 02:45:29 +00:00
Joe Marcus Clarke
95cc646b7b
Add gnomeaudio2 after a repo copy from gnomeaudio. Gnomeaudio2 is a
...
collection of event sounds for the GNOME 2 desktop.
Ported by: adamw
2003-07-13 02:45:07 +00:00
Foxfair Hu
a48350699c
Fix sudoscript port build bug (define USE_PERL5 in Makefile).
...
Obtained from: bento, kris@
PR: 54405
Submitted by: maintainer
2003-07-13 02:30:56 +00:00
Adam Weinberger
ea4f9fee5b
Add crip.
...
crip is a terminal-based ripper/encoder/tagger tool for creating Ogg
Vorbis/FLAC files under UNIX/Linux. It is well-suited for anyone (especially
the perfectionist) who seeks to make a lot of files from CDs and have them all
properly labeled and professional-quality with a minimum of hassle and yet
still have flexibility and full control over everything.
PR: ports/53942
Submitted by: Philip Paeps <philip@paeps.cx>
2003-07-13 00:36:54 +00:00
Oliver Braun
17a313983a
* Upgrade to 0.9.11.
...
* Install portdocs.
* Replaced knob WITH_CGI with WITH_SERVER to follow upstream.
2003-07-12 21:42:42 +00:00