summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-10-05Convert to buildlink2.wiz1-4/+4
2002-10-05Convert to buildlink2.wiz1-3/+3
2002-10-05Unused.wiz1-57/+0
2002-10-05Remove CONFIGURE_ARGS that has no effect.wiz1-2/+1
Luckily buildlink2 does it for us.
2002-10-05Building requires a running X server. Add checkforx target required byrh1-2/+19
pre-build. Fake X server if ${X11BASE}/bin/Xvfb is present. Closes PR pkg/18417.
2002-10-05Add missing dependency on 'bonobo'.rh1-2/+3
Bump PKGREVISION.
2002-10-05Fix LOCALSTATEDIR so that scrollkeeper-update no longer coredumps.rh1-2/+2
Closes PR pkg/18275.
2002-10-05Unused.wiz1-58/+0
2002-10-04Unused.wiz1-45/+0
2002-10-03It was pointed out that automake.mk only does BUILD_DEPENDS so go backmarkd1-2/+2
to an explicit DEPENDS on the latest automake package.
2002-10-03COMMEND and DESCR updates.wiz4-5/+10
2002-10-03Remove autoconf-devel and automake-devel (replaced by autoconfwiz9-278/+0
and automake resp.).
2002-10-03Remove autoconf-devel, automake-devel; add autoconf213 and automake14.wiz1-3/+3
2002-10-03Update to automake 1.7 (from automake-devel package).wiz5-106/+115
Does not conflict with automake14 package.
2002-10-03Update to 2.54 (from autoconf-devel package).wiz7-96/+71
Does not conflict with autoconf213 package.
2002-10-03Import of slightly modified automake-1.4, with new name and fixed wiz6-0/+241
to not conflict with the to-be committed automake package. Package provided by dillo.
2002-10-03Import of slightly modified autoconf-2.13, with new name and fixedwiz8-0/+167
to not conflict with the to-be committed autoconf package. Package provided by dillo.
2002-10-03Updated popt to 1.6.4 [changes unknown]martti3-10/+10
2002-10-03Update to 2.1.3 to sync with the KDE 3.0.3 releasemarkd1-2/+2
2002-10-03buildlink1 -> buildlink2markd2-9/+7
2002-10-03Update to version 2.1.3 to bring into sync with KDE 3.0.3 release.markd2-11/+10
Changes are misc bug fixes. Also buildlink1 -> buildlink2 Use mk/automake.mk. The implied dependency updates from using automake.mk fix PR pkg/18368
2002-10-03Update to version 3.0.3markd3-12/+13
Unknown changes, just bringing in sync with the rest of KDE. buildlink1 -> buildlink2
2002-10-03Use autoconf.mk.wiz1-3/+4
2002-10-03Update to version 4.2: lots of new features, see below.seb11-160/+144
buildlink1 -> buildlink2. Changes: *** IMPORTANT NEWS FOR ALL AUTHORS OF TEXINFO MANUALS *** As of version 4.2, Texinfo has a new command @copying to define the copyright and copying permissions for a manual. It's important to switch to using it as soon as possible (as in your next release), because the historical method of doing copyright permissions using @ifinfo failed to output copyright information in the HTML (or XML) formats. The manual has detailed explanations and examples. For convenience, here's a url to one of the relevant sections: http://texinfo.org/manual/Document-Permissions.html 4.2 (1 April 2002) * Language: . new command @copying to define copying permissions. See above. . new conditionals @ifplaintext, @ifnotplaintext for the plain text (--no-headers) output format. . new command @\ to produce literal \ inside @math, since \ by itself no longer works. * makeinfo: . emit accesskey attributes for keyboard shortcuts to menu items. . @{even,every,odd}{footing,header} are ignored by makeinfo now, so they no longer need to be enclosed in @iftex. * texinfo.tex: . bug fix for pdf-format table of contents. * info: . bug fixes for -R (--raw-escapes). . --help shows short option names. * Distribution: . the doc.c, funs.h, and key.c files in info/ are no longer generated at make time, to appease Automake's make distcheck. . gettext 0.11.1, autoconf 2.53, automake 1.6 (with install-info kludge). 4.1 (4 March 2002) * Language: . new commands @verbatim and @verb for printing verbatim inserts. . new command @verbatiminclude for verbatim include of files. . new environment @documentdescription for defining the HTML description. . new command @afivepaper for the A5 paper size. * makeinfo: . supports xml and docbook output. . supports HTML splitting by node, which is now the default. . new option --split-size to control maximum size of split info files. * info: . user-specified key bindings supported. . ANSI escape sequences (as produced by groff) removed from man output by default; use --raw-escapes to let them through if your terminal supports them. * texinfo.tex: . @math implies @tex, so all the usual plain TeX math is supported. . smaller fonts for @smallexample, in all page sizes. . improvements in the PDF support. * texi2dvi: . new option -o to explicitly specify output filename. * Distribution: . switch to GNU Free Documentation License (http://www.gnu.org/copyleft/). . update to GNU gettext 0.11, autoconf 2.52, and automake 1.5. . Danish, Swedish, and Hebrew message translations.
2002-10-02Remove autoconf dependency by adding a configure patch.wiz3-6/+283
2002-10-02Add RCS Id.wiz3-3/+7
2002-10-02use autoconf.mkdillo1-4/+4
2002-10-02Use autoconf.mkwiz1-3/+3
2002-10-02Works with texinfo-4.0 too, and we don't have any newer version anyway ;)wiz1-2/+2
2002-10-01Provide BUILDLINK_CPPFLAGS.stlport to locate stlport headers.jlam1-1/+3
2002-09-30Use >=4.0bn1 for additional fixes.jlam1-2/+2
2002-09-30Remove unused buildlink.mk file.jlam1-35/+0
2002-09-30Default to a build dependency on stlport as most software just needs itsjlam1-1/+2
STL headers, not the extra iostream library.
2002-09-30Use buildlink2 and use gcc/buildlink2.mk instead of homegrown GCC detectionjlam3-31/+19
code. We lose the ability to build with PGCC, but that will be added back into gcc/buildlink2.mk soon.
2002-09-30Synchronize package list with last change.tron1-2/+1
2002-09-29Replace hardcoded /usr/pkg in target.make w/ ${LOCALBASE}. Patch providedrh1-2/+7
by dillo in private email. Bump PKGREVISION.
2002-09-29add --disable-threads to CONFIGURE_ARGS so the included glib won't trydmcmahill1-1/+2
and build with thread support.
2002-09-29Update pkgconfig to 0.13.0. Changes are minor bugfixes:rh2-9/+5
- remove bogus pthread requirement - handle recursive other_cflags, other_libs - strip all "system directories" in C_INCLUDE_PATH out of pkg-config output to make gcc 3.2 happy - some win32 fixes - couple other minor things
2002-09-29Uses pthreads -- add pthread.buildlink2.mk, bump PKGREVISION.wiz1-1/+5
Noted by Julio Merino in PR 18462.
2002-09-29Don't install lib/libiberty.a, which conflicts with binutils. Bumpjlam3-2/+17
PKGREVISION.
2002-09-29Note conflict with ddd<=3.3, which installed a lib/libiberty.a.jlam1-1/+3
2002-09-29buildlink1 -> buildlink2jlam1-3/+3
2002-09-29Set AS, LD, RANLIB, etc. when using devel/binutils so that the buildjlam1-6/+12
system uses the correct binutils. It's not enough to just stick them to the front of the PATH.
2002-09-28Update to 1.7. Changes:wiz3-11/+13
* Autoconf 2.54 is required. * `aclocal' and `automake' will no longer warn about obsolete configure macros. This is done by `autoconf -Wobsolete'. * AM_CONFIG_HEADER, AM_SYS_POSIX_TERMIOS and AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL are obsolete (although still supported). You should use AC_CONFIG_HEADERS, AC_SYS_POSIX_TERMIOS, and AC_HEADER_TIOCGWINSZ instead. `autoupdate' can upgrade `configure.ac' for you. * Support for per-program and per-library `_CPPFLAGS'. * New `ctags' target (builds CTAGS files). * Support for -Wmumble and -Wno-mumble, where mumble is a warning category (see `automake --help' or the manual for a list of them). * Honor the WARNINGS environment variable. * Omit the call to depcomp when using gcc3: call the compiler directly. * A new option, std-options, tests that programs support --help and --version when `make installcheck' is run. This is enabled by --gnits. * Texinfo rules now support the `ps' and `pdf' targets. * Info files are now created in the build directory, not the source directory. * info_TEXINFOS supports files in subdirectories (this requires Texinfo 4.1 or greater). * `make distcheck' will enforce DESTDIR support by attempting a DESTDIR install. * `+=' can be used in conditionals, even if the augmented variable was defined for another condition. * Makefile fragments (inserted with `include') are always distributed. * Use Autoconf's --trace interface to inspect configure.ac and get a more accurate view of it. * Add support for extending aclocal's default macro search path using a `dirlist' file within the aclocal directory. * automake --output-dir is deprecated. * The part of the distcheck target that checks whether uninstall actually removes all installed files has been moved in a separate target, distuninstallcheck, so it can be overridden easily. * Many bug fixes.
2002-09-28s/ix86/GNUSTEP_HOST_CPU/rh1-25/+25
s/elf/APPEND_ELF/
2002-09-28Add and enable gnustep-examplesrh1-1/+2
2002-09-28Initial import of gnustep-examples-0.9.7, a set of GUI programming examplesrh4-0/+302
for GNUstep
2002-09-27Work around a bug in pth that breaks a non-threaded applications that arerh6-9/+35
linked against SYSCALL_HARD versions of libpthread. Add an openapp wrapper script to ${PREFIX}bin for starting GNUstep apps Bump pkgrevision
2002-09-27USE_X11 so that GNUstep GUI applications will find X11 librariesrh2-4/+5
Bump PKGREVISION
2002-09-27Update devel/dejagnu to version 1.4.3.kristerw4-21/+24
Changes since 1.4.1 include: - New XML output option, so test results can be loaded into a database. - Support for the KFAIL/KPASS (known failures). This is mostly oriented towards GDB testing. - New tutorial chapter. - Test case builds with either libstdc++-v3 (as used by gcc-3.0.x) or the older v2.(as used by gcc-2.95.x)