| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
downloading from www.developvnc.org just now, so remove it from
MASTER_SITES.
|
|
|
|
| |
certificate.
|
|
|
|
| |
the contents.
|
| |
|
|
|
|
|
| |
PR: 40263
Submitted by: Andreas Schulz
|
|
|
|
|
|
| |
add a link to an article by the author.
Obtained from: <URL:http://www.google.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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);
}
|
| |
|
| |
|
|
|
|
|
| |
to download the former, the author's site sends the latter instead
(unchanged PORTREVISION).
|
| |
|
|
|
|
|
| |
PR: ports/64085
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64162
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Fix dead URL
- Utilize DOCSDIR
- Assign maintainership to submitter
PR: ports/64026
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
PR: ports/63989
Submitted by: Pedro f. Giffuni <giffunip@asme.org>
|
|
|
|
| |
by gnomegames2 port.
|
|
|
|
|
| |
PR: ports/64160
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
|
|
|
|
|
| |
PR: ports/64159
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Noticed by: make check-distfiles :)
|
|
|
|
|
| |
PR: ports/64147
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/64156
Submitted by: maintainer
Reported by: bento via kris
|
|
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=23856
Correct patch is:
http://www.openoffice.org/issues/show_bug.cgi?id=24123
|
|
|
|
|
|
| |
in my last commit).
Prodded by: kris
|
|
|
|
|
| |
This patch is related to #i9462
http://www.openoffice.org/issues/show_bug.cgi?id=9462
|
|
|
|
| |
http://qa.openoffice.org/issues/show_bug.cgi?id=25495
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
|
| |
PR: ports/64130
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64127
Submitted by: maintainer
|
|
|
|
| |
Now the SKIP_DNS_CHECK knob is pointless.
|
|
|
|
|
| |
PR: ports/64125
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
| |
Now the SKIP_DNS_CHECK knob is pointless.
|
|
|
|
|
| |
PR: ports/64113
Submitted by: schweikh
|
|
|
|
|
|
|
| |
http://www.freebsd.org/gnome/docs/porting.html
PR: ports/64070
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/64133
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
* uuencode detecion fixed
* fixed attachment removal
* MIME handling improved
* QP encoding handled better
PR: ports/64092
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64141
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
information.
PR: ports/64132
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
| |
Noticed by: Cristiano Deana <cris@gufi.org>
|
|
|
|
|
|
|
|
| |
- Remove COPYING from PORTDOCS [2]
- Bump PORTREVISION
PR: ports/64087
Submitted by: maintainer [1], pav [1], krion [2]
|
| |
|
|
|
|
| |
An STL Container Initialization Library
|
|
|
|
|
|
|
|
|
|
| |
* fixed desktop crashing
* fixed strings in etip
* fixed and complitelly revised control panel
* more fixes in makefiles
PR: ports/64112
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64131
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION
PR: ports/64088
Submitted by: maintainer, trevor [1], krion [2]
|
|
|
|
|
| |
PR: ports/64129
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64128
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64126
Submitted by: maintainer
|
|
|
|
|
|
|
| |
plugins
PR: ports/64065
Submitted by: maintainer
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
| |
Approved by: arved (mentor)
|
| |
|
| |
|
| |
|
|
|
|
| |
Object Orientated interface to FITS HDUs
|
| |
|
|
|
|
| |
An STL Error Message Decryptor for C++
|
|
|
|
|
| |
disabled by default. They might be brought back in at some point once they
are completed, either in this port or a slave port.
|
| |
|
|
|
|
| |
Gathers news from RDF/RSS and send them to your IM client
|
|
|
|
| |
CAN-2003-0542 and CAN-2003-0993 in <http://www.apacheweek.com/features/security-13>
|
| |
|
| |
|
|
|
|
| |
Forgotten by: lev
|
| |
|
|
|
|
| |
An RSS feed parser
|
|
|
|
|
|
|
|
| |
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
|
|
|
|
|
| |
PR: 64134
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
|
|
|
|
|
|
| |
qmail-smtp_auth+tls --> ports/mail/qmail-smtp_auth+tls
Repocopy done by: marcus (cvs hat)
|
|
|
|
| |
Repocopy done by: marcus (cvs hat)
|
|
|
|
|
|
|
|
|
|
| |
- Update to qmail-smtp_auth+tls patch version 20020519
- This patch supports both ESMTP AUTH and TLS
Requested by: Brad Davis <so14k@so14k.com>,
Carlos Sydney <carlos_sydney@hotmail.com>,
too many
Repocopy done by: marcus (cvs hat)
|
|
|
|
|
| |
level 20020519
o House a copy under MASTER_SITE_LOCAL
|
|
|
|
| |
Reminded by: sf
|
|
|
|
| |
Submitted by: ale
|
| |
|
| |
|
|
|
|
|
|
|
| |
o Advertise it in help as well
PR: 63353
Submitted by: Stefan Walter <sw@gegenunendlich.de>
|
|
|
|
| |
Noticed by: bento via kris
|
|
|
|
|
|
|
| |
- Portlint
PR: ports/64098
Submitted by: Tim Daneliuk <tundra@tundraware.com> (maintainer)
|
|
|
|
|
|
|
|
| |
o Enable support for RUSSIAN, SPANISH, ITALIAN and GERMAN languages
o Bump PORTREVISION
PR: 53290
Submitted by: lev
|
|
|
|
|
|
|
|
|
|
|
| |
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change
The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
|
|
|
|
|
| |
PR: ports/64124
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
|
|
|
|
|
|
| |
o Place a copy of distfile in MASTER_SITE_LOCAL for the time being
Reminded by: kris
|
|
|
|
|
|
|
|
| |
- Add knob for experimental pthread support
- Run make check in post-build target
PR: ports/64123
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/64117
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
| |
PR: ports/64122
Submitted by: michael johnson <ahze@ahze.net>
Approved by: lioux (blanket)
|
|
|
|
|
| |
PR: ports/64095
Submitted by: Martin Matuska <martin@tradex.sk> (maintainer)
|
|
|
|
|
| |
PR: ports/64099
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
|
| |
|
|
|
|
|
|
| |
o Bump $PORTREVISION to force to clean up recent changes.
Submitted by: Cyrille Lefevre
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
if it's run without option, so that fsck_ext2fs behaviour matches
fsck_ufs behaviour with respect to "check without -f option".
. Add -v for verbose mode, note that fsck doesn't appear to propagate
-v options down, this will only be effective when fsck_ext2fs is run
directly.
. Switch SOURCEFORGE MASTER_SITES to _EXTENDED variant
PR: 64075
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
. SIZEify.
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
| |
Notice from: kris
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
|
|
|
|
| |
Emacs/XEmacs major mode for editing Lua scripts.
PR: ports/63770
Submitted by: John Elsasser
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
take care of this port.
Submitted by: maintainer
|
|
|
|
| |
Obtained from: Dominic Williams (on erlang-questions)
|
|
|
|
|
|
|
| |
triggered (also fixes ejabberd).
Submitted by: demon
Obtained from: Alexey Shchepin
|
|
|
|
|
|
| |
believe that the bugs in RHSA-2004-059 need not concern users of
this port. If anyone has evidence to the contrary, please discuss
it with me.
|
|
|
|
|
|
|
|
|
|
| |
- portlint
- utilize OPTIONS
- Add ODBC driver
- Pass Maintainership to submitter
PR: 64072
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
| |
|
|
|
|
|
|
|
|
| |
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
|
|
|
|
|
|
| |
- unicodeify Ulf again
Requested by: nectar
|
| |
|
| |
|
|
|
|
| |
Reported by: bento
|
|
|
|
|
| |
PR: 64038
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
|
|
|
| |
to sprintf is made in preparation for outputting a debug message using
OutputDebugString, which is a function from a different operating system.
While I'm here, transform U+C3A4 into ä (or 쎤), since CVS is
bad in handling binary data.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add checksum for Python-2.4.a0.20040311
|
|
|
|
|
| |
I must say that it's faster by 10%~ than previous snapshot or 2.3.
And it incorporated CJKCodecs from this! :)
|
|
|
|
|
| |
PR: 64094
Submitted by: Greg J.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/62143 (suggested by Brandon S Allbery)
Approved by: linimon (mentor)
|
|
|
|
|
| |
PR: ports/64067
Submitted by: michael johnosn <ahze@ahze.net>
|
|
|
|
|
|
| |
o Use $REINPLACE_CMD.
Submitted by: lofi@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes available at http://www.postgresql.org/news/173.html
NOTICE: unlike most minor versions, this version does require
some updates to the pg_* system tables. Full instructions for
how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.
SIZEfy.
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR: 64105
|
|
|
|
|
| |
Spotted by: Simon Barner <barner@in.tum.de>,
Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Respect LOCALBASE for APXS location. [2]
- Assign maintainership to submitter. [2]
PR: 63960 [2]
Submitted by: Simon Barner <barner@in.tum.de> [1],
Josh Elsasser <jre@vineyard.net> [2]
Requested by: Hideki Machida <hido@neojapangz.com> [1]
|
|
|
|
| |
correct entry/modification date
|
|
|
|
|
|
| |
unused since PR 56615 was committed. List size.
Approved by: Cyrille Lefevre (maintainer)
|
|
|
|
| |
previous entry.
|
|
|
|
| |
they are no longer used.
|
|
|
|
| |
Submitted by: bento via kris
|
|
|
|
|
| |
Submitted by: eik
Approved by: Michael Johnson <ahze@ahze.net> (maintainer)
|
|
|
|
| |
Noticed by: bento via kris
|
|
|
|
| |
Submitted by: Mark Huizer via irc
|
|
|
|
| |
http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- XML dump format now takes advantage of ID/IDREF rules
for referencing. Backward compatibility has been maintained.
- Command line now supports GCC preprocessing flags
like -E and -M.
- Single source tree for GCC-XML and the patched GCC
with one CMake build process to configure everything
Approved by: linimon (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since we are using the official VuXML database
the auditing should be pretty complete.
- mention web page
- add more mirrors, disabling .ru mirror (too much lag)
- allow combined options in portaudit shell script
- add sample configuration file
- use absolute paths for binaries, to ease use in crontab scripts [1]
- correct type in man page [2]
PR: 64005 [2]
Submitted by: Tomasz Pilat <poncki@axelspringer.com.pl> [1]
Nathan Dove <njdove@wafer.sandia.gov> [2]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
PR: 63861
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Announce available at
http://mailman.csn.ul.ie/pipermail/pam_smb/2003q3/000279.html
Remove http://pamsmb.sourceforge.net/v2/ from MASTER_SITES,
because it doesn't containes the latest version.
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
PR: 63861
|
|
|
|
| |
2) Opps, remove IGNORE. mark as IGNORE again.
|
|
|
|
|
| |
2) No longer `#include <malloc.h>' exist
http://www.openoffice.org/issues/show_bug.cgi?id=20975
|
| |
|
|
|
|
|
|
|
| |
Utilize MASTER_SITE_SAMBA for SMB-specific ports.
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
PR: 63861
|
| |
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=21615
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=21127
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=18064
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=18063
|
|
|
|
| |
http://www.openoffice.org/issues/show_bug.cgi?id=18062
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Noticed by: eik
|
| |
|
|
|
|
|
|
|
|
| |
Add distribution site grouping for all the patches [1].
PR: 56951 [1], 64062 [2].
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1],
Thomas Vogt <thomas@bsdunix.ch> [2]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Allow one to override JPI_LIST
* Fix some potential lock-ups related to esound
* Fix some potential pthread problems
* Fix libiconv support
* Use built-in libical
* Use included libart_lgpl
* Use SIZE
|
|
|
|
|
| |
* Add macro definitions for ESD_LIB and FREETYPE_LIB to simplify future
updates
|
|
|
|
| |
Utilize USE_ICONV.
|
| |
|
|
|
|
| |
Reported by: GNOME Tinderbox
|
| |
|
| |
|
|
|
|
|
|
|
| |
Client 'core' for MLDonkey with Traditional Chinese (Big5) support
PR: 64039
Submitted by: Hung-Te Lin <piaip@csie.ntu.edu.tw>
|
| |
|
|
|
|
|
| |
PR: ports/63943
Submitted by: Krzysztof Stryjek <wtp+ispell@bsdguru.org>
|
| |
|
|
|
|
|
| |
1) 1.1.1rc
2) SIZEfy
|
|
|
|
|
|
|
|
|
|
| |
- use %%DOCSDIR%%, USE_SIZE [0]
- portlint [0]
- bump PORTREVISION [0]
- make gettext optional, add WITHOUT_NLS [1]
PR: 62867 [0]
Submitted by: obraun [0], Phil Pennock <pdp@nl.demon.net> [1]
|
|
|
|
|
|
| |
one way or the other, anyways.
Objected to by: DougB
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
FIND, CUT, AWK, GREP and PASTE.
they are already in the bsd.port.mk
|
| |
|
|
|
|
| |
Perl modules are installed into wrong location for 4.x.
|
| |
|
|
|
|
|
|
|
|
| |
- Add depedency on X11 libraries
- Bump portrevision
PR: ports/64027
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/63814
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
|
|
|
|
| |
Approved by: Takahiro MORISHITA (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
adding a dependency on the libpcap port rather than using the
outdated and unfetchable libpcap 0.4 distfile
|
|
|
|
|
|
| |
to ports@
Approved by: see commit log for timeout information
|
|
|
|
| |
may have been taken from it.
|
| |
|
|
|
|
|
|
|
|
| |
vcp is a tool for copying revision controlled files between various SCM
repositories.
PR: 63433
Submitted by: hrs
|
|
|
|
|
|
|
| |
See ChangeLog: http://snapshot.opera.com/unix/7.50-Preview-3/changelog.html
PR: ports/64056
Submitted by: Arjan van Leeuwen (maintainer)
|
|
|
|
|
| |
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Reported by: bento via kris
|
|
|
|
|
| |
PR: ports/64068
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Reported by: bento via kris
|
| |
|
|
|
|
|
|
| |
included in the definition of MASTER_SITES.
Noticed by: distfile survey
|
|
|
|
| |
2003.
|
|
|
|
| |
Set USE_SIZE, so I don't forget
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
the actual specfile to be present.
|
| |
|
|
|
|
|
|
|
|
| |
PodToHTML generates HTML from one or (more typically) several files
containg POD documentation.
PR: 63434
Submitted by: hrs
|
|
|
|
|
|
| |
Remove its entry.
Add size data.
|
|
|
|
|
|
|
|
|
|
| |
unfetchable and has been not been used by the Makefile since last
May.
PR: 51738
Submitted by: parv
Add size datum.
|
| |
|
|
|
|
|
|
|
|
| |
1) reduce optimization level and remove
inappropreate optimization flags
2) use autoconf 257
3) remove lapack dependency
4) fix pkg-plist
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
gd_gif_in.c.bz2. The gd_gif_in.c file is not downloaded, but rather
copied from FILESDIR. Even though the changes from this PR were
backed out, this one should have been retained.
Add size data.
|
|
|
|
| |
Approved by: tobez (former maintainer)
|
| |
|
|
|
|
| |
Reported by: "Pascal HOARAU" <pascal@hh.nl>
|
|
|
|
| |
monopd -> ports/games/monopd
|