| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
/usr/local -> ${LOCALBASE}. The condition was, naturally
${LOCALBASE} != /usr/local, but the value of LOCALBASE
is not necessarily known without bsd.port.pre.mk. Sorry
for the breakage.
Submitted by: Brian Dean, Dan Langille
|
|
|
|
|
|
|
|
| |
of the pkg-plist diff is due to the default location
move from /var/spool/fax to /var/spool/hylafax.
Also, allow package building by passing -nointeractive
to configure.
|
|
|
|
|
|
|
|
|
| |
version was already patched in FreeBSD, so there's no reason to make this
port unavailable until it can be upgraded properly. Since the previous
commits did not leave this port buildable, no PORTEPOCH bump is required
even though the PORTREVISION has gone backwards.
Reminded by: Roman Shterenzon <roman@xpert.com>
|
|
|
|
|
| |
version even though I updated PORTVERSION. Since this was a security
update, mark it BROKEN for now until someone can fix it.
|
| |
|
|
|
|
|
|
|
| |
previously a security vulnerability
Reported by: Marcin Dawcewicz <miv@IIDEA.PL>
Obtained from: http://www.hylafax.org
|
| |
|
|
|
|
| |
Submitted by: distfile survey
|
|
|
|
|
|
|
|
|
|
| |
trying to lock a serial device in /var/spool/lock to be
incorrectly written into the lock file.
PORTREVISION bumped.
PR: 20141
Submitted by: Cyrus Rahman <cr@jcmax.com>
|
|
|
|
|
| |
PR: 20051
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, the hylafax port has a few flaws -- it uses
the libz and regex libraries that come with the software
instead of the implementations available on FreeBSD and
ignores the local CFLAGS settings. It also needlessly (it
seems) requires gmake.
PR: 19552
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which officially fixes the setuid security exploit by the vendors.
Additionally, from the PR:
* adds in distribution patches to allow it to interoperate
with libtiff-3.5.5 (the current version in the ports tree),
and replace an original FreeBSD patch.
* includes security patches (replacements of 'strcpy' and
'sprintf', primarily), mostly based on patches originally
submitted by Alex Langer [1] for 4.0pl2 and not yet commited,
although some new work was done too.
[1] I don't think, that these were my patches but those submitted by
John Holland <john@zoner.org> in PR 19180.
* Fixes some issues with the configure/setup scripts introduced
since the previous version.
* Additionally, original FreeBSD patches from 4.0pl2 were
merged in where they were not addressed by anything else.
(except the I18N patch, sorry).
I removed the FORBIDDEN line since there are at least no obvious security
concerns left.
PR: 19237
Submitted by: Andy Sparrow <andy@geek4food.org>
|
| |
|
|
|
|
| |
add ending / to WWW
|
| |
|
| |
|
|
|
|
|
| |
PR: 15868
Submitted by: Gregory Bond <gnb@itga.com.au>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Note that this port currently has no MAINTAINER, so will probably stay
broken until it either gets upgraded or fixed by someone who actually uses
it.
Submitted by: Brock Tellier <btellier@usa.net>
|
|
|
|
|
|
|
| |
errors and descriptions.
PR: 14031
Submitted by: chris
|
| |
|
| |
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
|
| |
PR: 11310
Submitted by: Adrian Wontroba <aw1@stade.co.uk>
|
| |
|
| |
|
| |
|
|
|
|
| |
sorry I don't use it frequently, any more... somebody please grab it.
|
|
|
|
| |
would go backwards.
|
|
|
|
| |
Approved by: asami
|
| |
|
|
|
|
|
| |
(Note, since the shlib major didn't change this just removes the regexp
support.)
|
| |
|
| |
|
|
|
|
| |
Found by: make index
|
|
|
|
| |
Requested by: chet@ins.CWRU.Edu
|
|
|
|
|
|
|
|
|
| |
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
|
| |
|
|
|
|
| |
added official mirrors to MASTER_SITES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(change made on 97dec)
comment from Lars follows:
Included is an updated patch-ab file for hylafax for current that
fixes the busywait that occurred once the fifo_poll() fix went into
the kernel in December.
The symptoms were that faxqetty and faxq would chew up an inordinate
amount of time waiting for input form their FIFOS. Basically the
kernel fix was to make select() return a 1 on EOF (in accordance
with POSIX) and for read() to keep returning 0 on EOF (which is
the state you are in if you open the fifo for reading in non-blocking
mode and there are no writers).
Reviewed by: asami
Submitted by: Lars Fredriksen <lars@fredriks-1.pr.mcs.net>
|
|
|
|
| |
Reported by: Dale Mayberry <dale@mars.mat.net> via itojun
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) pkg_* can't handle absolute paths, so use two @cwd's and relative paths
throughout.
(2) pkg_* can't handle FIFOs, so use mkfifo to create it and rm to delete it.
(3) pkg_* can't handle empty directories, so create them with mkdir.
(4) the @mode/@owner/@group directives don't appear to work so use @exec
to set all the modes.
|
|
|
|
|
| |
PR: 3518
Submitted by: itojun@itojun.org
|
|
|
|
| |
Added MAINTAINER's to some, switched to new MAN[1-8]
|
|
|
|
|
|
| |
end up appended (eg: "2.7.2p" or the like).
Reported by: jhs@freebsd.org (who also suggested a different, larger patch)
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
| |
|
|
|
|
| |
Submitted by: Lars Fredriksen <lars@mcs.com>
|
|
|
|
| |
Approved by: asami and jhs
|
|
|
|
| |
Submitted by: jhs
|
|
|
|
|
|
| |
directly.
Submitted by: jhs
|
|
|
|
| |
Submitted by: "Lars Fredriksen" <fredriks@mcs.com>
|
|
|
|
|
|
|
|
|
|
|
| |
does not define INSTALL, so that the one in the source will be
honored.
(2) Change comments about "mv patch-ab patch-ab.mv", that won't work.
It should be "rm patch-ab".
(3) EXEC_DEPENDS now have ghostview, gs and bash.
(4) Compress manpages.
(5) Remove post-clean target, there is no such thing! ("make clean"
will delete the whole work/ subdirectory anyway.)
|
|
|
|
|
|
|
|
|
| |
"EXTRACT_SUFX=-tar.gz" and taking out all the echo's in pre-fetch
that complains how it doesn't work. Reorder some variables, take
out the numerous KEYWORD lines, etc.
This port is still broken rather badly. For starters, there are 17
chunks of failing patches.
|
|
A new import based on Sam Leffler's Hylafax V3.0pl0. Flexfax is now obsolete.
Import includes & applies the base patch Sam posted on the flexfax mail list
(mail list is still called flexfax, though the package is called Hylafax).
Sam declared our ports/comms/flexfax to be obsolete (over a year old).
Sometime after the CD release, I will post a proposal to remove
ports/comms/flexfax.
I will maintain ports/comms/hylafax as I need fax capability.
Thanks to Asami Satoshi for suggested improvements,
I leave him to `bless' this port by adding the final
comms/Makefile: SUBDIR += hylafax
Until he does that, any mistakes I may have made shouldnt break any makes :-)
I've undoubtedly screwed something up, somewhere, its a big port (30M inc bins),please test, Oh... and "Share & Enjoy" :-)
---
Julian Stacey <jhs@freebsd.org> Tel. +49 89 268616. Fax Modem: 2608126
http://www.regent.e-technik.tu-muenchen.de/people/jhs.html
|