Trevor Johnson
e98e5506d1
Remove master sites which have been offline for a long time.
...
PR: 40263
Submitted by: Andreas Schulz
2004-03-12 17:18:16 +00:00
Trevor Johnson
60de9ee5e4
The home page seems to have been offline for a long time. Instead,
...
add a link to an article by the author.
Obtained from: <URL:http://www.google.com >
2004-03-12 17:15:11 +00:00
Trevor Johnson
a4fcaafc30
Only one of the Linuxberg sites (as it happens, the Brazilian one)
...
has the original distfile. A slightly different distfile is available
from Sunsite:
diff -burN linuxberg/include/make/jx_config_common sunsite/include/make/jx_config_common
--- linuxberg/include/make/jx_config_common Sat Sep 25 19:25:40 1999
+++ sunsite/include/make/jx_config_common Wed Sep 1 02:18:53 1999
@@ -7,14 +7,14 @@
ifeq ($(findstring g++,$(CXX)),g++)
ifeq ($(CXX),g++)
- JX_HAS_GNUG_PRE_2_8 := $(shell \
- if { $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; } \
- then { echo 1; } \
- else { echo 0; } fi)
- JX_HAS_GNUG_2_95 := $(shell \
- if { $(CXX) --version | egrep '^(cygnus-)?2\.95' > /dev/null; } \
- then { echo 1; } \
- else { echo 0; } fi)
+ JX_HAS_GNUG_PRE_2_8 := \
+ $(shell \
+ if $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; then \
+ echo 1; else echo 0; fi)
+ JX_HAS_GNUG_2_95 := \
+ $(shell \
+ if $(CXX) --version | egrep '^(cygnus-)?2\.95' > /dev/null; then \
+ echo 1; else echo 0; fi)
else # ! g++
ifeq (eg++,$(findstring eg++,$(CXX)))
# Assume that eg++ is egcs.
diff -burN linuxberg/include/make/jx_constants sunsite/include/make/jx_constants
--- linuxberg/include/make/jx_constants Sat Sep 25 19:25:30 1999
+++ sunsite/include/make/jx_constants Tue Sep 21 20:31:57 1999
@@ -23,9 +23,9 @@
ifdef JX_INSTALL_ROOT
override JX_INSTALL_ROOT := \
- ${shell if { test -d ${JX_INSTALL_ROOT} -a -w ${JX_INSTALL_ROOT}; } \
- then { echo ${JX_INSTALL_ROOT}; } \
- else { echo; } fi }
+ ${shell if { test -d ${JX_INSTALL_ROOT} -a -w ${JX_INSTALL_ROOT} } \
+ then { echo ${JX_INSTALL_ROOT} } \
+ else { echo } fi; }
endif
ifndef JX_INSTALL_ROOT
@@ -33,10 +33,10 @@
override JX_INSTALL_ROOT := ${JX_ROOT_BIN_DIRECTORY}
else
override JX_INSTALL_ROOT := \
- ${shell if { test -d ${HOME}/bin -a -w ${HOME}/bin; } \
- then { echo ${HOME}/bin; } \
+ ${shell if { test -d ${HOME}/bin -a -w ${HOME}/bin } \
+ then { echo ${HOME}/bin } \
else { test -d ${JX_ROOT}/bin || mkdir ${JX_ROOT}/bin; \
- echo ${JX_ROOT}/bin; } fi }
+ echo ${JX_ROOT}/bin } fi; }
endif
endif
diff -burN linuxberg/libjx/code/jXUtil.cc sunsite/libjx/code/jXUtil.cc
--- linuxberg/libjx/code/jXUtil.cc Mon Sep 27 20:59:37 1999
+++ sunsite/libjx/code/jXUtil.cc Thu Aug 26 20:22:57 1999
@@ -392,7 +392,7 @@
for (JIndex i=newCount; i>origCount; i--)
{
const JString* url = fileNameList->NthElement(i);
- if (url->IsEmpty() || url->GetFirstCharacter() == kURICommentMarker)
+ if (url->GetFirstCharacter() == kURICommentMarker)
{
fileNameList->DeleteElement(i);
}
2004-03-12 17:05:45 +00:00
Trevor Johnson
4533e8af72
Update to 1.4.0, requested by Lev Serebryakov.
2004-03-12 16:45:33 +00:00
Tilman Keskinoz
f49052ddd6
Fix another dependency bogon. Bump PORTREVISION.
2004-03-12 16:44:42 +00:00
Trevor Johnson
9b6bd21602
Rather than the 1.3.4 distfile, use the 1.3.4a one. When one tries
...
to download the former, the author's site sends the latter instead
(unchanged PORTREVISION).
2004-03-12 16:40:56 +00:00
Trevor Johnson
eb46c75887
Set DISABLE_SIZE to avoid "size unknown" error.
2004-03-12 16:25:18 +00:00
Kirill Ponomarev
a1e9b170d0
- Use NO_SIZE, master site doesn't report file sizes
...
PR: ports/64085
Submitted by: maintainer
2004-03-12 15:34:38 +00:00
Kirill Ponomarev
262bb9eb30
- Use MASTER_SITE_SOURCEFORGE_EXTENDED
...
PR: ports/64162
Submitted by: maintainer
2004-03-12 15:08:50 +00:00
Kirill Ponomarev
970254693c
- Update to 3.2.2
...
- Fix dead URL
- Utilize DOCSDIR
- Assign maintainership to submitter
PR: ports/64026
Submitted by: Sergey Matveychuk <sem@ciam.ru>
2004-03-12 14:55:40 +00:00
Kirill Ponomarev
4014a70ea1
Add libopendaap 0.1.2,
...
libopendaap is a library written in C which enables
applications to discover, and connect to, iTunes(R) music
shares.
Unlike all other daap implementations, this library is able to
connect to recent iTunes shares which require a special
authentication algorithm.
PR: ports/64035
Submitted by: Michael Johnson <ahze@ahze.net>
2004-03-12 14:22:28 +00:00
Pav Lucistnik
b1f68a0647
- Add intlhack to fix install on -STABLE
2004-03-12 14:12:21 +00:00
Kirill Ponomarev
a09d33bc5c
- Remove unneeded dependency
...
PR: ports/63989
Submitted by: Pedro f. Giffuni <giffunip@asme.org>
2004-03-12 14:08:04 +00:00
Alexander Nedotsukov
786c1acb3b
Remove entries for gnect, gnibbles, gnobots2 since they already handled
...
by gnomegames2 port.
2004-03-12 13:55:19 +00:00
Kirill Ponomarev
03062baaf5
- Update to version 2003.09.21
...
PR: ports/64160
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
2004-03-12 13:53:23 +00:00
Kirill Ponomarev
c3ec81783c
- Update to version 0.3.3
...
PR: ports/64159
Submitted by: maintainer
2004-03-12 13:45:16 +00:00
Pete Fritchman
8e66449afe
Unbreak on -current.
2004-03-12 13:43:32 +00:00
Kirill Ponomarev
51378f7b19
Add cnd 0.1,
...
cnd or console network display is a curses based real time
display of a networks input and output.
PR: ports/64155
Submitted by: Daniel Bryan <sisko@bsdmail.com>
2004-03-12 13:27:51 +00:00
Oliver Eikemeier
0f5726c770
Remove one lagging and one unreachable exim mirror
...
Noticed by: make check-distfiles :)
2004-03-12 13:06:42 +00:00
Kirill Ponomarev
b84b1df763
- Fix dependencies
...
PR: ports/64147
Submitted by: maintainer
2004-03-12 12:42:34 +00:00
Kirill Ponomarev
adc3d11dcc
- Fix build on 4-x
...
PR: ports/64156
Submitted by: maintainer
Reported by: bento via kris
2004-03-12 12:36:06 +00:00
Maho Nakata
27439155e2
build fails sw/source/filter/ww8/ww8scan.cxx debug=true
...
http://www.openoffice.org/issues/show_bug.cgi?id=23856
Correct patch is:
http://www.openoffice.org/issues/show_bug.cgi?id=24123
2004-03-12 12:30:22 +00:00
Thomas Gellekum
c43d17252f
Really stop looking for tkConfig.sh (sorry, I forgot to add this
...
in my last commit).
Prodded by: kris
2004-03-12 12:27:05 +00:00
Maho Nakata
af8544f655
(forced commit)
...
This patch is related to #i9462
http://www.openoffice.org/issues/show_bug.cgi?id=9462
2004-03-12 12:17:57 +00:00
Maho Nakata
a28a088444
Committed.
...
http://qa.openoffice.org/issues/show_bug.cgi?id=25495
2004-03-12 12:13:39 +00:00
Oliver Braun
52d22d4510
Fix after upgrade to 7.4.2.
...
Approved by: maintainer
2004-03-12 11:17:39 +00:00
Alexander Nedotsukov
51272cfbf5
Add missed build dependency.
...
Reported by: bento via kris
2004-03-12 11:10:13 +00:00
Kirill Ponomarev
b1f0da5679
- Update to version 0.8.9
...
PR: ports/64130
Submitted by: maintainer
2004-03-12 11:01:56 +00:00
Kirill Ponomarev
c830dd0c3e
- Update to version 0.8.9
...
PR: ports/64127
Submitted by: maintainer
2004-03-12 10:40:36 +00:00
Alex Dupre
6591025a58
Fix a never-catched bug in mysql_install_db script.
...
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:36:57 +00:00
Kirill Ponomarev
e2ea230fdd
- Update to version 0.8.9
...
PR: ports/64125
Submitted by: maintainer
2004-03-12 10:34:17 +00:00
Markus Brueffer
28cd1e5746
Add kuake 0.3, a KDE konsole application acting like the Quake-console.
...
Approved by: arved (mentor)
2004-03-12 10:29:37 +00:00
Alex Dupre
e5ba38231e
Fix a never-catched bug in mysql_install_db script.
...
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:27:34 +00:00
Kirill Ponomarev
ed3ef8d326
- Fix hack(1) running
...
PR: ports/64113
Submitted by: schweikh
2004-03-12 10:10:22 +00:00
Kirill Ponomarev
1f57ab3b93
- Proper handle installation of OMF files as described in
...
http://www.freebsd.org/gnome/docs/porting.html
PR: ports/64070
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
2004-03-12 10:01:31 +00:00
Joe Marcus Clarke
2e42662a8f
Chase the gal2 and gtkhtml3 shared lib versions.
2004-03-12 09:57:14 +00:00
Joe Marcus Clarke
f9933fb0f8
* Update to 1.4.6
...
* Use OPTIONS
* Make LDAP the default and PILOT non-default
Release notes for 1.4.6 can be found at:
http://developer.ximian.com/projects/evolution/release_notes/1.4.6.html
2004-03-12 09:56:39 +00:00
Joe Marcus Clarke
b1cdc5bcd7
Update to 3.0.10.
2004-03-12 09:53:53 +00:00
Joe Marcus Clarke
826e1090e7
Update to 1.99.11.
2004-03-12 09:53:21 +00:00
Kirill Ponomarev
52e5421a4e
- Update to version 4.1.1
...
PR: ports/64133
Submitted by: maintainer
2004-03-12 09:52:55 +00:00
Kirill Ponomarev
ddf3ba2b3d
- Update to version 1.66
...
* uuencode detecion fixed
* fixed attachment removal
* MIME handling improved
* QP encoding handled better
PR: ports/64092
Submitted by: maintainer
2004-03-12 09:47:41 +00:00
Kirill Ponomarev
d039f78725
- Update to version 20040310
...
PR: ports/64141
Submitted by: maintainer
2004-03-12 09:43:33 +00:00
Kirill Ponomarev
c6d36df736
Add libmimedir 0.3, library for parsing RFC2425 MIME Directory Profile
...
information.
PR: ports/64132
Submitted by: Sam Lawrance <boris@brooknet.com.au>
2004-03-12 09:36:31 +00:00
Alex Dupre
08a0ca9dce
Fix dependency on SpamAssassin.
...
Noticed by: Cristiano Deana <cris@gufi.org>
2004-03-12 09:36:22 +00:00
Kirill Ponomarev
2f35ef147f
- Use PORTDOCS [1]
...
- Remove COPYING from PORTDOCS [2]
- Bump PORTREVISION
PR: ports/64087
Submitted by: maintainer [1], pav [1], krion [2]
2004-03-12 09:31:39 +00:00
Ying-Chieh Liao
982026676a
add initutil 2.1a
...
An STL Container Initialization Library
2004-03-12 09:29:15 +00:00
Kirill Ponomarev
4e2eee827e
- Update to 1.0.1.1:
...
* fixed desktop crashing
* fixed strings in etip
* fixed and complitelly revised control panel
* more fixes in makefiles
PR: ports/64112
Submitted by: maintainer
2004-03-12 09:24:52 +00:00
Kirill Ponomarev
c391b640db
- Update to version 0.94
...
PR: ports/64131
Submitted by: maintainer
2004-03-12 09:19:35 +00:00
Kirill Ponomarev
b53318104b
- Fix incorrect accept(2) usage
...
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION
PR: ports/64088
Submitted by: maintainer, trevor [1], krion [2]
2004-03-12 09:17:12 +00:00
Kirill Ponomarev
3bd1ad1a98
- Fix defaults with BATCH=yes
...
PR: ports/64129
Submitted by: maintainer
2004-03-12 09:11:39 +00:00