| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: 93169
Submitted by: hideo <hideo@lastamericanempire.com>
|
| |
|
|
|
|
|
| |
PR: ports/93177
Submitted by: Anton Karpov <toxa@toxahost.ru>
|
|
|
|
| |
name will be re-added.
|
|
|
|
|
| |
PR: ports/93047
Submitted by: Travis Poppe <tlp@liquidx.org>
|
| |
|
|
|
|
|
| |
PR: ports/93177
Submitted by: Anton Karpov <toxa@toxahost.ru>
|
|
|
|
|
|
|
|
|
|
| |
* Reorganization of MAN section in alphabetical order
with addition of new man pages
* BUILD_DEPENDS line correction in WITH_DOCS branch
* LDCONFIG_DIRS addition with appropriate lines in pkg-plist
PR: ports/93161
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
|
|
|
| |
PR: ports/92681
Submitted by: Henry Karpatskij <henkka@spheroid.info>
|
|
|
|
|
| |
PR: ports/92673
Submitted by: Raaf <raaf@luna.afraid.org>
|
|
|
|
|
|
|
|
|
|
|
| |
arguments (cosmetic)
* Detect if a chroot was used to run a jailed build, and first attempt
to gracefully shut it down by killing everything within using pgrep(1)
This has a much higher chance of succeeding that relying on fstat to
identify processes that might interfere with our attempts to clean up
mountpoints, which is fragile (libkvm-dependent), and inherently
unreliable at best.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in portbuild.conf (or per-machine .conf), then construct a 127.0.0.0/8
IP address based on the build directory ID (i.e. unique for each
build instance). This is bound to the lo0 interface for the duration
of the 'phase 2' build.
We cannot build 'phase 1' in a jail since 'make fetch' doesn't always
work through a proxy (e.g. squid sometimes mangles files fetched through
FTP, I think by performing CR/LF translation in FTP ASCII mode).
Pass in the HTTP_PROXY variable to the jail, if set. This allows FTP/HTTP
access from within the jail if the proxy is suitably configured (some ports
legitimately need to fetch additional files during the build, e.g. if they
have a BUILD_DEPENDS=...:configure target that needs to fetch additional
distfiles).
Not all ports can be built in jails (most notably the linux_base ports
since they want to mount/umount linprocfs), so we will need to come up
with a way to deal with this.
Some ports require SYSV IPC, so security.jail.sysvipc_allowed=1 might be
required. Some other ports attempt to perform DNS lookups, ping, or
outbound TCP connections during the build.
When it works, this provides better compartmentalization of package builds,
e.g. easier termination of builds without the possibility of daemonized
processes staying active; no possibility of accidental interference
between jails, etc. It also allows for admin monitoring using jls(1).
|
|
|
|
|
|
|
|
| |
* Remove old logs and possible compressed logs before attempting the build
Requested by: lofi [1]
Submitted by: linimon [1]
No more accidental portbuild spam: kris and krion [1]
|
|
|
|
|
|
| |
Requested by: lofi
Submitted by: linimon
No more accidental portbuild spam: kris and krion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Only keep distfiles if the port passes 'make fetch', so we don't
accidentally keep files with invalid checksums
* Use cleanup() instead of directly exiting in some error conditions
* When cleanup() is called indicating an unexpected error (possibly
leaving the filesystem in an inconsistent state), mark the chroot
as dirty so it will not be reused by another build
* Remove packages in dependency order instead of with pkg_delete -f in
possibly incorrect order. This paves the way for focusing on errors
generated by pkg_delete (e.g. @dirrm that should be @dirrmtry) in the
future. [1]
* Detect when packages were left behind because they were still in use
by other packages, indicating an incorrect or incomplete port
dependency list
* Partial support for ccache builds (not yet complete)
* Support non-standard LOCALBASE/X11BASE settings
* Delete FETCH_DEPENDS after the 'make fetch' stage. We have to add
them again before 'make extract' since, due to a lack of a 'fetch
cookie', 'make extract' actually *always* runs 'make fetch' again,
even when distfiles have already been fetched. We need to delete
them in order to:
* Record an mtree spec of the 'pristine' filesystem state, for later
comparison.
# XXX Perhaps this can be done in stage 1 before the
# 'make fetch', removing the need to delete-and-readd.
* Also record an mtree spec of the filesystem state prior to the
build phase. Compare this to the state of the filesystem
immediately before running the install phase, to detect files
that were inappropriately installed during the build phase.
Doing so is a fatal error.
* Prior to installing, try to run a 'regression-test' port makefile
target, if it exists. This allows ports to hook their internal
regression suites into the package build. This needs further
infrastructure support, e.g. a default NOP target in bsd.port.mk.
For now this is run with 'make -k', so regression failures will
not yet actually cause package build failures.
* Separate the 'make install' from 'make package' phases rather than
let the latter implicitly do the install.
* After the newly packaged port has been deleted, compare the state
of the filesystem to the state before 'make install'.
* After removing BUILD and RUN dependencies, compare the filesystem
state to the pristine state before the start of the build. This
also detects package dependencies that did not clean themselves up
properly when deinstalling. It also detects dependencies that were
'missing' from the port INDEX: these were not pkg_added into place,
so the package build had to compile them from scratch (a big waste
of time and effort), so this is now also a fatal error.
PR: ports/85746 (inspired by) [1]
Submitted by: Boris B. Samorodov <bsam@ipt.ru> [1]
|
|
|
|
|
|
|
|
|
| |
build time by half.
o Add support for Pentium D
o timing_torerance patch is now activated via knob; this significantly
reduce the build time.
A lot of discussion with: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
|
|
|
| |
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
|
|
|
|
|
|
|
|
| |
. Update to 3.1.1. [2]
PR: 92190
Submitted by: Panagiotis Astithas <past@ebs.gr> [1]
mi@ [2]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
xmldiff uses xmlprpr and diff to display meaningful differences in XML
files in an easy to read format. Output formats available include HTML,
ANSI colour, and regular diff. The coloured modes are particularly
useful for viewing small differences in context within large XML files.
WWW: http://software.decisionsoft.com/tools.html
PR: ports/92947
Submitted by: Paul Chvostek <paul+ports@it.ca>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1]
Changes:
- Make tray menus popup in a more natural location.
- Made menu sizes specified in terms of the size of icons.
- Make the tray figure out its layout from its size if the layout
isn't given explicitly.
- Fixed swallow items getting more space than requested.
- Made Swallow more sane when an error is encountered.
- Now supports windows without a border, but with a title bar.
- Fixed a key binding issue on restart.
- Don't show X errors unless in debug mode.
- Added "valign" and "halign" attributes for Tray.
PR: 93082
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An XML pretty printer created to format XML that doesn't make use of
mixed content. In the default mode each element is put on a separate
line with consistent indentation. It can also separate attributes onto
individual lines, sort attributes in a specified or alphabetic order,
expand self closing tags, and more.
Note that the distribution calls this tool "xmlpp", but it has been
renamed so as not to conflict with an xmlpp already in the ports tree.
WWW: http://software.decisionsoft.com/tools.html
PR: ports/92946
Submitted by: Paul Chvostek <paul+ports@it.ca>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if gamin crashes or is killed with SIGKILL, a leftover socket does not
prevent gam_server from starting.
* Revert to using the home-grown poller in gamin's kqueue backend instead
of gamin's built-in poller. The built-in poller can still be enabled if
desired via OPTIONS.
* If gamin's poller is used, make sure all local file systems are handled
by kqueue where as all remote file systems are handled by polling.
Reviewed by: jylefort
|
|
|
|
| |
Reported by: cperciva
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/92994
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
|
|
|
| |
PR: ports/91968
Submitted by: Scot Hetzel <swhetzel@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/93158
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/93159
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/93160
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
legal user-configurable variables is encountered; such an occurrence
should not prevent global tasks like INDEX builds, only the build of
the port in question.
PR: ports/92443 (partial)
Submitted by: linimon
|
|
|
|
|
|
| |
existance (unbreaking bento build on 4.x).
Hint by: kris
|
|
|
|
|
| |
PR: 93147
Submitted by: maintainer (Jie Gao)
|
|
|
|
|
| |
PR: 93147
Submitted by: maintanier (Jie Gao)
|
|
|
|
|
| |
PR: ports/93119
Submitted by: Mark Foster <mark@foster.cc> (maintainer)
|
|
|
|
|
|
|
|
|
| |
infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).
PR: ports/92583
Submitted by: marcus
|
|
|
|
| |
p5-Geo-Proj4 -> ports/www/p5-Geo-Proj4
|
|
|
|
|
|
|
|
|
| |
Fix misformatted IGNORE message.
Tighten up CONFLICTS.
PR: ports/92925
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
|
|
|
|
|
|
|
| |
Fix misformatted IGNORE message.
PR: ports/92911
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
|
|
|
|
|
|
| |
Fix pkg-plist.
PR: ports/92891
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: ports/92884
Submitted by: Francisco Alves Cabrita <include@npf.pt.freebsd.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/92874
Submitted by: Larry Rosenman <ler@lerctr.org>
Approved by: Paul Chvostek <paul+fbsd@it.ca> (maintainer)
|
|
|
|
|
| |
PR: ports/92849
Submitted by: hamigua <relaxbsd@gmail.com> (maintainer in disguise)
|
|
|
|
|
| |
PR: ports/92572
Submitted by: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1]
- Fix all-depends-list target with dependencies that use the ':target'
syntax. [2]
- Correct errors in USE_DOS2UNIX. [3], [4]
- Detect conflicts between installed and requested FAM implementations and
fail more gracefully instead of registering a dependency on the
wrong port. Set the default implementation based on what the user
has already installed. [5]
- Correctly clean up info subdirectories in pkg-plist [6]
- The linux ldconfig invocation has to be done in a chroot, else some
FreeBSD native libs get cached in the linux ld.so.cache. Use the
internal chroot feature of the linux ldconfig to do this. [7]
- Update the OpenLDAP default version. [8]
PR: ports/92446 [1], ports/86310 [2], ports/92584 [3],
ports/92688 (partial) [4], ports/92583 [5], ports/91057 [6],
ports/92322 [7], ports/86310 [9]
Submitted by: linimon [1], mi [2], jylefort [3], danfe [3],
Alejandro Pulver <alejandro at varnet dot biz> [4],
marcus [5], gerald [6], netchild [7], vsevolod [8]
|
|
|
|
|
| |
PR: ports/91754
Submitted by: Francisco Alves Cabrita <include@npf.deec.uc.pt>
|
|
|
|
|
| |
PR: ports/91754
Submitted by: Francisco Alves Cabrita <include@npf.deec.uc.pt>
|
|
|
|
|
| |
PR: ports/92693
Submitted by: Eric Stith <estith.freebsd.ports@thelunarempire.net>
|
|
|
|
|
|
|
|
|
|
|
| |
symlink. [1]
- Allow use of alternate http download utilities with 'make
fetchindex'. [2]
PR: ports/35767 [1], ports/92588 [2]
Submitted by: Peter Jeremy <PeterJeremy at optushome dot com dot au> [1],
Alexander Logvinov <user at blg dot akavia dot ru> [2]
|
|
|
|
|
|
|
|
|
| |
- Fix configure script; we have TCP_NODELAY
- Remove useless patch
PR: ports/92025
Submitted by: jylefort
Approved by: maintainer timeout (23 days)
|
| |
|
|
|
|
|
| |
PR: ports/92423
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a desktop entry
- Run java with the exec statement
- Move to ${X11BASE}
[2]:
- Update maintainer's email
[1]:
PR: ports/92324
Submitted by: jylefort
Approved by: maintainer timeout (17 days)
[2]:
PR: ports/92423
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- disable IPv6 support optionally
PR: ports/92872
Submitted by: Yen-Ming Lee <leeym@freebsd.org>
|
|
|
|
|
|
|
|
|
|
| |
* update from 2.2.1 to 2.3.0
* fix options parsing so `make' in a pristine directory works
as expected [1]
* sort the new plist
PR: ports/92881
Submitted by: Vasil Dimov <vd@FreeBSD.org>
|
|
|
|
|
|
|
|
| |
[SECURITY UPDATE]: deskutils/phpicalendar
PR: ports/92553,ports/93131
Submitted by: Renato Botelho <garga@freebsd.org>,Wesley Shields <wxs@csh.rit.edu>
Security: http://phpicalendar.net/forums/viewtopic.php?t=396
|
|
|
|
|
| |
Reported by: kris
Pointy hat: brooks
|
|
|
|
| |
deprecated with an expiration data of the first of March.
|
| |
|
|
|
|
|
|
|
|
| |
The Globus Toolkit is an open source software toolkit used for
building grids. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and
companies are using the Globus Toolkit to unlock the potential
of grids for their cause.
|
|
|
|
|
|
| |
PR: ports/93153
Submitted by: krion
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 93137
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
| |
Reported by: pointyhat(kris)
|
|
|
|
| |
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
|
|
|
|
| |
Submitted by: TAKANO Yuji <takachan@running-dog.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 93139
Submitted by: marck
|
|
|
|
|
|
| |
PR: 91285 (part of)
Submitted by: David Le Brun <david@dyn-ns.net>
Approved by: maintainer timeout (more than month)
|
|
|
|
|
|
|
|
|
| |
where set in /var/db/ports/PORTNAME/options.
- Drop old knobs check, hard to maintain and conflicting with KNOBS.
- Fix brain-dead CONFLICTS from MFD.
PR: ports/93109
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS
where set in /var/db/ports/PORTNAME/options.
Drop old knobs check, hard to maintain and conflicting with KNOBS.
[1] beginning with this update the SNAP_DATE is UTC instead of EST (GMT+2).
PR: ports/93067
Submitted by: maintainer
|
| |
|
|
|
|
| |
libtasn1's DER decoder.
|
|
|
|
| |
libtasn1's DER decoder
|
| |
|
|
|
|
|
| |
PR: ports/93110
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
* Update master sites.
* Fix build and unbreak port.
|
|
|
|
|
| |
PR: ports/93126
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/93115
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/93115
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Submitted by: Herbert J. Skuhra
|
|
|
|
|
|
| |
- Provide additional example files
Notified by: Luca Morettoni <luca@morettoni.net> (author)
|
|
|
|
|
|
|
|
|
|
| |
- Add additional master site
[1] Changes in this release:
The sound routine now uses a bandwidth limited synthesizer, which results in
truer emulation. Channel 2 was updated to interpolation and dc offset. The NAS
output now honors a requested endianness. Several enhancements were made to the
player code, including for 64-bit architectures.
|
|
|
|
|
| |
Submitted by: maintainer
PR: 93124
|
| |
|
| |
|
|
|
|
| |
data to files using a temporary copy.
|
|
|
|
|
|
|
|
| |
- Remove useless target (install is default) in depends
PR: ports/93094
Reported by: TANABE Hiroyasu <h@cosat.com>, John <freebsd@moe.co.uk>
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Turn cp verbose to show which files are copied
- Add a pkg-message
- Change to use .zip sources because .tar.gz disapeared of main site
- Transfer maintainership to submitter, maintainer is 9 months inactive
PR: ports/92422
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (14 days)
|
|
|
|
|
|
| |
compiled with ldap support.
Reported by: vs
|
|
|
|
|
|
|
|
| |
- supply a second argument to mkdir();
- bypass the podchecker invocation on Perl 5.005, which simply does not
have it.
Reported by: pointyhat via kris
|
|
|
|
| |
Eagle eyes: kris
|
|
|
|
|
| |
PR: 93084
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Use GCC 3.3 on systems with 3.4, due to an internal compiler error.
PR: ports/93050
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
|
|
|
|
|
| |
PR: ports/93052
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove print/acroread related ports:
chinese/acroread5-chsfont
chinese/acroread5-chtfont
japanese/acroread5-jpnfont
korean/acroread5-korfont
print/acroread5-commfont
* Update misc/instant-workstation to use print/acroread7
Reviewed by: netchild
Approved by: garga (mentor)
|
|
|
|
| |
complete list of changes in this release.
|
|
|
|
|
| |
PR: 93121
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
| |
PR: 93120
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
| |
Reported by: roam, kris
|
| |
|
|
|
|
|
|
|
| |
several bug fixes, including the code that necessitated the
sed command in the Makefile from the last version.
Convert to OPTIONS, and warn users who have the old variables set.
|
| |
|
|
|
|
|
|
|
|
| |
allows users to authenticate to Drupal using pubcookie. Pubcookie is
used single sign-on to web-based applications at a site.
The module also provide LDAP integration to populate user profiles as
users register.
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
|
|
|
|
|
| |
systems.
Approved by: maintainer timeout
|
|
|
|
|
| |
Hat: portmgr
Noticed by: lawrance
|
|
|
|
|
|
|
| |
retrievers to allow "~/" and "~username/" in paths.
PR: 93108
Submitted by: maintainer (Linh Pham)
|
|
|
|
|
|
|
| |
- change maintainer's email address.
PR: 93096
Submitted by: maintainer (Kuang-che Wu)
|
|
|
|
|
|
|
| |
- change maintainer's email address.
PR: 93095
Submitted by: maintainer (Kuang-che Wu)
|
|
|
|
|
| |
PR: 93098
Submitted by: maintainer (Kuang-che Wu)
|
|
|
|
|
|
|
|
|
| |
- Add rc.d script to easy startup
- Bump PORTREVISION
PR: 92391
Submitted by: mnag
Approved by: markp (maintainer timeout, 14 days)
|
|
|
|
|
|
| |
- Reorganize Makefile
Submitted by: cokane [1]
|
|
|
|
| |
of 2.1 and higher.
|
|
|
|
|
|
|
|
| |
replacement code from bsd.port.mk because pubcookie lives in a
subdirectory of PREFIX and thus actually defining GNU_CONFIGURE won't
work.
Point hat: brooks
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix works slave mail/mew-emacs20.
* Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait
fixes 2 months.
PR: ports/92808
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1]
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: poinrthat via kris
|
|
|
|
|
|
| |
after kris' mail
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
| |
on gdk-pixbuf only if building xmms plugin and remove gtk12 dependency
as it would be catched up xmms.
- Don't print sed's output
PR: 92347
Submitted by: novel
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
|
| |
- Add more MASTER_SITES [1]
- Take maintainership [1]
PR: ports/93078 [1]
Submitted by: Joe Holden <joe@joeholden.co.uk> [1]
|
|
|
|
|
| |
PR: ports/93073
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix build on 4.x
The new version includes security fix:
http://gnunet.org/libextractor/
http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities
PR: ports/91302
Submitted by: vd
Approved by: garga (mentor), maintainer timeout (kevlo)
|
| |
|
| |
|
|
|
|
| |
Approved by: Rod Taylor <ports@rbt.ca> (maintainer)
|
|
|
|
|
| |
PR: ports/93044
Submitted by: Michal Konieczny <mk@capri.pl> (maintainer)
|
|
|
|
|
| |
PR: ports/92892
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
|
|
|
|
|
|
|
| |
PORTVERSION bump is not required as there are no functional changes.
PR: ports/93043
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
|
|
|
|
|
| |
PR: ports/92945
Submitted by: Paul Chvostek <paul+ports@it.ca> (maintainer)
|
|
|
|
|
| |
PR: ports/92525
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
|
|
|
|
|
| |
Reported by: pointyhat via kris
No cookie for: jylefort
|
|
|
|
|
| |
PR: ports/92974
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
|
| |
PR: ports/93076
Submitted by: Joe Holden <joe@joeholden.co.uk>
|
|
|
|
|
| |
PR: ports/93077
Submitted by: Joe Holden <joe@joeholden.co.uk>
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/93075
Submitted by: Joe Holden <joe@joeholden.co.uk>
|
|
|
|
| |
${ARCH} == "amd64" && ${OSVERSION} >= 700000
|
|
|
|
|
| |
PR: ports/93041
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
| |
Notified by: kris via pointyhat
|
|
|
|
|
|
|
| |
- Fix whitespace.
Reported by: pointyhat via kris
Pointy hat to: self
|
|
|
|
|
| |
PR: ports/93051
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
|
|
|
|
|
| |
PR: ports/93027
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
|
|
|
|
|
| |
PR: ports/93013
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
|
|
|
|
|
| |
PR: ports/93010
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/92990
Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
|
|
|
|
|
| |
PR: ports/92989
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
PR: ports/93031
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
What's tarpitting? It's the practice of inserting a small sleep in an SMTP
session for each RCPT TO after some set number of RCPT TOs. The idea is to
thwart spammers who would hand your SMTP server a single message with a long
list of RCPT TOs. If a spammer were to attempt to use your server to relay a
message with, say, 10,000 recipients, and you inserted a five-second delay for
each recipient after the fiftieth, the spammer would be "tarpitted" and would
likely assume that his connection had stalled and give up.
Asked by: Joao Ricardo Mendes Pecanha <joao@redepegasus.com.br>
|
|
|
|
|
|
| |
PR: ports/93024
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (old maintainer)
Approved by: garga (mentor, implicitly), Chang bom Yoon <changbom.yoon@gmail.com> (new maintainer)
|
|
|
|
|
|
|
| |
PR: 93028
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Noticed by: pointyhat (kris)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Jo Rhett <jrhett@svcolo.com>
|
| |
|
| |
|
|
|
|
| |
Submitted by: fenner's notify.
|
|
|
|
| |
Submitted by: fenner's notice
|
| |
|
|
|
|
| |
Spotted by: pointyhat
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
APACHE_DATADIR,APACHE_CGIBIN_ROOT,APACHE_DOCUMENT_ROOT
- new options:
APACHE_LOCALSTATE_DIR,APACHE_LOGFILE_DIR
Submitted by: Bernard J. Treves Brown
- support for options:
DEFAULT_PATH
|
|
|
|
|
|
|
|
|
|
|
|
| |
only UFS file systems are handled by kqueue, but this might change in the
future if kqueue on NFS proves stable) [1]
* Switch py-gamin to use USE_FAM+WANT_FAM_SYSTEM
* Switch test target to regression-test so that pointyhat will run tests
automatically
Submitted by: ale [1]
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: 93036
Submitted by: chinsan <chinsan dot tw AT gmail dot com>
|
|
|
|
|
| |
PR: ports/92747
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
|
|
|
|
| |
Reported by: chkversion
|
|
|
|
|
|
|
|
|
| |
- 2) Define JAVA_VERSION.
(No need to bump PORTREVISION)
Reported by: pointyhat via Kris (1)
Reminded by: hq (2)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 93025
Submitted by: maintainer
|
|
|
|
|
| |
PR: 93022
Submitted by: maintainer
|
|
|
|
|
| |
PR: 93020
Submitted by: maintainer
|
|
|
|
|
| |
PR: 93021
Submitted by: maintainer
|
|
|
|
|
| |
PR: 93001
Submitted by: maintainer
|
|
|
|
|
| |
PR: 93004
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
|
|
|
|
|
|
|
| |
PR: ports/92756
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Reworked by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Approved by: garga (mentor)
|
|
|
|
| |
caused by upgrade of xorg-libraries.
|
| |
|
|
|
|
|
|
| |
PR: ports/93003
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Approved by: garga (mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/92906
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/92768
Submitted by: Jean Milanez Melo
Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/92150
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: Tod McQuillin <devin@spamcop.net> (maintainer)
|
|
|
|
|
|
|
|
| |
Allow PostgreSQL to be used instead of MySQL (from Brian.Johnson at stellent.com).
Add missing php-gd dependency when WITH_GD is specified.
PR: ports/92825
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
|
|
|
|
|
|
| |
Cleanup a bit while here.
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/92903
Submitted by: Soeren Straarup <xride@x12.dk> (maintainer)
|
|
|
|
| |
Submitted by: kris (pointyhat)
|
|
|
|
|
|
| |
Submitted by: tmclaugh
References: http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html
Noticed by: Panagiotis Astithas <past@ebs.gr>
|
|
|
|
|
|
|
|
|
| |
Convert to USE_PHP.
Improve checks for php4-db GDBM support.
PR: ports/92225
Submitted by: Stefan Bethke <stb@lassitu.de>
Approved by: voisine@yahoo.com (maintainer, timeout 14 days)
|
|
|
|
|
|
| |
PR: ports/92500
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Masafumi Otsune <info@otsune.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/92182
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Approved by: dbader@ece.unm.edu (maintainer, timeout 14 days)
|
|
|
|
|
|
| |
PR: ports/92307
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: kurlon@hotmail.com (maintainer, timeout 14 days)
|
|
|
|
|
|
|
|
| |
Add SHA256.
PR: ports/92267
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: webmaster@topfx.com (maintainer, timeout 14 days)
|
| |
|
|
|
|
|
|
|
| |
* I don't use the japanese. Pass maintainership for
ja-xemacs-devel-* to ports@.
Reported by: pointyhat(kris)
|
|
|
|
|
| |
Reported by: kris mail
Pointy hat to: me
|
| |
|
|
|
|
|
| |
PR: ports/92746
Submitted by: chinsan <chinsan.tw@gmail.com>
|
|
|
|
| |
pieces installed just to be able to edit some texts.
|
|
|
|
|
|
|
|
| |
- Make WITH_TEA_ONLY knob work as intended
- Turn WITH_ASPELL kbob on by default, since aspell is pretty standard
dependency these days
- Lower required GCC version to 3.3 (builds fine with it too)
- Remove explicit USE_REINPLACE, it's implied now
|
|
|
|
|
|
|
|
|
|
| |
'daemon'. No need for the port to create a PID file at install time
(it would just be eaten by rc.d/cleanvar anyway).
- Use 'ps -o comm' to grab a suitable procname. 'ps -o command' is not
reliable enough.
- Bump PORTREVISION since these changes fix broken rc script operation.
Approved by: maintainer timeout (as part of previous update)
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 92607
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
| |
PR: 92099
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
|
|
|
| |
Patch used from 92460, which also does some cleaning of pkg-plist.
PR: 92310, 92460
Submitted by: Lars Balker Rasmussen <lars@balker.dk>, tobez
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
| |
Diff available at <http://pompo.net/ports/CImg-1-11_060104-060109.diff>.
Reported by: pointyhat via Kris
|
| |
|
|
|
|
|
|
| |
local snmpd.
Submitted by: Jan Srzednicki <w@expro.pl>
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
| |
Reported by: pointyhat(kris)
|
|
|
|
|
| |
PR: 92978
Submitted by: maintainer
|
| |
|
|
|
|
| |
Reported by: pointyhat(kris)
|
|
|
|
|
| |
Submitted by: Stepan Zastupov (maintainer)
Reported by: pointyhat via kris
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
|
|
|
|
| |
PR: 93030
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|
|
|
|
|
| |
PR: 93029
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
|