summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14libtool-base actually uses config.status during the build to generatejlam1-1/+3
its files.
2004-02-14USE_BUILDLINK should be "yes", not just defined.jlam1-4/+4
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam5-23/+5
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-14CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for thesejlam2-4/+2
definitions here.
2004-02-14garbage collect a commented out linedmcmahill1-3/+1
2004-02-14bl3ifydmcmahill2-3/+29
2004-02-14Fix fatal typo in last: check USE_NCURSES, not USE_NCURSE.snj1-2/+2
2004-02-14USE_GNU_TOOLS+=lex.grant1-9/+2
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant9-29/+9
automatically now.
2004-02-14Make this file understand USE_NCURSES again. It got lost some time duringjlam1-1/+5
the introduction of PREFER_{PKGSRC,NATIVE}.
2004-02-13Remove outdated comments.jmmv1-4/+1
2004-02-13s/dependant/dependent/snj1-1/+1
2004-02-13s/independant/independent/; s/implemenatation/implementation/snj1-2/+2
2004-02-13s/independant/independent/snj1-1/+1
2004-02-13s/dependancy/dependency/; s/handoptimized/hand optimized/;snj2-5/+5
s/preproccesor/preprocessor/
2004-02-13s/independant/independent/snj1-1/+1
2004-02-13Add explicit dependancies on packages used by this one directly. No revisionjmmv3-7/+28
bump since these were already used (but indirectly).
2004-02-13Explicitly depend on pkgconfig; while here, sort bl3 includes.jmmv1-3/+4
2004-02-13Remove homepage url from DESCR.minskim1-2/+0
2004-02-13improve how we set M4 so that this works with pkgviews and if the gnudmcmahill1-2/+3
program prefix is not 'g'.
2004-02-13We don' need no ... languagesabs1-1/+2
2004-02-13${LIBTOOL} is just a bare "libtool" now. We want to install ${PKG_LIBTOOL}.jlam1-2/+2
2004-02-13Override config.status so that it doesn't run again during the build andjlam1-1/+2
overwrite our libtool replacement. Fixes PR 24407.
2004-02-13Just use Mesa/buildlink3.mk if we need MesaLib & glut.jlam1-3/+2
2004-02-13Explicitly depend on pkgconfig.jmmv1-1/+2
2004-02-13bl3ify.jmmv4-10/+51
2004-02-13Update to 1.3.9. Changes in the package:jmmv5-43/+38
- Fill missing dependancies. - Use pkgsrc intltool. What's new in at-spi-1.3.9: * New api: AccessibleApplication_getLocale (app, type), returns a POSIX locale string for a locale category, for instance Accessibility_LOCALE_TYPE_MESSAGES. * New SPI_ROLE_EDITBAR. * New Accessible_getLocalizedRoleName. * New AccessibleText_getDefaultAttributes. * fixes to AccessibleStreamableContent, including a 'seek' implementation for cspi. Thanks to Michael Meeks for some related bugfixes in StreamableContent. * now we emit key-released events to appropriate keylisteners. * new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas), no (Kjartan Masass), eu (Christian Rose). * bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926, #125834, #111429, #121974.
2004-02-13Explicitly depend on pkgconfig.jmmv1-1/+2
2004-02-13Use pkgsrc intltool.jmmv1-1/+2
2004-02-13Use pkgsrc intltool.jmmv1-1/+2
2004-02-13Remove info files entries from PLIST file.seb13-83/+13
2004-02-13Add SED to the configure envirionment as well, since GNU configure scriptsjlam1-1/+2
seem to be stupid and don't initialize SED properly from lt_cv_path_SED.
2004-02-12Update to version 1.2.11.seb3-8/+28
While here bl3ify and provide a buildlink3.mk. Changes since last packaged version (1.2.5): libtar 1.2.11 - 3/2/03 - updated autoconf macros, compat code, and listhash code - fixed tar_extract_regfile() to pass mode argument to open() (caused EPERM on Solaris NFS clients) - updated README libtar 1.2.10 - 12/15/02 - updated README - minor Makefile fixes - fixed TH_ISREG() macro to not return true for hard links libtar 1.2.9 - 11/19/02 - fixed th_read() to return 1 on EOF (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report) - minor portability fixes (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report) - fixed segfault on extracting filenames with 8-bit ASCII characters (thanks to Per Liden <per@FUKT.BTH.SE> for the patch) - fixed TH_ISDIR() macro and th_get_mode() function to handle old archives that don't set the typeflag field right for directories - use 0777 instead of 0755 in mkdirhier() (thanks to Yves Crespin <Crespin.Quartz@WANADOO.FR> for the bug report) libtar 1.2.8 - 9/13/02 - added "-I../listhash" to CPPFLAGS in libtar/Makefile.in (thanks to Kris Warkentin <kewarken@QNX.COM> for the bug report) - added .PHONY target to Makefile.in (thanks to Steven Engelhardt <sengelha@YAHOO.COM> for the bug report) libtar 1.2.7 - 9/12/02 - fixed minor bugs in listhash code (thanks to Jim Knoble <jmknoble@pobox.com> for the bug reports) libtar 1.2.6 - 9/10/02 - updated COPYRIGHT file - do not check magic field by default (replaced TAR_IGNORE_MAGIC option with TAR_CHECK_MAGIC to enable check) - fixed th_get_mode() not to modify S_IFMT bits if they were already set - fixed TH_IS*() macros to check the S_IFMT mode bits in addition to typeflag (this allows us to handle old tar archives that set mode bits but not typeflag field for directories and other special files) - updated to autoconf-2.53 - restructured autoconf macros - added "b" to gzoflags in gzopen_frontend() for win32 compatibility (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this) - if O_BINARY is defined (as on win32), set that bit in oflags in tar_open() (thanks to Kris Eric Warkentin <kewarken@QNX.COM> for reporting this) - also use O_BINARY in when calling open() from tar_extract_regfile() (based on patch from Graeme Peterson <gp@qnx.com>) - added COMPAT_FUNC_MAKEDEV macro to handle 3-arg version of makedev() (based on patch from Graeme Peterson <gp@qnx.com>)
2004-02-12s/_BUILTIN_NCURSES/BUILDLINK_IS_BUILTIN.ncurses/gjlam1-3/+3
2004-02-12Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-uijmmv2-3/+4
benefit of it.
2004-02-12Replace BUILD_TARGETS with ALL_TARGET; the former is unknown.jmmv1-2/+2
2004-02-12Remove (commented out) do-build target.jmmv1-6/+1
2004-02-12This needs pkgconfig.jmmv1-1/+2
2004-02-12Use pkgsrc intltool.jmmv1-1/+2
2004-02-12This package uses C++. Also some reorg to improve readability.jlam1-5/+5
2004-02-12Make pathnames listed in CONFIG_STATUS_OVERRIDE relative to WRKSRC.seb1-2/+2
2004-02-12Update devel/ccache to 2.3nb1. Changes from version 2.3 include addingjlam4-2/+66
a new environment variable CCACHE_HASHCC whose value may be used to override the compiler-specific addition to the hash value used to distinguish between two compiles. This is useful where the compiler is a shell script generated on-the-fly that executes the real compiler. This allows ccache to function correctly within the pkgsrc infrastructure.
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam12-41/+161
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam12-241/+279
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme2-4/+4
2004-02-11Make pkglint happy.jmmv1-2/+3
2004-02-11Only include "../../devel/GConf2/buildlink3.mk" if the package is reallytron1-1/+7
using buildlink3. Include "../../devel/GConf2/buildlink2.mk" if it is using buildlink2 and nothing otherwise.
2004-02-11Add pthread.buildlink3.mk missing from this file. glib2's libgthreadjlam1-1/+2
has always needed a thread library.
2004-02-11fix incorrect usage of LOWER_OPSYS in PLIST.grant1-6/+6
2004-02-11Teach these package Makefiles about ICONV_TYPE.jlam1-2/+2