summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-31Renamed the deprecated LICENCE to LICENSE, which has the exactly samerillig5-10/+10
meaning.
2007-10-31Do not print warnings about missing PLIST definitions for Perl modulesrillig1-1/+2
and other packages that set GENERATE_PLIST.
2007-10-31Added a function for checking bmake conditionals.rillig1-2/+11
2007-10-31Second try to deprecate LICENCE. ACCEPTABLE_LICENCES continues to exist,rillig1-3/+3
since the reasons for keeping two variables for one purpose seem to be greater than the ones for simplicity. Don't ask _me_ why.
2007-10-31Simpler .include lines.rillig2-12/+12
2007-10-31Add hack to build without ipv6. From PR pkg/37154 by Yakovetsky Vladimirmarkd2-2/+17
2007-10-31Rename yylval and yychar in autotools parser so they dont conflict withmarkd3-2/+18
some other instance of the variables. Fixes PR pkg/35328
2007-10-31Move CONFLICTS line to correct place.wiz2-4/+4
2007-10-31With the advent of Apache module prefixes the Python package prefixjoerg1-2/+2
might not the first component of PKGNAME_REQD. Change this to match either py[0-9][0-9] or the same string after a hyphen.
2007-10-30Simpler .include lines.rillig1-5/+5
2007-10-30Added entry for updating mail/dbmailshannonjr1-1/+2
2007-10-30Update to 2.2.7 release. The 2.2 series of dbmail adds LDAP integration,shannonjr6-15/+63
fast searches and sieve filtering. Users upgrading from an earlier release will need to follow these upgrading instructions: http://www.dbmail.org/dokuwiki/doku.php?id=upgrading_to_2.1
2007-10-30Updated net/Transmission to 0.91tnn1-1/+2
2007-10-30make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199drochner2-1/+14
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti18-36/+36
I'll re-activate this later when the global license stuff is activated.
2007-10-30replace some deprecated use of SigC::slot() -- libsigc++-2.1 willdrochner2-1/+15
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30pkg-config is needed for build. I'm not sure how I missed that.seb1-1/+2
2007-10-30Added LICENSE=modified-bsdmartti1-1/+2
2007-10-30Added LICENSE=gnu-lgpl-v2martti1-1/+2
2007-10-30Added LICENSE=gnu-gpl-v2martti2-2/+4
2007-10-30Make the port program memsup build again. This way, PLIST is correct, sois3-8/+12
that pkg_sync and pkg_tarup work (on NetBSD-4). memsup.erl/memsup.c still need work to make it actually work on NetBSD.
2007-10-30Added LICENSE=gnu-gpl-v2martti2-2/+4
2007-10-30Added LICENSE=modified-bsdmartti1-1/+2
2007-10-30Added LICENSE=gnu-gpl-v2martti2-2/+4
2007-10-30Added LICENSE=gnu-gpl-v2martti7-7/+14
2007-10-30Added LICENSE=postfix-licensemartti2-2/+4
2007-10-30Added the postfix license.martti1-0/+221
2007-10-30Add the German mirror.martti1-3/+8
2007-10-30Updated editors/emacs-packages to 0.9dsainty1-1/+2
2007-10-30Somewhat overdue, add devel/doxymacs. Bump to 0.9.dsainty1-2/+3
2007-10-30Updated time/rclock to 2.7.10dsainty1-1/+2
2007-10-30Update to version bundled with rxvt-2.7.10, since rxvt-2.6.0 is no longerdsainty3-18/+16
available for download. Update MASTER_SITES to match rxvt package. No known changes to rclock.
2007-10-30Updated mail/dovecot to 1.0.7.ghen1-1/+2
2007-10-30Update to Dovecot 1.0.7.ghen2-6/+6
Almost missed this one. I had already fixed it in v1.1 tree, but forgot to fix in v1.0 tree. - deliver: v1.0.6's "From " line ignoring could have written to a bad location in stack, possibly causing problems.
2007-10-30Backing out unintended changeshannonjr1-18/+2
2007-10-30Back out unintended changeshannonjr1-23/+29
2007-10-30Added games/alephone version 20071020wiz1-1/+2
2007-10-30+ alephone.wiz1-1/+2
2007-10-30Import alephone from pkgsrc-wip, packaged by Chris Trekker and updatedwiz4-0/+81
by Timothy E. Larson: Just before Bungie was acquired by Microsoft, they released the engine to their acclaimed Marathon 2 under the GPL. This has evolved into Aleph One, which makes it possible to play the classic Marathon Trilogy on a wide range of systems with improved features like OpenGL and internet play. http://trilogyrelease.bungie.org : download the (now free) original games http://traxus.jjaro.net : information and links to third-party scenarios
2007-10-30No not include options.mkmartti1-3/+1
2007-10-30Add INSTALLATION_DIRS+=lib and prepand ${DESTDIR} to do-install:bjs1-3/+4
destination paths so that DESTDIR installations work. I'm not bumping the revision because the resultant binaries should not be different; please let me know if I should've bumped it.
2007-10-30+ Updated sysutils/pcvt-utils to 20000611nb1 [bjs 2007-10-30]bjs1-1/+2
2007-10-30-- Add DESTDIR support.bjs4-11/+39
-- Use INSTALLATION_DIRS_FROM_PLIST=yes; share/playvt wasn't in PLIST. -- Change some assignment operators to ?=, and: -- Add USE_BSD_MAKEFILE=yes to set those values. -- Bump rev.
2007-10-30Add gmp-fat optionbjs1-0/+1
2007-10-30+ Updated devel/gmp to 4.2.2 [bjs 2007-10-30]bjs1-1/+2
2007-10-30Update to version 4.2.2. Support DESTDIR installation. Add optionbjs2-7/+25
to build a "fat" binary on (${MACHINE_ARCH} == "i386" && ${OPSYS} != "Darwin"). This isn't enabled by default now, but it might be useful for build builds, as it uses cpuid at runtime to choose the most appropriate assembler code. Insofar as I can tell, no BUILDLINK_A[BP]I_DEPENDS bump is necessary. NOTE: Support for Darwin-*-i386 and Darwin-*-x86_64 has been improved, see below. Thus, I recommend that we test building the assembler code on Darwin at some point. Changes between GMP version 4.2.1 and 4.2.2: * License is now LGPL version 3. Bugs: * Shared library numbers corrected for libcxx. * Fixed serious bug in gmpxx.h where a=a+b*c would generate garbage. Note that this only affects C++ programs. * Fix crash in mpz_set_d for arguments with large negative exponent. * Fix 32-bit ABI bug with Itanium assembly for popcount and hamdist. * Fix assembly syntax problem for powerpc-ibm-aix with AIX native assembler. * Fix problems with x86 --enable-fat, where the compiler where told to generate code for the build machine, not plain i386 code as it should. * Improved recognition of powerpc systems wrt Altivec/VMX capability. * Misc minor fixes, mainly workarounds for compiler/assembler bugs. Speedups: * "Core 2" and Pentium 4 processors, running in 64-bit mode will get a slight boost as they are now specifically recognized. Features: * New support for x86_64-solaris * New, rudimentary support for x86-apple-darwin and x86_64-apple-darwin. (Please see http://gmplib.org/macos.html for more information.)
2007-10-30Updated filesystems/fuse-ntfs-3g to 1.1030xtraeme1-1/+2
2007-10-30Update to 1.1030:xtraeme2-6/+6
* fix: big-endian problems exposed by the NTFS-3G Test Suite. * fix: free space calculation may was wrong for >1 TB volumes. * fix: some faulty Thunderbird versions caused system log flooding. * fix: uClibc and uClinux improvements. * fix: logging improvements. * fix: many other minor fixes.
2007-10-29Fix PLIST; from Takanori Ishihara, PR 37239.uebayasi2-2/+6
2007-10-29don't try to @dirrm share/devhelp/booksdrochner1-2/+1