Commit graph

55 commits

Author SHA1 Message Date
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
4232a11f94 bl3ify 2004-02-21 19:17:33 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
sekiya
9e55ccec0d Yet another config.guess/config.sub override for mipseb. 2004-02-10 02:33:26 +00:00
grant
0041936315 add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yacc
to build.
2004-02-03 09:03:57 +00:00
grant
524e5c1a11 trim whitespace, wrap lines at 75 cols. 2004-02-03 08:34:16 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
cjep
34e102913e Whitespace fixes 2003-10-18 13:08:48 +00:00
reed
8d9ba19680 Check for yacc and BUILD_DEPENDS on bison; check for flex (and not
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-10-10 16:31:08 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
d6038f52ba Line up PKGREVISION whitespace. 2003-05-05 14:29:25 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
0f513e0b46 Disable gtk-doc detection; not required and causes problems. 2003-02-16 10:49:35 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
55194099b6 Unused. 2002-10-08 13:24:42 +00:00
jlam
569f4d898d IDL files must be added to BUIDLINK_FILES because the IDL files are
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-09-23 19:57:28 +00:00
jlam
b6c1a81166 buildlink1 -> buildlink2 2002-08-28 16:26:12 +00:00
jlam
67c126fec1 *Conf.sh don't need to be linked into the buildlink directory. 2002-08-28 16:04:05 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
wiz
146c7b6f88 On Solaris, add BUILD_DEPENDS for bison and flex, based on the patch
submitted by Lubomir Sedlacik in connection with pkg/17785.
2002-07-31 17:48:07 +00:00
rh
5370584322 Add IDL includes to buildlinked files 2002-07-14 01:11:42 +00:00
mjl
e66a665b71 Update oaf to 0.6.10
* 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-05-18 10:54:16 +00:00
jlam
a6718c63f4 * Remove unnecessary REPLACE_BUILDLINK* statements as they're handled by
default by bsd.buildlink.mk.
* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to use the correct
  libtool.
* Strongly buildlinkify.
2002-04-09 17:39:49 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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-03-13 17:36:35 +00:00
rh
0a21d8f307 Add patch missing in previous commit 2002-01-16 03:11:56 +00:00
rh
e80aec8bd3 Update oaf to 0.6.7
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-15 23:55:37 +00:00
wiz
dfd9443556 patthern -> pattern 2002-01-13 11:45:31 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
rh
b8f8010b56 Remove -I${X11PREFIX}/include -I${LOCALBASE}/include from CPPFLAGS, now
that we are strongly buildlinked.  Thanks to Johnny Lam for spotting this.
2001-10-03 20:46:21 +00:00
rh
115e14e0c7 Replace hand-made script with REPLACE_BUILDLINK and REPLACE_BUILDLINK_SED 2001-10-03 20:19:35 +00:00
rh
adafcd4956 s:textproc/oaf:devel/oaf: 2001-10-01 12:03:42 +00:00
rh
cad317ebf2 Update oaf to 0.6.6, and while at it, buildlinkify. Changes include:
* fixes to avoid multiple oafd's running
	* error reporting fixes
	* build fixes
	* robustness improvements
2001-10-01 11:01:02 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
rh
f97b6f0be9 Update oaf to 0.6.5.
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-04-06 21:55:39 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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-04 15:10:17 +00:00
tron
27be5e8fa1 Fix build problems under NetBSD-current. 2001-01-02 22:11:31 +00:00
rh
8029e37364 Update oaf to 0.6.1. Changes include:
* Bug fixes
	* New translations
	* Made documentation build work
	* Added documentation text fixes
2000-12-31 09:58:53 +00:00
wennmach
9a528bc0bc As per PR 11339 by Love <lha@stacken.kth.se>, oaf now depends on
devel/popt.
2000-10-31 13:35:46 +00:00
rh
e08001302e Update oaf to 0.6. New in this release:
* Query and activation changes:
  - Async activation interface (Mathieu)
  - Per-DISPLAY server support, so you can run bonobo apps on
    multiple displays at once. (Maciej)
  - Make test components not show up unless in test mode. (Maciej)
  - Forbid oafinfo files to specify properties that start with
    `_' (Elliot)

* Added ref/unref to factory interface for future expansion (Elliot)

* Build improvements (Pavel, Ramiro)

* Bug fixes
  - Portability fixes (Dan Winship)
  - Exception handling fixes (Jaka)
  - CORBA fixes (Bradford)
  - Remove debugging spew (Maciej)
  - Leak fixes (Darin)

* Translations:
  - New translations from (Alastair McKinstry, Jarkko Ranta,
    Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki
    KUSANO, Jesus Bravo Alvarez)

* Administrative:
  - Updated commit policy, set of people with commit privs (Maciej)
2000-10-22 07:35:39 +00:00