1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Edwin Groothuis 6c060864de [PATCH] graphics/guilib remove broken size mismatch
- Correct size, md5
	- Add SHA256
	- Take maintainership

Changes in tarball:
	diff -ru GUIlib-1.1.1-old/GUI_button.cpp GUIlib-1.1.1/GUI_button.cpp
	--- GUIlib-1.1.1-old/GUI_button.cpp     Thu Apr  6 14:48:51 2000
	+++ GUIlib-1.1.1/GUI_button.cpp Fri Oct 21 14:00:59 2005
	@@ -133,9 +133,9 @@
	   if (freebutton)
	   {
	     if (button)
	-      delete button;
	+      SDL_FreeSurface(button);
	     if (button2)
	-      delete button2;
	+      SDL_FreeSurface(button2);
	   }
	   if (freefont)
	     delete buttonFont;

PR:		ports/89245
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-24 00:06:21 +00:00
accessibility - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
arabic
archivers - Add SHA256 2005-11-23 23:37:45 +00:00
astro - Add SHA256 2005-11-23 23:53:09 +00:00
audio - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
benchmarks - Add SHA256 2005-11-23 23:53:09 +00:00
biology - Add SHA256 2005-11-24 00:04:00 +00:00
cad fix pkg-plist 2005-11-23 16:55:27 +00:00
chinese
comms [patch] comms/birda unexpire 2005-11-23 23:57:18 +00:00
converters - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
databases - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
deskutils - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
devel - Eat tacos. 2005-11-23 22:55:30 +00:00
dns
editors - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
emulators The sourceforge mastersite behaves very strangely today, including serving 2005-11-23 20:48:23 +00:00
finance
french
ftp
games - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
german
graphics [PATCH] graphics/guilib remove broken size mismatch 2005-11-24 00:06:21 +00:00
hebrew
hungarian
irc - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
japanese
java . Add $FreeBSD$. 2005-11-23 21:16:56 +00:00
korean
lang - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
mail - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
math - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
mbone
misc - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Mk
multimedia - Add some SHA256s 2005-11-23 17:38:02 +00:00
net Update tp 4.2.0 2005-11-23 23:32:06 +00:00
net-im - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
net-mgmt
net-p2p Update tp 4.2.0 2005-11-23 23:32:06 +00:00
news - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
palm - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
polish
ports-mgmt
portuguese
print - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
russian
science - Add some SHA256s 2005-11-23 17:38:02 +00:00
security Update to 20051123. 2005-11-23 23:09:34 +00:00
shells - Add SHA256 2005-11-23 23:53:09 +00:00
sysutils - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Templates
textproc - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Tools
ukrainian
vietnamese
www - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
x11 - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
x11-clocks - Add SHA256 2005-11-23 21:48:15 +00:00
x11-fm - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
x11-fonts - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
x11-servers
x11-themes - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
x11-toolkits - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
x11-wm Add option (on by default) to compile in the infamous 2005-11-23 23:27:12 +00:00
.cvsignore
CHANGES
COPYRIGHT
KNOBS
LEGAL
Makefile
MOVED
README
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 which is available from:

        file://localhost/usr/share/doc/handbook/handbook.html

(if you installed the doc distribution on your machine)

Or:

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

for the latest official version from FreeBSD-current.

The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.

If you would like to search for a given port, you can do so easily
by saying:

	make search key="<keyword>"

Which will generate a list of all ports matching <keyword>.

NOTE:  This tree can 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, though if you don't have the original
distribution tarball(s) for something on CDROM then you will need to pull
it all over your network connection again if you ever try to build the
associated port.