summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-10bl3ifyjlam3-8/+24
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-8/+6
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv10-19/+20
2004-02-09Let's just use the .tar.gz again.wiz2-8/+4
2004-02-09Add a comment about when to remove the EXTRACT_SUFX line.wiz1-1/+4
2004-02-09Always use ${SED} instead of having the configure script try to figure outjlam1-3/+9
the path to it.
2004-02-09Set USE_LANGUAGES to "c c++ fortran" since we want to use the same versionsjlam1-4/+4
of the the compiler for all three tools, especially for gcc.
2004-02-09Increment pkgrevision.mjl1-2/+2
2004-02-08Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.snj2-3/+3
Fix an English error in DESCR. Okayed by wiz.
2004-02-08Make FreeBSD patch for ld.so semantic differences between linux and bsdmjl3-14/+14
apply for NetBSD too: this closes PR/21452 (problem with gnucash not finding its symbols in dynamically loaded modules) for -currentish installations (this needs RTLD_DEFAULT support in ld_elf.so). 1.6 installations still suffer unless a -current ld_elf.so and /usr/include/dlfcn.h are installed, sorry. Make other FreeBSD-specific patch apply too since it looks sensible (adds error checking).
2004-02-08add a CONFLICT on the old PKGNAME.grant1-1/+3
2004-02-08s/then/them/snj2-2/+2
2004-02-08Update to 1.04:kim2-5/+5
- Documentation fixes - Seek will not reset the input_line_number (aka $.) for the IO::String object any more. - Workaround for core dump in close() in perl-5.6.x. Prerequisite for p5-Image-Info-1.16
2004-02-08Fix the installation of libltdl on non-NetBSD platforms and correct askrll4-6/+96
typo in version_type for BSD/OS. PKGREVISION++
2004-02-08Don't set LD to ${BUILDLINK_DIR}/bin/ld in the libtool script.jlam1-1/+6
2004-02-08Use bz2 tarball; suggested by Michal Pasternak in PR 24351.wiz2-4/+5