summaryrefslogtreecommitdiff
path: root/devel/oaf
AgeCommit message (Collapse)AuthorFilesLines
2004-05-04Unused.wiz1-24/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-7/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-21bl3ifyminskim2-5/+29
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-10Yet another config.guess/config.sub override for mipseb.sekiya1-1/+4
2004-02-03add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yaccgrant1-13/+2
to build.
2004-02-03trim whitespace, wrap lines at 75 cols.grant1-8/+8
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-10-18Whitespace fixescjep1-2/+2
2003-10-10Check for yacc and BUILD_DEPENDS on bison; check for flex (and notreed1-3/+8
just for SunOS). (Okay'd by rh.) This should probably get rid of SunOS check. Later, these build dependency checks should be improved and done in a separate mk file (like an enhanced tools.mk).
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+3
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-08Unused.wiz1-53/+0
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+2
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-08-28buildlink1 -> buildlink2jlam1-7/+7
2002-08-28*Conf.sh don't need to be linked into the buildlink directory.jlam1-2/+1
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam7-6/+30
buildlink2.mk files back into the main trunk.
2002-07-31On Solaris, add BUILD_DEPENDS for bison and flex, based on the patchwiz1-1/+8
submitted by Lubomir Sedlacik in connection with pkg/17785.
2002-07-14Add IDL includes to buildlinked filesrh1-1/+2
2002-05-18Update oaf to 0.6.10mjl7-83/+59
* evil activation races * alloca issue * handle IO_PRI * more regression tests * don't multiply parse oafinfo files * racing activations far more efficient * remove multiple directory capability * Fix oaf-slay username detection * Fix for multiple activation race condition * New translations
2002-04-09* Remove unnecessary REPLACE_BUILDLINK* statements as they're handled byjlam1-7/+4
default by bsd.buildlink.mk. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to use the correct libtool. * Strongly buildlinkify.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-16Add patch missing in previous commitrh1-0/+13
2002-01-15Update oaf to 0.6.7rh4-12/+16
New in this release: * Fix major race condition which could lead to multiple oafd's * Miscellaneous bug fixes * FreeBSD fixes * Build fixes * Merge lots of bug fixes from former 2.0 branch * spec file updates
2002-01-13patthern -> patternwiz1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-10-03Remove -I${X11PREFIX}/include -I${LOCALBASE}/include from CPPFLAGS, nowrh1-2/+1
that we are strongly buildlinked. Thanks to Johnny Lam for spotting this.
2001-10-03Replace hand-made script with REPLACE_BUILDLINK and REPLACE_BUILDLINK_SEDrh1-15/+5
2001-10-01s:textproc/oaf:devel/oaf:rh1-2/+2
2001-10-01Update oaf to 0.6.6, and while at it, buildlinkify. Changes include:rh14-164/+89
* fixes to avoid multiple oafd's running * error reporting fixes * build fixes * robustness improvements
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Update oaf to 0.6.5.rh8-35/+82
Notable changes are: oaf-0.6.5 --------- New in this release fixed the perl5.00404 bug NO other changes ==================================== oaf-0.6.4 --------- New in this release * fixed Unregistering servers causes failure when activating a re-registered version (mjs) * fixed automounter problems (mjs) * fixed popt options (Darin) * added Romanian support (Dan Damian) ==================================== oaf-0.6.3 --------- New in this release: * Memory leak fixes (Maciej, migras) * SunOS support for oaf-slay (Michael) * Assorted bug fixes (Maciej) * Added new query language operator `prefer_by_list_order' for preferring particular components in priority order when available. * Change working directory to "/" to avoiding mount issues * Fix bug that made uloading shlib servers impossible (Maciej) * New translations (Gustavo Maciel Dias Vieira) ==================================== oaf-0.6.2 --------- New in this release: * Leak fixes (Ali) * xml-18n-toolize (Maciej) * Add DTD for oafinfo files (Maciej) * Rewrite and clean up oafinfo loading code; make it accept .oaf as well as .oafinfo files (.oaf is the preferred naming now) (Maciej) * Pass IOR by environment variable, not command line arg for security * Doc updates (Mathieu, John R. Sheets) * Assorted portability fixes (Jason Leach) * libxml 1.x/2.x compatibility (Darin) * Build fixes (Eskil, Mathieu, Maciej) * Assorted bug fixes (Michael) * New translations (Szabolcs BAN, Stanislav Visnovsky)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-02Fix build problems under NetBSD-current.tron2-6/+7
2000-12-31Update oaf to 0.6.1. Changes include:rh2-4/+4
* Bug fixes * New translations * Made documentation build work * Added documentation text fixes
2000-10-31As per PR 11339 by Love <lha@stacken.kth.se>, oaf now depends onwennmach1-1/+2
devel/popt.