jlam
e0e4f2fff9
Use db/buildlink.mk to make this compile under Solaris with
...
USE_BUILDLINK_ONLY defined.
2001-06-19 07:38:33 +00:00
jlam
4e4de14e1c
Mark as USE_BUILDLINK_ONLY.
2001-06-19 04:56:34 +00:00
jlam
8f39419491
Regularize fixes to config scripts to use the same code.
2001-06-18 20:49:00 +00:00
jlam
4357dcd760
Converted to use buildlink.mk files.
2001-06-16 20:05:10 +00:00
jlam
ecdc172162
Remove -I$(includedir) from the header search path (in spirit of
...
buildlink).
2001-06-16 20:04:51 +00:00
jlam
0503876cd0
Really put locale files under ${PKGLOCALEDIR}, not only under share, and
...
refer to orbit-config as $ORBIT_CONFIG in the configure script.
2001-06-16 20:03:19 +00:00
jlam
8fea51aacb
Add buildlink.mk files for use by other packages.
2001-06-16 19:23:17 +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
tron
a5e6d8ab03
Add missing "Size" entries.
2001-05-21 05:27:56 +00:00
agc
8f972b049a
+ 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 12:12:16 +00:00
rh
d6c8f92f65
sync w/ reality
2001-04-07 05:55:56 +00:00
rh
e3078c112c
Update gnome-libs to 1.2.13. Changes are bugfixes only.
2001-04-06 21:47:04 +00:00
tron
09e513f1a0
Don't try to remove "share/pixmaps" which is part of the standard
...
directory structure now.
2001-03-29 08:30:31 +00:00
hubertf
e32afb6fea
Change BUILD_DEPENDS semantics:
...
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
tron
eaa668697f
Use "PKGLOCALEDIR" instead of "LOCALEDIR".
2001-02-26 20:19:43 +00:00
hubertf
d32e698de6
Cleanup MKDIR usage => INSTALL_*_DIR
...
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a486f11406
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:06:11 +00:00
tron
dd09712ae5
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
...
"${LOCALBASE}".
2001-02-13 11:47:00 +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
mycroft
7ed632f632
This patch was *not* reversed. It was integrated into the baseline. Reversing
...
it broke wm-properties-capplet again.
2000-11-30 03:09:33 +00:00
mycroft
0629f965d0
Whoops. Version number changed before I committed this.
2000-11-29 17:27:43 +00:00
mycroft
1c872f63e3
Remove the hack that forces libgnome to be built static on a.out. It works
...
Just Fine shared.
2000-11-29 02:37:43 +00:00
rh
9875de35c1
Fix CMSG* macros for systems that do not define CMSG_LEN and CMSG space to
...
make gnome-libs compile again under NetBSD-1.4.x.
2000-11-27 10:59:19 +00:00
itojun
8b40cf7417
add libintl/gettext dependency. as we use BUILD_DEPENDS for gettext,
...
it is not transitive (?).
2000-11-27 10:51:08 +00:00
tron
434ddde3d9
Correct reversed patch.
2000-11-12 13:53:20 +00:00
mycroft
ed0b347549
Don't core dump when trying to launch something with no Type attribute (e.g.
...
a window manager from wm-properties-capplet).
2000-11-11 02:23:51 +00:00
mycroft
b525469aae
Fix file descriptor passing in zvt, as per regress/sys/kern/unfdpass.
...
This makes gnome-terminal actually work on PowerPC...
2000-11-11 02:07:57 +00:00
rh
fc747b589b
Update gnome-libs to 1.2.8. Changes are enhancements to libgnomeui and
...
bugfixes.
2000-11-07 04:36:36 +00:00
jlam
e564c36b15
Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes and
...
documentation improvements.
2000-10-17 23:57:43 +00:00
wiz
e1b2ca3093
${MKDIR} includes -p
2000-09-03 13:46:46 +00:00
tron
f0b9164cf1
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
2000-08-23 23:14:21 +00:00
jlam
9a4e3c48c1
Remove the empty ${PREFIX}/share/gnome/html/zvt at post-install.
2000-07-31 08:45:45 +00:00
jlam
07cbd39e88
There is no ${PREFIX}/share/gnome/html/zvt, so don't try to @dirrm it.
2000-07-31 08:12:19 +00:00
jlam
c8e75f2b37
Make the ${PREFIX}/etc/CORBA/servers directory.
2000-07-25 05:16:40 +00:00
jlam
0946daa13d
Remove ${PREFIX}/etc/CORBA{,/servers} in gnome-libs instead of gnome-core
...
since in gnome-libs is where the directory location is defined.
2000-07-25 05:14:59 +00:00
jlam
f17994be5f
${PREFIX}/share/pixmaps can be used by things other than gnome-libs,
...
so don't "@dirrm" it, "just @unexec rmdir ... || true".
2000-07-25 01:50:38 +00:00
wiz
982ed2fe49
unify esound dependencies in gnome packages
2000-06-27 00:29:08 +00:00
rh
997a04bf69
Update gnome-libs to 1.2.3. Changes are bugfixes and catalog updates.
2000-06-25 19:06:19 +00:00
jlam
6a68b09c98
USE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit to
...
make editing easier.
2000-06-20 23:20:11 +00:00
drochner
ef7ffe1fec
tell programs using libgnome that -lintl (gettext) is needed too
2000-06-02 12:10:07 +00:00
rh
74add3b300
s/USE_LIBTOOL/USE_PKGLIBTOOL/
...
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
tron
d333974152
Attempt to remove "share/gnome/apps" during deinstallation.
2000-05-31 21:31:33 +00:00
drochner
1f33aa87ee
update to 1.2.1
...
"many fixes and enhancements"
2000-05-30 19:23:46 +00:00
agc
96f304a0f3
ORBit has moved category.
2000-05-12 09:21:12 +00:00
danw
82d9c1f174
Remove patches to deal with two bugs involving configure's handling of
...
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
mycroft
b550c74640
Fix a buglet in zvt: \E[27m only clears reverse video, not all attributes.
2000-04-29 04:46:27 +00:00
tron
aaa7b218c8
Add explicit dependence on "gtk+" for version 1.2.7 or newer.
2000-03-13 22:28:09 +00:00
tron
625f9e51e7
Update "gnome-libs" package to version 1.0.56. A change list for this
...
release is not available unfortunately.
2000-03-13 22:25:45 +00:00
wiz
06532da248
RCS tag added
2000-02-05 15:45:49 +00:00
wiz
987f9567e4
find -> ${FIND}
2000-02-05 15:45:12 +00:00