summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-25Update to 0.3.5.xtraeme2-6/+6
The user-visible changes between release 0.3.4 and 0.3.5 are minor, and can be summarized as follows: o) Updates to the (old) binary translation subsystem, resulting in minor speed improvements. o) 64-bit MIPS dmult/dmultu has been fixed. o) slt* instructions for 64-bit MIPS were incorrectly implemented in the i386 backend. This has been fixed.
2005-08-25Updated pkgtools\/pkg_select to 20050817xtraeme1-1/+2
2005-08-25Update to 20050817.xtraeme2-6/+6
Changes: * Patches to make this build on NetBSD -current * Various contribs plus colorization and fixes
2005-08-25rewrite this to reflect what this package actually is and does, notgrant1-7/+3
how it works.
2005-08-25don't reference a non existant directorygrant1-2/+1
2005-08-25this needs -lnsl -lsocket on Solaris.grant3-6/+19
2005-08-25add missing patch file.dmcmahill1-0/+17
2005-08-25portability: don't call "install -d" with multiple arguments.grant1-5/+5
2005-08-25Added a check for PLISTs: Man pages should be installed into man/, notrillig1-1/+4
share/man/.
2005-08-25Removed all references to the -B/contblank command line option.rillig2-12/+4
2005-08-25Updated yap to 5.0.0.rillig4-21/+77
Changes include support for regular expressions and more example files.
2005-08-25Only for Linux, FreeBSD, DragonFly and NetBSD for now. NSS willreed3-25/+24
build and run on other platforms when MAINTAINER knows what magic Makefile glue is required. This is from maintainer's discussion on tech-pkg. Remove patch-af. Use LD_LIBS instead, which the build already knows about. Add custom settings for above platforms so they install correctly. Idea provided by maintainer on tech-pkg. I tweaked it more. I tested on NetBSD 2.0.2, Linux and DragonFly. Also remove blank line from end of Makefile.
2005-08-24Removed trailing white-space.rillig1-2/+2
2005-08-24Added a code snippet that demonstrates how to set the $@ array to therillig1-1/+12
lines printed by a shell command. In contrast to the read(1) shell utility, there are no problems when the output contains backslashes.
2005-08-24Note PKGREVISION bump for x11/fltk.kristerw1-1/+2
2005-08-24Add three man pages to the PLIST.kristerw2-3/+6
Bump PKGREVISION.
2005-08-24Add build dependecies on perl and p5-XML-Parser to fix build problemkristerw1-1/+4
seen on NetBSD 1.6.
2005-08-24Removed the -p flag from the usage message. It hasn't been implementedrillig1-2/+1
for quite some time. I don't know when it had been removed, but apparently no-one had used it anyway.
2005-08-24Removed the check for contiguous blank lines completely. As long asrillig1-11/+1
pkglint does not catch the important facts correctly it shouldn't be nitpicking about white-space. I doubt that anyone has used the -B# and the -Wwhitespace options at all, so there's no harm removing them.
2005-08-24Added a -Wwhitespace flag that is off by default to control whetherrillig1-2/+4
multiple contiguous blank lines should result in warnings.
2005-08-24Add "BEFORE: mail" to rc.d script. Sendmail is not very happy starting uptv2-3/+4
with a unix-socket connected milter, if that socket doesn't yet exist.
2005-08-24Lost+found. (hi jschauma!)salo1-1/+3052
2005-08-24Clean up some pkglint messages. From mjl@luckie.org.nz.augustss2-4/+7
2005-08-24Catch up distinfo for removal of patch-aa on last upgrade.jwise1-2/+1
Noted by Matthew Luckie.
2005-08-24Fixed a typo and added a comment about when to remove the deprecationrillig1-2/+3
error message about the double-backslash quoting in PKG_USERS.
2005-08-24add missing patch filedmcmahill1-0/+17
2005-08-24patch-aa no longer useddmcmahill1-2/+1
2005-08-24Add wxGTK24.salo1-1/+2
2005-08-24sort.salo1-2/+2
2005-08-24Evolution bump to nb1 for security fix.adrianp1-1/+2
2005-08-24sort.salo1-2/+2
2005-08-24Updated games/freeciv to 3.0.4adam2-6/+8
2005-08-24Fix for format string security issue:adrianp6-2/+77
http://www.sitic.se/eng/advisories_and_recommendations/sa05-001.html Tested by myself and jmmv@ Bump to nb1
2005-08-24Remove freeciv-client-gtk[2]; use options.mk from freeciv-clientadam1-3/+1
2005-08-24From now on, use options.mk from freeciv-clientadam6-72/+0
2005-08-24Changes 2.0.4:adam13-93/+498
- Fix some buffer underruns on the terrain array (this bug could have been the cause of arbitrary crashes on some platforms). - Don't automatically pop up the city dialog when in observer mode. - Treat an alt-left click the same as a middle click, to allow two-button mice to work on windows (GTK-2 client). - Fix a bug - when a city was transferred/conquered twice the client sometimes wouldn't get an update about the second exchange. - Fix the behavior of Granary and Pyramids in the Civ2 compatibility ruleset. - Fix Pyramids so they are no longer cumulative with Granary. - Fix a minor bug that prevented 2.0 savegames from working properly with 1.14 Freeciv. Changes 2.0.3: - Fix some bugs that show up on 64-bit machines. - Fix some bugs with future techs in some situations. - Fix some bugs that allowed naval units onto land. - Fix a bug that could crash the server when a player picked their nation. - Fix a bug with player info not being updated after an alliance is broken. - Fix a bug with happiness of a unit's home city when borders change. - Fix a bug with happiness of a unit's home city when the unit moves. - Fix some bugs with nation starting positions in scenarios. - Fix a bug when running the server without stdin input. - Don't allow teams to be changed when loading a game. - Don't allow observers to vote. - Fix a bug with the fallback when generator 3, startpos 3 fails. - Fix a crash in the help dialog (when looking at Engineers). - Don't popup the caravan dialogs when in observer mode. - Fix a crash in goto mode when the mouse is near the map overview window. - Fix a bug when a diplomat is killed while the diplomat dialog window is in the process of opening. - Fix a bug with the diplomat dialog window for spies when you don't have an embassy.
2005-08-24Correct hash for my change to the patch. One day, I'll get this right.bjh211-2/+2
2005-08-24 Fixed ssh_encode_* calls to have casts to SshUInt32 or size_tkivinen10-3/+140
to get it working properly on the 64-bit platform (amd64).
2005-08-24Remove stale checksum for patch-ae, removed during previous update.jmmv1-2/+1
Noted by Matthew Luckie in private mail.
2005-08-24Add RCSID.bjh211-0/+2
2005-08-24Fixed a double backslash that had been forgotten by the big commit.rillig1-2/+2
2005-08-24Add missing patch. Thanks to Matthew Luckie for pointing this out!rh1-0/+14
2005-08-24Add todo item: define "djb-nonlicense" and set LICENSE on affectedschmonz1-1/+2
packages. Suggested by gdt@.
2005-08-24Note cvm update.schmonz1-1/+2
2005-08-24Update to 0.75. From the changelog:schmonz3-13/+11
- Added an "autoconvert" mode to cvm-vmailmgr, which converts encrypted passwords to plain-text on successful authentication if $VMAILMGR_AUTOCONVERT is set.
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz6-28/+19
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-08-24Move hack to avoid gcc optimizer bug on arm platforms into hacks.mk.schmonz4-10/+20
2005-08-24I must not have run "make makepatchsum" at the right point; there's atv1-2/+1
stray and unneeded checksum there. Noticed by Matthew Luckie <mjl@luckie.org.nz>.
2005-08-24Re-add RCS Id tag.hira1-1/+1
2005-08-24add patch i missed last time. noted by Matthew Luckie.grant1-0/+13