summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-01Installs Perl scripts to bin/, so depend on Perl. Bump revision.joerg1-2/+3
2007-08-01Don't use malloc.h.joerg4-1/+40
2007-08-01Near full rewrite of posix_headers:tnn18-108/+203
- Implement a simple framework for automated header testing and generation using the c preprocessor. - Make it installable on all platforms. On most platforms it will not install any files however. - Bump revision to 0.5. The changes should make it easier to add Interix support to this package. Note that the package is still far from complete; for example the replacement stdint.h does not yet provide fallback definitions for int_*t and friends but relies on inttypes.h to provide them, which turns out to work for HPUX.
2007-08-01Don't use malloc.h.joerg9-2/+99
2007-08-01Fix path to and depend on bash.joerg1-3/+5
2007-08-01Fix for bind package name pointed out by John Klos on tech-pkg@adrianp1-1/+2
2007-08-01Don't check for interpreters in the contributed scripts.joerg1-1/+3
2007-08-01Revert last commit, it was meant for devel/cvs, which is now devel/scmcvs.joerg1-3/+1
2007-08-01Don't check the interpreter for the contrib scripts.joerg1-1/+3
2007-08-01Note update of the "qt3-libs" package to version 3.3.8nb3.tron1-1/+2
2007-08-01Just use stdlib.h instead of malloc.h or defining them by hand.joerg2-1/+27
2007-08-01Add patches provided by Trolltech to fix CVE-2007-3388.tron9-3/+213
Bump package revision.
2007-08-01Don't use malloc.h.joerg4-15/+30
2007-08-01Don't use malloc.h. Kill some stupid prototypes that are part of ISO Cjoerg2-8/+31
while here.
2007-08-01Don't use malloc.h.joerg6-2/+62
2007-08-01Note update of the "xplanet" package to version 1.2.0nb5.tron1-1/+2
2007-08-01Add missing directory "share/xplanet/ephemeris", bump package revision.tron2-3/+4
2007-08-01Fix path to ksh, depend on it & use subst framework. Bump revision.joerg1-8/+11
2007-08-01Fix path to Perl. Bump revision.joerg1-2/+4
2007-08-01Fix path to Perl.joerg1-2/+4
2007-08-01Fix path to Perl. Bump revision.joerg2-4/+8
2007-08-01Write out the path to the Makefile to include so that lintpkgsrc won'tjlam39-78/+78
complain.
2007-08-01Allow libnbcompat to be used in cross-compiled packages.joerg1-2/+8
Supported-by: Google SoC 2007.
2007-08-01Support automatically using pkgsrc/emulators/osf1_lib to satisfyjlam6-46/+161
EMUL_PLATFORM osf1-alpha.
2007-08-01Fix build on AIX: event.c needs time.h to get CLOCK_REALTIME andjoerg3-1/+29
the select implementation needs sys/select.h. The latter should be detected by autoconf, but can break e.g. older DragonFly.
2007-08-01Teach libXt about cross-compiliation:joerg8-2/+3469
- add an automake conditional to configure - use that to build xmakestr using manual build rules. X11_CFLAGS is honoured, but not CFLAGS as the latter is likely to contain platform specific flags. - use either makestr or xmakestr for building StringDefs.c, depending on whether we are cross-compiling or not. - pass down native compiler and flags for cross-compiliation Supported-by: Google SoC 2007
2007-08-01USE_CROSS_COMPILE is always defined, just use it.joerg1-2/+2
2007-08-01Teach libX11 about cross-compilation:joerg8-2/+976
- define an automake conditional for cross-compilation - build xmakekeys in addition to makekeys when using cross-compilation. Provide manual compiliation rules to replace the default automake rules. We do use X11_CFLAGS, but we do *not* want CFLAGS as the latter can contain platform specific flags like -mieee on Alpha. - Use either xmakekeys or makekeys depending on whether this is a native build or not. Supported-by: Google SoC 2007
2007-08-01Version bump of fontconfig for changed platform names.joerg1-1/+2
2007-08-01Kill the platform "detection" logic and just wire the host cpu asjoerg5-6/+2723
detected by autoconf for use in the fontconfig cache file names. Pass down CC_FOR_BUILD when doing cross-compilation. A script for how to do the original fc-arch dance in a cross-compile safe way was sent to the authors as well as a question why this was done. No reply received so far. Bump revision. Note that you might want to clean /var/cache/fontconfig after installing this. Supported-by: Google SoC 2007.
2007-08-01Support automatically using pkgsrc/emulators/darwin_lib to satisfyjlam7-44/+215
EMUL_PLATFORMs darwin-i386 and darwin-powerpc.
2007-08-01Pass down native compiler using CC_BUILD when cross-compiling.joerg1-1/+5
2007-08-01Don't use malloc.h.joerg3-1/+29
2007-08-01Begin adding some of the basic, non-intrusive pieces of thejoerg3-9/+24
cross-compile support. - NATIVE_MACHINE_GNU_ARCH, NATIVE_LOWER_ARCH, NATIVE_MACHINE_ARCH, NATIVE_MACHINE_PLATFORM and NATIVE_MACHINE_GNU_PLATFORM work like the counterpars without NATIVE_ prefix. Expansion of NATIVE_LOWER_ARCH and NATIVE_MACHINE_ARCH is enforced early, so that MACHINE_ARCH can be overriden in mk.conf to specify the target architecture. - Provide a default of NO for USE_CROSS_COMPILE. This will be the main switch to activate cross-compiling and adding it now makes it possible to merge more of the patches for specific packages. - Set --build and --host when cross-compiling, the former using the just added variable NATIVE_MACHINE_GNU_PLATFORM. Supported-by: Google SoC 2007 Looks good: jlam@
2007-08-01Teach mirror-distfiles to use emul-fetch if EMUL_PLATFORMS is defined sojlam1-1/+3
that mirror sites will grab all of the distfiles, not just the ones that are for the native platform.
2007-08-01Remove unused _EMUL_OPSYSES.jlam1-15/+1
2007-08-01Note the proper /emul/* dir for Darwin libraries.jlam1-1/+2
2007-08-01AIX needs diffutils as well as it has no diff3 (and no unidiff in diff).joerg1-2/+2
2007-08-01Allow mkbinarykit to pass down --compiler.joerg1-1/+6
2007-08-01Define PKGPATH earlier so that mk.conf can use it.joerg1-2/+4
Requested by David Brownlee on tech-pkg.
2007-08-01Updated textproc/iso-codes to 1.3obache1-1/+2
2007-08-01Update iso-codes to 1.3.obache3-21/+12
iso-codes 1.3 ------------- Tobias Toedter <t.toedter@gmx.net> Mon, 23 July 2007 [ ISO-3166-2 ] * Correct misspelled entries for Poland, thanks to Jakub Bogusz. * Correct spelling of "Wake Island", reported as bug #120111 in Ubuntu Launchpad. * Correct misspelled Tunisian cities, reported as bug #119572 in Ubuntu Launchpad. [ ISO-3166 translations ] - Tamil (ta) updated by Tirumurti Vasudevan. Closes: #432169 [ ISO-4217 translations ] - Turkish (tr) updated by Nilgün Belma Bugüner via TP. [ Tobias Toedter ] * Resurrect iso639tab.py and iso_639.tab, as it turns out that those files are still needed. This is only a temporary measure; the files are still deprecated and should not be used by new programs. This helps fixing a FTBFS bug in geneweb. Closes: #432543 iso-codes 1.2 ------------- Tobias Toedter <t.toedter@gmx.net> Fri, 29 June 2007 [ ISO-639 translations ] * Dutch (nl) updated by Freek de Kruijf via TP * Irish (ga) updated by Kevin Patrick Scannell via TP [ ISO-3166-2 translations ] * Dutch (nl) updated by Freek de Kruijf via TP [ ISO-4217 translations ] * Italian (it) updated by Luca Ferretti via TP [ Tobias Toedter ] * Don't include iso-codes.pc in the tarball, it is generated automatically during configuration * Remove iso639tab.py and iso_639.tab from distribution, as both files are deprecated and no longer used iso-codes 1.1.1 --------------- Tobias Toedter <t.toedter@gmx.net> Wed, 27 June 2007 [ ISO-639 translations ] * Finnish (fi) updated by Tommi Vainikainen via TP * Esperanto (eo) updated by Edmund GRIMLEY EVANS via TP [ ISO-4217 translations ] * Estonian (et) updated by Ain Vagula via TP * Italian (it) updated by Luca Ferretti via TP * Replace initial header values in en.po with real data, because msgfmt exits with an error otherwise
2007-08-01File bin/exifautotran should be installed in ${DESTDIR}.obache1-2/+2
Pointed out by Blair Sadewitz in PR 36718.
2007-08-01Updated mail/dovecot to 1.0.3.ghen1-1/+2
2007-08-01Update to Dovecot 1.0.3. Some small fixes and one regression from 1.0.2:ghen2-7/+7
- deliver: v1.0.2's bounce fix caused message to be always saved to INBOX even if Sieve script had discard, reject or redirect commands. - LDAP: auth_bind=yes and empty auth_bind_userdn leaked memory - ACL plugin: If user was given i (insert) right for a mailbox, but not all s/t/w (seen, deleted, other flags) rights, COPY and APPEND commands weren't supposed to allow saving those flags. This is technically a security fix, but it's unlikely this caused problems for anyone. - ACL plugin: i (insert) right didn't work unless user was also given l (lookup) right. - Solaris: Fixed filesystem quota for autofs mounts.
2007-08-01Note update of lang/php5 package to 5.2.3nb3 and www/php4 packagetaca1-1/+3
to 4.4.7nb1.
2007-08-01Add patches to fix CVE-2007-3806 referring CVS repository.taca3-2/+18
Bump PKGREVISION.
2007-08-01- Add patches to fix CVE-2007-3806 referring CVS repository.taca4-3/+37
- Fix compile problem on NetBSD with mremap(2). Bump PKGREVISION.
2007-08-01s/postfix-2.4.4/postfix-2.4.5/taca1-2/+2
2007-08-01+postfix-2.4.4taca1-2/+3
Add not for samba 3.0.25a.