1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Kurt Jaeger a41d430c77 databases/cego: update 2.33.4 -> 2.33.5
- Fix in CegoSelect and friends for query cleanup. The cleanUp
  method did not cleanup all field value references which might lead
  to invalid memory access in case of repeated view calls ( Variable
  pParentJoinBuf ).
  Corresponding cleanUp method have been introduced or CegoExpr,
  CegoTerm, CegoFactor and friends.
- Check052 has been introduced to verify the previous described behaviour

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-04-07 19:56:49 +00:00
accessibility
arabic
archivers Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
astro
audio Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
base
benchmarks
biology
cad
chinese
comms
converters
databases databases/cego: update 2.33.4 -> 2.33.5 2017-04-07 19:56:49 +00:00
deskutils
devel Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
dns
editors
emulators
finance
french
ftp
games Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
german
graphics
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang Update to 1.3.1 2017-04-07 19:30:11 +00:00
mail Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
math - Remove always-true OSVERSION condition 2017-04-07 16:01:45 +00:00
misc Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
Mk
multimedia - Remove always true OSVERSION conditions 2017-04-07 16:06:12 +00:00
net Update net/asterisk13 to 13.15.0. 2017-04-07 19:37:34 +00:00
net-im
net-mgmt Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science
security Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
shells - Always accompany OSVERSION check with OPSYS check 2017-04-07 16:00:46 +00:00
sysutils Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
Templates
textproc Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
Tools
ukrainian
vietnamese
www Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
x11 Update to 2.0.1 2017-04-07 19:15:03 +00:00
x11-clocks
x11-drivers
x11-fm - Add LICENSE 2017-04-07 16:28:17 +00:00
x11-fonts
x11-servers
x11-themes Update to 0.10.4 2017-04-07 19:02:50 +00:00
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs Add UID/GID for gitlab-runner 2017-04-07 13:46:28 +00:00
LEGAL
Makefile
MOVED
README
UIDs Add UID/GID for gitlab-runner 2017-04-07 13:46:28 +00:00
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.