Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-11 | Fix dependence on "kdepim3" package, bump package revision. | tron | 1 | -2/+3 | |
2004-11-11 | This file isn't used anymore. | skrll | 1 | -11/+0 | |
2004-11-08 | add php-pdflib extension | jdolecek | 1 | -2/+3 | |
2004-11-08 | follow php4-pdflib rename to php-pdflib, bump PKGREVISION | jdolecek | 1 | -3/+3 | |
2004-11-07 | Add support for building XFree86 packages on Solaris. | markd | 1 | -2/+19 | |
Claim to be using gcc always and assume that the wrapper framework will deal with the differences for other compilers (rather than getting imake to try and do it). | |||||
2004-11-06 | add php-zip, php-dom, php-xsl | jdolecek | 1 | -2/+5 | |
2004-11-06 | php4-zip was replaced by php-zip, which can be used with both PHP4 and PHP5. | jdolecek | 1 | -3/+3 | |
The PECL extension is preferred even for PHP4 (which has zip extension bundled), since further maintenance is likely to be more active there. | |||||
2004-11-05 | Add php-dbx package - PHP database abstraction layer extension. This is | jdolecek | 2 | -2/+6 | |
for both PHP 4.x and 5.x. | |||||
2004-11-05 | Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set by | xtraeme | 1 | -2/+2 | |
EGDIR! (hi reed!) | |||||
2004-11-04 | add php extension meta modules, for PHP 4.x and PHP 5.x | jdolecek | 1 | -1/+4 | |
2004-11-04 | Add php-extensions-5.0 meta-package. Pulls in the base PHP5, Apache module | jdolecek | 4 | -0/+74 | |
and all extension pkgsrc extension modules for PHP 5.x | |||||
2004-11-04 | Add php-extensions-4.3 meta-package. Pulls in the base PHP4, Apache module | jdolecek | 3 | -0/+75 | |
and all available extension modules. | |||||
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 | |