summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-11Move the INCOMPAT_FOO checks to a more natural location within thejlam4-70/+69
block that decides whether package FOO is built-in or not. If the platform is listed in IMCOMPAT_FOO, then treat FOO as being not built-in.
2004-02-11Include pthread.buildlink3.mk to make this buildwiz1-1/+2
again (hi juan!).
2004-02-11Bump PKGREVISION due to libgtkthml update.xtraeme1-5/+5
2004-02-11Add missing buildlink3 filesxtraeme2-0/+49
2004-02-11bl3ifyxtraeme2-8/+8
2004-02-11bl3ifyxtraeme5-21/+76
2004-02-11bl3ifyxtraeme2-7/+35
2004-02-11Fix BUILDLINK_* variables to sync with buildlink2.xtraeme1-8/+8
2004-02-11Adding the buildlink3 file.xtraeme1-0/+22
2004-02-11We need all .idl files in ${BUILDLINK_DIR} to build some programs,xtraeme1-1/+4
so add them via BUILDLINK_FILES.<pkg>.
2004-02-11bl3ifyxtraeme4-12/+65
2004-02-11bl3ifyxtraeme4-22/+85
2004-02-11config.guess/config.sub override for mipseb.sekiya1-1/+4
2004-02-11USE_LANGUAGES=c c++abs4-4/+8
2004-02-11bl3ifyxtraeme2-4/+34
2004-02-11bl3ifyxtraeme2-13/+45
2004-02-11bl3ifyjlam1-3/+4
2004-02-11bl3ifyxtraeme8-22/+117
2004-02-11This package builds just fine without needing GNU gettext-lib. Bumpjlam1-5/+2
PKGREVISION as a result of this change.
2004-02-11This package uses no compilers.jlam1-1/+2
2004-02-11Put TEST_TARGET definition before the includes.jmmv1-3/+3
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam2-4/+4
and any pre-existing buildlink2.mk files.
2004-02-10The BUILDLINK_DEPENDS.<pkg> should match the one in the buildlink2.mk filejlam1-2/+2
if it exists.
2004-02-10Explicitly depend on pkgconfig.minskim1-1/+2
2004-02-10Update to 2.4.0:jmmv4-25/+24
2003-10-02 Malcolm Tredinnick <malcolm@commsecure.com.au> * doc-build/Makefile.am: Distribute README in place of the non-existent ChangeLog. Doh! * autogen.sh: Use the GNOME 2 autogen.sh script by default. * configure.in: Version number bumped. 2003-08-23 Marco Pesenti Gritti <marco@gnome.org> * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS). 2003-07-04 Frederic Crozat <fcrozat@mandrakesoft.com> * macros2/compiler-flags.m4: don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3 when used on C. 2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org> * macros2/autogen.sh: Remove --enable-compile-warnings from the default arguments passed to configure because it break GNOME_COMPILE_WARNINGS macro. 2003-05-24 Malcolm Tredinnick <malcolm@commsecure.com.au> * MAINTAINERS: Put myself in as maintainer. * configure.in: Bump the version number to 2.3.0 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*: Add in the infrastructure to allow user documentatin to be built from some common files. This will not affect existing packages. The changes required to use this are given in doc-build/README. 2003-02-26 Frederic Crozat <fcrozat@mandrakesoft.com> * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want to check if autoconf 2.5x is here.. 2003-02-18 Jody Goldberg <jody@gnome.org> * configure.in : Don't depend on a file that James just deleted 2002-12-12 Jody Goldberg <jody@gnome.org> * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52 is a prereq for things the build broke on the use of AC_DEFINE(GNOME_ENABLE_DEBUG) without the additional arguments.
2004-02-10buildlink3.mk files for libidn and libksba.jlam1-0/+19
2004-02-10Override config.sub/config.guess for mipseb.sekiya1-1/+4
2004-02-10bl3ify, and set USE_LANGUAGES appropriatelyjlam1-10/+11
2004-02-10Yet another config.guess/config.sub override for mipseb.sekiya1-1/+4
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam4-8/+8
setting it.
2004-02-10Initial import...xtraeme1-0/+26
2004-02-10bl3ifyxtraeme1-5/+5
2004-02-10bl3ifyxtraeme5-18/+70