Commit graph

63 commits

Author SHA1 Message Date
rh
5c87c06e9a Fix LOCALSTATEDIR so that scrollkeeper-update no longer coredumps.
Closes PR pkg/18275.
2002-10-05 03:39:33 +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
ee12419f1f Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location of
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg>
variables whose values are appended to CPPFLAGS, which are automatically
passed to the configure and build processes.

BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are
now told that the software may be found where it really is installed, not
in ${BUILDLINK_DIR} as was the case with buildlink1.  Eventually, these
variables will be declared unsupported by buildlink2.
2002-09-23 09:22:14 +00:00
wiz
da26720da2 Add missing doublequote. pkg/18263 by Julien Letessier. 2002-09-11 12:16:23 +00:00
jlam
d77e2e0da9 buildlink1 -> buildlink2 2002-08-29 08:42:50 +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
kei
b8e0a81f8a create an empty directory ${PREFIX}/share/control-center/capplets on post-
install target and register it to PLIST to make deinstallation happy.
2002-08-19 02:48:07 +00:00
agc
5ea26ea27a Use scrollkeeper's buildlink.mk file 2002-07-16 12:51:54 +00:00
jlam
ce075752dd * Strongly buildlinkify.
* Use *_CONFIG instead of directly invoking *-config so that the wrappers
  will be used.  This is also the correct way of invoking these scripts
  anyway, but the GNOME authors keep making this same stupid mistake over
  and over and over again ... <grrr>!
2002-04-09 21:39:24 +00:00
tron
5ef7d0f9e5 Fix buildlink glue code so that "capplet-widget.h" is found by packages
which need it for building. This fixes build problem in e.g. the
"gnome-core" package.
2002-03-24 13:07:50 +00:00
rh
07695f32f9 Add missing config wrapper sed rules. 2002-03-24 02:42:19 +00:00
rh
4530f378f1 Fix buildlink.mk to reflect new include file structure in 1.4.0.4 2002-03-24 02:01:21 +00:00
rh
a1b4a533fc Fix PLIST (@dirrm include/libcapplet1)
Fix localstatedir to prevent scrollkeeper files from being installed in
/var/gnome (PR pkg/13057).
2002-03-24 01:07:47 +00:00
fredb
af486f6285 Update to controlcenter 1.4.0.4:
- -Bug fixes, including a fix for a stack corruption bug
   in the file-types capplet
- -Updated documentation, man pages, new translations
2002-03-23 23:20:36 +00:00
fredb
ab4ef1e2bf Fix a crashing bug in the background properties capplet, and while we're
in here, clean up some gcc warning.
2002-03-23 22:28:29 +00:00
fredb
064af5b3bd Let configure check for the presence of <sys/wait.h>, in order to provide
a prototype for waitpid() in the theme-switcher capplet.
2002-03-23 04:54:13 +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
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
drochner
6a7f86f699 share/omf/control-center/capplets doesn't exist, so don't @dirrm it 2002-02-14 14:35:45 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
6ff926e635 Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>, modified by me to work without xpkgwedge.
2001-10-06 13:09:52 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
kei
51c6fedf54 fix PLIST. "make clean" done happy now. 2001-08-31 09:07:28 +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
66ea0dceb2 Update controlcenter to 1.4.0.1. Changes include bugfixes and the
introduction of the new GNOME OMF documentation framework.
2001-04-06 22:08:09 +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
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
tron
c50f41b155 Because "gpatch" used on Solaris doesn't accept the patch file add the
missing newline manually with a "echo".
2001-01-21 17:40:34 +00:00
tron
c3dca549d1 Add missing newline at the end of "cappletConf.sh.in". 2001-01-21 17:28:20 +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
itojun
bf9905dfb1 requires msgfmt and libintl 2000-11-27 11:54:33 +00:00
jlam
730d47fc97 Update control-center to 1.2.2. Changes from version 1.2.0 appear to be
largely bugfixes, with a new feature: embossed logos.  Add dependency on
gdk-pixbuf.  Make me the maintainer.
2000-10-18 00:01:10 +00:00
fredb
6149f04fae Excise "screensaver" capplet from control-center, in order to resolve
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg.
Also, reorder some dependencies: gnome-core (rather than gnome) depends
on xscreensaver-gnome, which depends on control-center; bump teeny
version of xscreensaver-gnome so control-center won't try to go with
old binary packages of xscreensaver-gnome, which would lead to circular
dependencies.
2000-09-11 20:46:36 +00:00
tron
c7f3472c12 Fix package to work on systems without "xpkgwedge" again. 2000-08-01 21:39:21 +00:00
jlam
a61938d0fa Remove empty directory
${PREFIX}/share/gnome/help/control-center/C/stylesheet-images

in post-install and remove unnecessary @dirrm in PLIST.
2000-07-31 10:49:16 +00:00
jlam
f273dfba5e Install the locale files under share/locale, not lib/locale. 2000-07-25 06:19:24 +00:00
jlam
8e83ba14ca Record installation of locale files. 2000-07-25 06:18:47 +00:00
jlam
fa9a08aa90 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-20 23:51:04 +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
drochner
715d8f4c14 oops, forgot to "cvs add" this one 2000-05-30 19:28:21 +00:00
drochner
c47b23e1a0 update to 1.2.0
Sorry, no useful Changelog.
2000-05-30 19:26:22 +00:00
tron
26f41e3f4c Update for yet another directory structure change on the GNOME FTP sites. 2000-01-15 12:06:24 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
3441912ae8 Update "control-center" package to version 1.0.51 belonging to GNOME 1.0.53
release. This version fixes several bugs found since version 1.0.6.
1999-11-08 21:50:39 +00:00
rh
15d0178f3e Change dependency on xscreensaver-3.17 to wildcard dependency. 1999-10-31 10:34:41 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00