| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- introduce CFLOWD_FLOWSCAN_PATCH variable
for building port with support for FlowScan port (in the queue)
|
|
|
|
|
|
|
| |
o sort PLIST while I'm here.
PR: 25780
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Enable port in CATEGORY Makefile
2) Add port into CVSROOT/modules
3) This a port of the developer version of libdivxdecore
4) Fix typo: port created on year 2001, not 20001.
5) Update port to developer Version 4.0 alpha48 2001-02-22.
PORTVERSION=0.4.0.48
6) This port downloads a source only CVS tag developer version.
Therefore, it comes without the tools necessary to build it
(makefile, configure, ...)
7) Inherit (copy) from the non-developer version distfile
the structure necessary to build it. Patch it to suit this port
specific needs. More specifically, add new source code files to
makefile(s): yuv2rgb.c (Changelog #13).
8) Since it is a developer version of another port, it can
use some of its structure such as DESCR, PLIST. Therefore local
copies are not necessary.
- Library changes in new version:
o Changelog:
1) Added VO and VOL header in the MPEG-4 bitstream to encore
2) Added YUV input in encore
3) Provided a sample test code for encore
4) Rewrote the bitstream handling in the encore
5) Some cleanup and minor optimize in the modules in encore
6) Fade/Cross Fade Improved
7) Added VO and VOL header parser in decore
8) Added various functions to support the YUV output formats
9) Splitted the YUV to RGB 16 bit conversion routine in 2 different
routines (555 and 565 16 bit color mode) in decore
10) Modified the interface to take care of the new characteristics
(more output format supported, possibility to change the output
format at run-time). These changes are backward compatible
(previous API call are still valid)
11) Modified the parser to be able to decode the stream with/without
the VOL at the same time
12) Removed all the boring warnings until Level 3 of Visual C++
13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23,
00:00:00 GMT)
o Bugs Corrected:
1) Some bug has been fixed in the post processing algorithm
(chrominance deblocking and vertical deblocking)
2) Bug fixed in YUV to RGB 16 bit conversion routine
|
|
|
|
|
|
|
|
|
|
|
| |
I was planning to rename pyncurses into more appropriate py-ncurses
before committing it out, but forgot to do so. Therefore delete
pyncurses and readd it back as py-ncurses.
Py-ncurses is a Ncurses binding for Python.
PR: 18633
Submitted by: adsharma@sharams.dhs.org
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module uses a Patricia Trie data structure to quickly perform
IP address prefix matching for applications such as IP subnet,
network or routing table lookups. The data structure is based on
a radix tree using a radix of two, so sometimes you see patricia
implementations called "radix" as well. The term "Trie" is derived
from the word "retrieval" but is pronounced like "try". Patricia
stands for "Practical Algorithm to Retrieve Information Coded as
Alphanumeric", and was first suggested for routing table lookups
by Van Jacobsen. Patricia Trie performance characteristics are
well-known as it has been employed for routing table lookups within
the BSD kernel since the 4.3 Reno release.
The BSD radix code is thoroughly described in "TCP/IP Illustrated,
Volume 2" by Wright and Stevens and in the paper ``A Tree-Based
Packet Routing Table for Berkeley Unix'' by Keith Sklower.
WWW: http://net.doit.wisc.edu/~plonka/Net-Patricia/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
HTML::Table is used to generate HTML tables for CGI scripts. By
using the methods provided fairly complex tables can be created,
manipulated, then printed from Perl scripts. The module also greatly
simplifies creating tables within tables from Perl. It is possible
to create an entire table using the methods provided and never use
an HTML tag.
HTML::Table also allows for creating dynamically sized tables via
its addRow and addCol methods. These methods automatically resize
the table if passed more cell values than will fit in the current
table grid.
Methods are provided for nearly all valid table, row, and cell tags
specified for HTML 3.0.
WWW: http://www.chime.ucl.ac.uk/~rmhiajp/htmltable.htm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Boulder IO is a simple TAG=VALUE data format designed for sharing
data between programs connected via a pipe. It is also simple
enough to use as a common data exchange format between databases,
Web pages, and other data representations.
The basic data format is very simple. It consists of a series of
TAG=VALUE pairs separated by newlines. It is record-oriented.
The end of a record is indicated by an empty delimiter alone on a
line. The delimiter is "=" by default, but can be adjusted by the
user.
WWW: http://search.cpan.org/search?dist=Boulder
|
|
|
|
|
|
|
|
|
|
|
| |
- fix installation path of this perl module because this command failed:
perl -M'ConfigReader::DirectiveStyle' -e 1
ConfigReader files have to be put under
lib/perl5/site_perl/%%PERL_VER%%/
instead of
lib/perl5/site_perl/
- now my new port FlowScan finds the ConfigReader::DirectiveStyle PM.
"configure:1271: checking for ConfigReader::DirectiveStyle"
|
| |
|
|
|
|
| |
completely reworked by the GNOME team.
|
| |
|
|
|
|
| |
Submitted by: joe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
removing the symlinking of the installed shared library into the
${PREFIX}/lib. Those broken things should really use:
package require Img (from TCL)
or
Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C)
instead of trying to link with libimg directly, but there are
too many of them and sobomax lost (his and mine) cool.
This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
|
|
|
|
|
| |
Approved by: obrien
PR: 24185
|
|
|
|
|
|
|
|
|
| |
Correct a typo in the iastate.edu listing. Add sites from
http://www.netbsd.org/Sites/net.html#ftp . Remove defunct sites
found by bento. Newly added ftp.questnet.net.au is untested because
it is "limited to Australian connections."
Approved by: modified "make fetch-list" (PR 25779)
|
| |
|
|
|
|
|
|
| |
include files.
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
PR: 18633
Submitted by: adsharma@sharams.dhs.org
|
|
|
|
|
|
| |
PR: ports/25716
Submitted by: MAINTAINER, sf
Reviewed by: chroot(8), env XFREE86_VERSION=4 make install deinstall
|
|
|
|
|
|
| |
display functionality is optional.
Submitted by: Akinori MUSHA
|
|
|
|
|
|
|
|
| |
o fix manpage problem with XFree86-4;
o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy.
PR: 25670
Submitted by: maintainer
|
|
|
|
|
|
| |
This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined.
Submitted by: lioux
|
|
|
|
|
|
| |
able to link just with ``-lmng'', not with ``-lmng -lm''.
Submitted by: bento (sorta)
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 25742
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
A free Gnome client for the Network UPS Tools
|
|
|
|
| |
Submitted by: sf
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
| |
site indicated by the author, while #@%$^ing Lycos today took down
ftpsearch.lycos.com.
Submitted by: fenner's distfiles survey
|
|
|
|
|
| |
PR: 25752
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25765
Submitted by: maintainer
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
| |
- Update WWW
PR: 25772
Submitted by: maintainer
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Reported by: bento logs
|
|
|
|
| |
port still marked "NO_PACKAGE", so no PORTREVISION needed.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
| |
but content of the distfiles is absolutely the same. Therefore don't touch
PORTREVISION.
Submitted by: bento
|
|
|
|
| |
(forgot to do it before previous commit).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to manually fetch distfile from the Sun's site.
Submitted by: bento
|
|
|
|
| |
Add more MASTER_SITEs.
|
| |
|
|
|
|
|
|
|
| |
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis <ckd@ckdhr.com>
|
|
|
|
|
|
|
| |
has strange problems downloading it from the author's site. I really puzzled
because I can't reproduce those problems even from freefall.
Submitted by: bento (sorta)
|
| |
|
| |
|
| |
|
|
|
|
| |
Library for delta compression of streams
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
WWW: http://rox.sourceforge.net/rox_session.php3
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
after deinstallation.
This hack would be removed after pine4 author accepts patch
that will deal with l10n'd pine4.
PR: ports/25720
Submitted by: MAINTAINER
Approved by/Struggled with: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
work right yet. This needs other eyes to look at in order for me to figure
out what's going on here. Help, please?
Basically, the current situation is this: You can hack the startkde
script to make KDE2 start all the way through, which basically consists of
simply replacing the kdeinit line with "kcminit". However, at certain
points after KDE is done setting things up, processes named "kdeinit" that
are in charge of certain apps go crazy and hit infinite loops somewhere. I
haven't been able to determine where exactly, and if this is related to
threads at all, or if a critical app or similar somehow doesn't get compiled
with threads. Or something like that. *sigh*
Konqueror can startup and seems to work okay in a different window manager,
but it seems to randomly set off a kdeinit proc as above.
Anyhow, this is 2 weeks' worth of debugging on a 4-month-old problem. If
you're using XFree86 4.0.2, I caution against trying this stuff out unless
you're going to help me out and are willing to help me figure out exactly
where the heck things are going awry. Things should still compile and work
just fine for those on XFree86 3.3.6. I decided to leave out these hacks
in nonessential stuff (like kdenetwork et al) because kde2 itself needs to
work with threads first. =)
I guess I can thank my lucky stars JKH's decided to stick with 3.3.6 until
some point in the future when 4.0.x becomes more stable...
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/25753
Submitted by: maintainer (Tobias Reifenberger <treif@mayn.de>)
|
|
|
|
| |
Requested by: Mark Huizer <freebsd@dohd.org> (master site maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
thus rendering them harmless.
Sendmail 8.10 introduced a new feature called the milter library,
which provides filtering callbacks to a user-level program, which in
turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to
the question: Can sendmail allow this mail to be delivered?
Sendmail is a trademark of Sendmail, Inc.
WWW: http://aeschi.ch.eu.org/milter/
Submitted by: maintainer
|
|
|
|
| |
- Added support for optional configuraion in files/site.config.m4.local
|
|
|
|
|
|
|
|
| |
Use EXTRACT_SUFX instead of single DISTFILES (by kuriyama).
Submitted by: Dave Chapeskie <dchapes@ddm.crosswinds.net>
PR: ports/25711
Not reach for: maintainer (mail service unavailable)
|
| |
|
|
|
|
|
|
| |
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
PR: ports/25690
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text.
This is especially valuable if there are several blocks of such text that
must be kept synchronized.
|
|
|
|
|
| |
Also, add a informational message if the user does not use the
scripts correctly.
|
|
|
|
| |
is already used for the USA_RESIDENT test.
|
|
|
|
| |
Approved by: will
|
|
|
|
| |
Pointed out by: Per Andersson <pa@cdg.chalmers.se>
|
| |
|
|
|
|
|
| |
Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> (maintainer)
PR: ports/25741
|
|
|
|
| |
mtree files.
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
|
|
| |
Use ru_RU.KOI8-R instead of ru.KOI8-R.
Submitted by: Aleksandr A. Babaylov <.@babolo.ru> (maintainer)
PR: ports/25709
|
|
|
|
|
|
| |
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
PR: ports/25682
Modified by: kuriyama
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
PR: 23313
Submitted by: mi
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
|
|
| |
tables.
PR: 25368
Submitted by: Bas Kruit <baskruit@bsltwr.dhis.org>
|
|
|
|
|
|
| |
PR: 25646
Submitted by: John Saunders <john@nlc.net.au>
(Non-response from maintainer)
|
|
|
|
|
|
|
| |
applications.
PR: 25080
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
| |
inet(3) includes...
|
|
|
|
|
|
|
| |
request throttling.
PR: 25003
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
|
| |
PR: 25285
Submitted by: Milan Salajka <ms@vol.cz>
|
|
|
|
| |
Fix bento build errors (USE_IMAKE).
|
|
|
|
|
| |
specifically for documenting Gtk itself, it's usable for documenting
C-based projects.
|
| |
|
|
|
|
|
| |
PR: 25746
Submitted by: R)Bémi Guyomarch <rguyom@pobox.com>
|
|
|
|
|
| |
PR: 25680
Submitted by: maintainer
|
|
|
|
|
|
|
| |
o get rid of version number from pkg-descr.
PR: 25744
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
| |
PR: 25671
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25681
Submitted by: maintainer
|
|
|
|
|
|
|
| |
o change maintainer's e-mail address.
PR: 25683
Submitted by: maintainer
|
|
|
|
|
|
|
| |
o pass maintainership to ports@.
PR: 25685
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 25685
Submitted by: maintainer
|
|
|
|
| |
Introduce ruby-qt2/Makefile.common to share the variables.
|
| |
|
|
|
|
|
| |
PR: 25686
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. build with or without TK (triggered by the NO_X knob)
. build against TCL-8.3 -- with or without stubs
. fix some bugs in the core Scotty code -- most notably
a bug in the icmp-command implementation, where an off-by-one
error in the argument processing loop resulted in random
crashes; all this fixes are grouped into a single file
patch-fixes
. make scotty executable itself as small as it needs to be
Approved by: maintainer
Perhaps, some day the security officer will tell me what _exactly_ is
wrong with regular Scotty (this one is beta of the new version), and
I'll be able to freshen that one up too and remove the FORBIDDEN.
|
| |
|
|
|
|
|
| |
PR: 25689
Submitted by: Edwin Mons <edwinm@joshua.mons.net>
|
|
|
|
|
|
|
| |
o add missing MAN3 and MANPREFIX.
PR: 25692
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 25697
Submitted by: maintainer
|
|
|
|
| |
1.6.3 release is scheduled for this week...
|
| |
|
| |
|
|
|
|
|
| |
PR: 25701,25702
Submitted by: maintainer
|
|
|
|
| |
It will reappear as vbsfiler
|
|
|
|
|
| |
PR: 25703
Submitted by: maintainer
|
|
|
|
|
|
|
| |
o add extra symlinks.
PR: 25705
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25719
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25738
Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
libxforms.
Reviewed by: sobomax
|
| |
|
|
|
|
|
| |
Perl routines for data sets interpolation and interval search
Initial import module version 1.05
|
|
|
|
|
| |
Perl module providing an interface to Fast Fourier Transform routines
Initial import module version 0.25
|
|
|
|
| |
Submitted by: bento (sorta)
|
| |
|
|
|
|
|
|
|
| |
o renamed to gozer.
PR: 25540
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 25726
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/25677
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25706
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
|
| |
which seems not to be a MySQL mirror anylonger.
Submitted by: roam (sort of ;-)
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
Add it back.
Submitted by: bento
|
| |
|
| |
|
|
|
|
| |
(patch 26 is for m$ platforms only)
|
| |
|
|
|
|
|
|
| |
Apache: 1.3.19
Russian patch: 30.4
mod_ssl: 2.8.1
|
|
|
|
| |
to PostgreSQL interface.
|
|
|
|
|
| |
PR: 25728
Submitted by: johann@egenetics.com
|
|
|
|
|
|
|
| |
- Bumped PORTREVISION.
Submitted by: Johann Visagie <johann@egenetics.com>
PR: 25725
|
|
|
|
|
|
|
| |
PR: 25619
Submitted by: Ron Rosson <insane@oneinsane.net>
Add a patch to eliminate -O2 option to gcc.
|
|
|
|
|
|
|
|
| |
Prevent Makefile from trying to run 644 missing script when no autoheader is
installed.
</automake hate mode>
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bento
|
| |
|
| |
|
|
|
|
| |
Submitted by: steve
|
|
|
|
| |
Noticed by: bento
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
thus rendering them harmless.
Sendmail 8.10 introduced a new feature called the milter library,
which provides filtering callbacks to a user-level program, which in
turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to
the question: Can sendmail allow this mail to be delivered?
Sendmail is a trademark of Sendmail, Inc.
WWW: http://aeschi.ch.eu.org/milter/
Submitted by: maintainer
|
| |
|
|
|
|
| |
updated accordingly.
|
|
|
|
| |
A Nintendo GameBoy emulator
|
|
|
|
|
|
| |
- Takeover maintainer
Reviewed by: MAINTAINER
|
|
|
|
|
| |
Submitted by: maintainer
PR: ports/25700
|
|
|
|
|
| |
Submitted by: maintainer
PR: ports/25714
|
|
|
|
|
| |
Submitted by: maintainer
PR: ports/25713
|
|
|
|
| |
Found by: bento
|
| |
|
|
|
|
| |
Reported by: bento
|
|
|
|
|
|
|
|
| |
Use literal "${PREFIX}" instead.
# But this port sitll broken...
Found by: bento
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* fix the symlinking so `make reinstall' works
* change how the symlinking is done to produce a more esthetic link
|
|
|
|
| |
went into the ether. Ignore the reference.
|
|
|
|
| |
use MAKEFILE=${FILESDIR}/Makefile.in directly.
|
|
|
|
| |
(and declared in stdlib.h), don't -Dstrtoull=strtoul.
|
| |
|
|
|
|
| |
Submitted by: knu
|
|
|
|
| |
Approved by: nik
|
|
|
|
| |
Submitted by: blaz@amis.net (maintainer)
|
|
|
|
|
| |
Remove perl regexp replacements for configure and Makefile.in, use
GTK_CONFIG and GLIB_CONFIG instead.
|
|
|
|
|
|
|
|
|
|
| |
- Version numbering is negative, so PORTEPOCH must be bumped each time
- Distfile now match version number
- Original patch had wrong checksum
- avoid PORTEPOCH in installation path
PR: 22773
Submitted by: maintainer
|
|
|
|
| |
Alpha.
|
| |
|
|
|
|
| |
doesn't have one.
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
for mbregex (Multibyte Regular Expressions).
Submitted by: KANAI Yasunori <y_kanai@pop01.odn.ne.jp>
|
|
|
|
|
|
| |
down, so remove it by hand just in case.
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
|
|
|
|
|
|
| |
dependency to OpenSSL)
- USE_OPENSSL for PostgreSQL and SNMP support
|
|
|
|
| |
functionality natively.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
be built automatically if gtk is not installed.
The WITHOUT_GTK option is still supported (by bsd.gnome.mk)
I also changed a couple of @dirrms to @unexecs in pkg-plist.
|
|
|
|
| |
Submitted by: jeh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
recorder. Features:
* Contains a simple TOC Editor, which allows you to create (very) simple TOC
files for CDRDAO .
* It can save those TOC files (now to a selectable file).
* GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide
where to start in a file, so it also supports CD burned from one huge file.
* Disk Cataloge Number and ISRC can be changed.
* CD Text is supported.
WWW: http://gdrdao.sourceforge.net/
PR: 22611
Submitted by: anders@fix.no
|
|
|
|
|
|
|
| |
dependancies that were necessary for v1.2, but had since been
dropped.
PR: ports/25066
|
|
|
|
|
|
|
|
|
|
| |
Instead of EXTRA_PATCHES, use a post-patch target since the alpha
patch assumes that FreeBSD patches have been already applied.
Also, this port assumes it is being built on a ev4. This will
have to be revisited later.
Submitted by: steve (http://havk.org/alpha/ build scripts)
|
| |
|
| |
|
|
|
|
| |
Submitted by: http://havk.org/alpha/
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 25696
Submitted by: maintainer
|
|
|
|
|
|
| |
For some strange reasons cvs refused to cvs add back erroneously cvs rm'ed file
without doing cvs ci in the middle. *sigh*
</cvs sucks>
|
| |
|
|
|
|
|
|
|
| |
This meta version of AbiWord sets up the correct environment for BIG5/GB
users(though most works are done in chinese/ttfm). Users can import a
Chinese Word97 document(just not too complex :p), edit it with an XIM
(eg. xcin25), then print it using Ghostscript.
|
| |
|
|
|
|
|
| |
some fixes for the case when SDL doesn't contain GL support built in, so
bump PORTREVISION to let users know that update is necessary.
|
|
|
|
| |
Submitted by: steve
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
|
|
| |
manually add the dependency for autoheader(1), but don't have the ports
infrastructure run `autoconf' (which clobbered the top-level configure
script).
|
|
|
|
|
| |
PR: 25684
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25678
Submitted by: maintainer
|
|
|
|
|
|
| |
.o file we need to remove first...
Submitted by: fenner's port survey
|
|
|
|
|
| |
PR: 25674
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25669
Submitted by: maintainer
|
|
|
|
|
| |
interbase is not distributed by Borland, and there does not appear to be
a patch available for the vulnerability.
|
|
|
|
|
| |
for a vulnerability publicized three months ago does not demonstrate an
appropriate level of interest in maintainership of this port.
|
|
|
|
|
|
|
|
| |
cause a security vulnerabilities. Not fixed are a number of more subtle
cases which may or may not allow security violations (I don't have time
to conduct a thorough audit now), and which are difficult/impossible to
fix anyway without something like fmtcheck(). Document this in
pkg-install and remove FORBIDDEN tag.
|
| |
|
|
|
|
|
| |
PR: 25668
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a diff to the current port that implements SFIO and SASL
options support in addition to TLS. It makes the sendmail port
conform more closely to the available documentation for such
security enhancements.
ken@nova.org
- renamed option from SENDMAIL_WITH_TSL to SENDMAIL_WITH_TLS
- new option SENDMAIL_WITH_SFIO
- fixed bug in site.config.m4.sasl
PR: 25661
Submitted by: ken@nova.org
|
|
|
|
|
|
|
| |
- Add %%PORTDOCS%% to pkg-plist
PR: 25667
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25666
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 25675
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 25665
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
For some unknown reason for the i386 ports build had failed,
workdir was searched in: "/tmp/usr/ports/news/cnews/work/"
but created files are at: "/tmp/a/ports/news/cnews/work/"
changed to use ${.CURDIR} instead of ${PORTSDIR}
old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/
new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
|