summaryrefslogtreecommitdiff
path: root/x11/gnome-core
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Not the right place for PKGREVISION.wiz1-2/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz3-5/+6
dependency bumps.
2003-04-20Complete the split of gnome-core into multiple packages.rh4-893/+53
Bump PKGREVISION.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-3/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-07share/gnome/help/{gpl,lgpl,fdl}/figures are handled by gnome-dirs, so do notjmmv1-2/+2
mess with them here.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-30Depend on gnome1-dirs to handle shared directories (and adjust PLISTs to notjmmv2-21/+23
remove them). Bump PKGREVISION.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
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-06Unused (yay!).wiz1-68/+0
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+4
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-21buildlink1 -> buildlink2jlam3-118/+18
2002-09-15s/X11BASE/X11PREFIX/ for xpgwedge checkrh1-2/+2
2002-09-15Accept gnome2-pixmaps as a prerequisite instead of gnome-pixmaps ifrh1-1/+6
xpkgwedge is installed (LOCALBASE == X11BASE)
2002-09-14Update gnome-core to 1.4.2. Changes include:rh6-183/+205
* Tons of bugfixes * Replace the Netscape desktop entry with "Web Browser" since it starts Mozilla by default anyway. * Print warning if no panel is running at applet startup. * Optimize the g_[s]list code a bit. * Pull in improved tempfile creation from 2.0 * Up registration interval for clients * New/Updated translations: Polish, Spanish, Vietnamese, Traditional Chinese, Finnish, French, Korean * New docs for (eu) * Use VERSION in gnome-check-login instead of 0.1. * Don't try to lock the screen if root is logged in. * Improved shading of screen when logging out.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+7
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-2/+33
buildlink2.mk files back into the main trunk.
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft1-3/+3
2002-07-14Add IDL includes to buildlinked filesrh1-1/+4
2002-04-11Strongly buildlinkify and use LIBTOOL_OVERRIDE to ensure that the pkgsrcjlam3-8/+101
libtool is invoked.
2002-04-11Use the correct database directory when updating with scrollkeeper so thatjlam1-0/+13
we don't dump core during the installation.
2002-04-10Use ${TRUE} instead of true.jlam1-19/+19
2002-04-10Don't emit errors if some shared directories can't be removed.jlam1-5/+5
2002-03-25Remove a bogus #ifdef around standard include files.rh2-1/+18
2002-03-24Update gnome-core to 1.4.0.6. Changes are bugfixes only.rh5-589/+317
While at it, fix localstatedir to prevent scrollkeeper files from being installed in /var/gnome (PR pkg/13057).
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-02-16rmdir -> ${RMDIR}wiz1-3/+3
2002-02-16dirrm -> unexec rmdir for some dirs that aren't owned by this packagewiz1-3/+3
2002-02-15mkdir -> ${MKDIR}skrll1-13/+13
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-5/+5
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-24Back out last commit. Under certain circumstance (which??) the filestron1-1/+3
are installed indeed.
2001-10-24Remove bogus entries for files "share/omf/gnome-core/session-C.omf" andtron1-3/+1
"share/omf/gnome-core/session-ja.omf".
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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-12Use "bzip2" buidlink glue code because the "configure" script will findtron1-1/+2
the new "bz2" library but try to link the old one otherwise.
2001-10-06Pull in dependenciesrh1-7/+7
2001-10-06Make this actually workrh1-25/+31
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-8/+68
<epg@pretzelnet.org>
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-08-27Rene Hexel maintains this package these days.tron1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-26Update gnome-core to 1.4.0.4. Changes are bugfixes only.rh3-6/+8
2001-05-14Update gnome-core to 1.4.0.3. Changes include bugfixes and locale updates.rh3-8/+28
2001-04-24Update gnome-core to 1.4.0.2. Changes are italian catalog updates andrh3-21/+134
minor bugfixes only.
2001-04-22Move BUILD_USES_MSGFMT to DEPENDS sectionrh1-2/+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