Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-01 | Make this build/work on DragonFlyBSD. Patches were submitted by | xtraeme | 1 | -5/+28 | |
Todd Willey via tech-pkg@. | |||||
2004-10-28 | Update to GNOME 2.8.1. | jmmv | 4 | -63/+63 | |
2004-10-23 | kdegraphics3 PKGREVISION bump. | markd | 1 | -2/+2 | |
2004-10-20 | Add a master site in Japan. | taca | 1 | -1/+2 | |
2004-10-20 | Make xdm use configs from under PKG_SYSCONFDIR. | reed | 1 | -1/+4 | |
Some ideas came from NetBSD's XFree86 customizations. Use USE_PKGINSTALL and CONF_FILES for xorg-clients. Installs xdm configs (and shell scripts) to examples directory. Create OWN_DIRS for the authDir. PLIST changes are for chooser is now in bin directory. And pixmaps moved to include/X11/pixmaps directory. xdm configs are no longer in lib/X11/xdm (so they are no longer lost on reinstall). (Anyone want to do twm and other configs?) | |||||
2004-10-19 | Enable dependency on evolution-webcal. Bump PKGREVISION to 1. | jmmv | 1 | -2/+3 | |
2004-10-13 | Update to KDE 3.3.1 | markd | 2 | -19/+18 | |
2004-10-12 | Add w3m needed by Documentation/pkgsrc. | tv | 1 | -3/+4 | |
Convert perl dependency to USE_PERL5=run. | |||||
2004-10-12 | Fix build of kde3 meta-package by requiring latest version of | seb | 1 | -2/+2 | |
kdemultimedia3 package. | |||||
2004-10-06 | Fix dependences broken by package revision bump madness. Bump package | tron | 1 | -14/+15 | |
revision of this package, too. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 4 | -6/+8 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-27 | Track the latest gnustep updates. | rh | 1 | -4/+7 | |
Bump PKGREVISION | |||||
2004-09-25 | Track the current gnustep updates and update the meta packag to | rh | 1 | -6/+6 | |
gnustep-1.10.0 | |||||
2004-09-23 | The gnome-accessibility meta package has been removed - delete it from | agc | 1 | -2/+1 | |
the SUBDIRS in the category makefile, too. | |||||
2004-09-22 | Master site corrected | adam | 1 | -2/+2 | |
2004-09-21 | Update X.org packages to 6.8.1. | xtraeme | 2 | -10/+7 | |
To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4. | |||||
2004-09-21 | Welcome to GNOME 2.8.0! | jmmv | 4 | -47/+128 | |
I've left some dependencies commented out in the meta-pkgs meaning that those packages are part of the standard GNOME Desktop but I haven't had time to package them. If you import one of those packages, please enable the corresponding line (though keep the same version number listed). | |||||
2004-09-21 | Remove gnome-accessibility; it has very little use. | jmmv | 3 | -40/+0 | |
2004-09-19 | Make KDE depend on at least version 3.3.3nb1 of qt3-libs. | markd | 1 | -2/+7 | |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 2 | -8/+7 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2004-08-21 | Fix download URLs. The KDE 3.3.0 release is a subdirectory called "3.3" | tron | 1 | -16/+17 | |
and not in "3.3.0". | |||||
2004-08-21 | Remove non-existing mirror "ftp.us.kde.org". | tron | 1 | -2/+1 | |
2004-08-21 | Replace non-existing "download.uk.kde.org" with "ftp.uk.kde.org". | tron | 1 | -2/+2 | |
2004-08-21 | Update to KDE 3.3. | markd | 2 | -17/+17 | |
2004-08-16 | Use PKG_SKIP_REASON so that bulk builds reports the packages as | kristerw | 2 | -4/+4 | |
"unavailable" instead of "broken". | |||||
2004-08-14 | Add substitutions for @_COMPILER_LD_FLAG@ and @RPATH_FLAG@ missed | recht | 1 | -1/+3 | |
in my previous commit. Noted by FUKAUMI Naoki on tech-pkg@. | |||||
2004-08-14 | Added suse9 meta-pkg, for SuSE 9.1-base Linux binary emulation environment | jdolecek | 1 | -1/+2 | |
2004-08-14 | a meta package for SuSE 9.x-based Linux binary emulation environment | jdolecek | 3 | -0/+46 | |
2004-07-31 | I'm maintainer for the XFree86/X.org packages from pkgsrc. | xtraeme | 1 | -2/+2 | |
2004-07-30 | Define CHECK_X11_TYPE, which is needed to be sure that all packages | xtraeme | 2 | -2/+6 | |
will be installed into the proper location, otherwise X11ROOT_PREFIX might be empty! | |||||
2004-07-30 | Add a new variable to specify the installation prefix for | xtraeme | 2 | -7/+4 | |
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE. | |||||
2004-07-29 | Minor nits. | xtraeme | 2 | -9/+5 | |
2004-07-29 | Depend on xorg-dirs where appropiate, as was done for XFree86 by jmmv@. | xtraeme | 1 | -1/+2 | |
2004-07-29 | xorg packages now will be installed into ${PREFIX}/xorg by default, | xtraeme | 1 | -3/+2 | |
so we don't have to conflict between XFree86 and xorg. Suggested by grant@. | |||||
2004-07-29 | + xorg | xtraeme | 1 | -1/+2 | |
2004-07-29 | Initial import of xorg-6.7.0. | xtraeme | 4 | -0/+278 | |
This is the X.org meta package, for installing the entire X11 suite. | |||||
2004-07-23 | Added xfce4-wavelan-plugin | martti | 1 | -1/+2 | |
2004-07-21 | Remove some unused vars in PLIST_SUBST. | xtraeme | 1 | -22/+2 | |
2004-07-21 | Add OpenBSD to ${SYSTEMS} for compiler options. | xtraeme | 1 | -2/+2 | |
2004-07-20 | Add OpenBSD-*-* to ONLY_FOR_PLATFORM, mark NetBSD/FreeBSD/Linux for any | xtraeme | 1 | -2/+2 | |
arch too (I cannot test them, but it's best to enable it for future testers). Note that I'm working on adding OpenBSD support for these packages. | |||||
2004-07-13 | Added DEPENDS line for www/tidy. This package is needed to regen the | darcy | 1 | -1/+2 | |
files used by the guide, | |||||
2004-07-12 | Updated XFce to 4.0.6 | martti | 2 | -7/+7 | |
As usual, this is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with recent GTK+ releases along with other fixes. | |||||
2004-07-05 | Update comment to match reality. | markd | 1 | -3/+2 | |
2004-06-28 | Say hello to GNOME 2.6.2! The latest stable release for the 2.6 branch. | jmmv | 5 | -35/+34 | |
2004-06-23 | Accept perl58 and perl-thread packages too... | xtraeme | 1 | -2/+2 | |
2004-06-21 | Added xfce4-weather-plugin, xfce4-cpugraph-plugin, xfce4-xkb-plugin, | martti | 1 | -1/+6 | |
xfce4-taskbar-plugin and xfce4-windowlist-plugin. | |||||
2004-06-10 | update Makefile to 3.2.3 | markd | 1 | -15/+15 | |
2004-06-10 | Update to kde 3.2.3. | markd | 1 | -2/+2 | |
2004-05-15 | Say hello to GNOME 2.6.1! | jmmv | 4 | -50/+50 | |
2004-05-07 | whitespace nits | cjep | 1 | -2/+2 | |