Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-28 | for X11_TYPE=native, default X11BASE to /usr/X11R7 on NetBSD if | jmcneill | 1 | -1/+3 | |
X11FLAVOUR is "Xorg", so it is set right even when x* sets aren't installed ok joerg | |||||
2011-11-26 | Document section update. PR pkg/45654. | ryoon | 1 | -4/+4 | |
* Add value "7" to USE_JAVA2. | |||||
2011-11-26 | Add gmake.mk, based on texinfo.mk, to check the version of the | hans | 2 | -1/+67 | |
platform-provided gmake. Packages can set GMAKE_REQD to require a minimum gmake version. | |||||
2011-11-26 | Add flex.mk, based on texinfo.mk, to check the version of the | hans | 2 | -1/+70 | |
platform-provided flex. Packages can set FLEX_REQD to require a minimum flex version. | |||||
2011-11-22 | add CACTI_USER & CACTI_GROUP for net/cacti package | tez | 1 | -1/+13 | |
2011-11-17 | Add objcopy to the list of cross-compiling tools. | joerg | 1 | -2/+2 | |
2011-11-13 | Use first entry of CATEGORIES as default CATEGORY. | joerg | 1 | -1/+2 | |
2011-11-13 | If importing into an existing directory, remove the content first. | joerg | 1 | -1/+11 | |
2011-11-13 | Allow empty FROM to actually work. Allow importing from the target | joerg | 1 | -7/+5 | |
location in pkgsrc, it is after all the natural place for testing new imports. Don't try to remove a file named after the import message, it won't exist. XXX Needs more work for the second case to remove the files before XXX running cvs up | |||||
2011-11-13 | Don't bail out with parse error if _EXPERIMENTAL isn't set. | joerg | 1 | -2/+2 | |
2011-11-12 | Fix from taca@ to update pbulk indexing to work with the new ruby | dholland | 1 | -2/+2 | |
version stuff. Ok'd by joerg@ too. | |||||
2011-11-05 | Define the tools available on the Minix platform. | tcort | 1 | -0/+65 | |
2011-11-05 | Define the Minix platform. | tcort | 1 | -0/+65 | |
2011-11-05 | When using Minix, set BINPKG_SITES to the official Minix binary package site. | tcort | 1 | -1/+4 | |
2011-11-03 | Update _GCC_DIST_VERSION to 4.6.2 | hans | 1 | -2/+2 | |
2011-10-31 | Add LIBC_BUILTINS platform definition to Linux. | sbd | 1 | -1/+2 | |
Designed to be used in mk.conf like so: PREFER_PKGSRC= yes PREFER_NATIVE= ${LIBC_BUILTINS} | |||||
2011-10-30 | README.C not README.c, says veego who seems to be afraid to use his commit bit. | wiz | 1 | -2/+2 | |
2011-10-30 | Check for /usr/var/README.c as well. | wiz | 1 | -2/+2 | |
From Brian A Seklecki on pkgsrc-users. | |||||
2011-10-26 | Add the minor number of the OS version to LOWER_OPSYS_VERSUFFIX. | hans | 1 | -2/+2 | |
Configure scripts tend to use it to distinguish different SunOS versions. | |||||
2011-10-23 | Typo | dholland | 1 | -2/+2 | |
2011-10-15 | Change the X11_TYPE conditional to work with the switch in the default | sbd | 1 | -2/+2 | |
X11_TYPE to modular. | |||||
2011-10-15 | Rename "flavor" to "pkgformat". | reed | 29 | -136/+136 | |
This is from Anton Panev's GSoC 2011 project to add RPM and DPKG support to pkgsrc. (I am not adding that further support in this commit.) This is just a rename of the existing functionality. Now it will be easy to test the GSoC work by simply putting in a single directory (such as "rpm" or "deb"). See http://addpackageforma.sourceforge.net/ for some details. This is from Anton's CVS, but I made some minor changes: - changed plural pkgformats to singular pkgformat (to be consistent) - fixed a few places (in comments) that were missed - catch up on some additions to flavor not in the pkgforma cvs: PKGSRC_SETENV and _flavor-destdir-undo-replace and undo-destdir-replace-install. | |||||
2011-10-12 | add jabber | jnemeth | 1 | -0/+1 | |
2011-10-11 | add spandsp | jnemeth | 1 | -0/+1 | |
2011-10-08 | Remove zaptel option everywhere (zaptel-netbsd package was removed) | shattered | 1 | -1/+0 | |
2011-10-04 | In SunOS 5.10 and earlier, some tools only exist in /usr/sfw/bin. | hans | 1 | -1/+25 | |
2011-10-04 | Re-enable pkg-config on SunOS 5.11. | hans | 1 | -4/+4 | |
2011-10-04 | Use ${TAR} instead of tar. | hans | 1 | -2/+2 | |
2011-10-03 | Cleanup regexps for Darwin. PPC version of the JDK never exists. | yyamano | 1 | -4/+4 | |
2011-09-29 | Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATH | markd | 1 | -1/+1 | |
Needed to properly detect and set the paths of some installed packages that fall outside the buildlink framework. | |||||
2011-09-29 | Disable using perl and pkg-config as host tools for the upcoming branch. | hans | 1 | -8/+8 | |
Will be properly fixed and reenabled after the freeze ends. | |||||
2011-09-28 | Fix setup of g95 as PKGSRC_FORTRAN for fortran77 packages. | markd | 1 | -2/+3 | |
2011-09-25 | Fix a bug in the multi-version logic exposed by packages supporting only | joerg | 1 | -2/+5 | |
Ruby 1.8. The multi-version logic was skipped for an attribute, if there was only entry in the parameter list. This is wrong, if this entry is not the default version for this attribute. Adjust. Tested by comparing the resulting packages for a scan with and without this change. | |||||
2011-09-23 | Add jdk6 support for Mac OS X Lion. | yyamano | 1 | -1/+2 | |
sun-jdk6 for ppc doesn't exist. Will clean up the regexp after the freeze. | |||||
2011-09-22 | Remove dead mirror at mozilla.isohunt.com. | shattered | 1 | -2/+1 | |
2011-09-18 | Tentatively switch X11_TYPE to modular to MirBSD. The native X is still | bsiegert | 1 | -2/+2 | |
X11R6 so many new applications do not build. meta-pkgs/modular-xorg-libs built correctly in my tests, so let's see what a bulk build will show. | |||||
2011-09-18 | switch NetBSD-4 and AIX to default to modular X11_TYPE | abs | 2 | -5/+3 | |
2011-09-17 | Replace hard-coded paths to /usr/pkg with $ENV{BUILDLINK_DIR} and remove | brook | 1 | -2/+2 | |
a hard-coded path to /usr/local/bin altogether. This usage is consistent with other paths already in the same file. | |||||
2011-09-17 | note sqlite3 option. | obache | 1 | -0/+1 | |
2011-09-17 | IRIX 6 made it to X11R6, but never X11R7, so default to X11_TYPE=modular | abs | 1 | -3/+1 | |
2011-09-17 | UnixWare 7 has move dup to X11R6, still less than X11R7, so default to | abs | 1 | -3/+1 | |
X11_TYPE=modular | |||||
2011-09-17 | Sinc BSD/OS has been oprhaned since 2004, default to modular X11_TYPE | abs | 1 | -3/+1 | |
2011-09-17 | Since Interix appears to use X11R5, switch to modular X11_TYPE by default | abs | 1 | -3/+1 | |
2011-09-15 | Update description for cce, from Snader_LB. | wiz | 1 | -2/+2 | |
2011-09-15 | Added databases/postgresql91 version 9.1.0 | adam | 1 | -3/+12 | |
2011-09-14 | When using native pkg-config, provide a variable with arguments for | hans | 1 | -1/+3 | |
autoreconf to include the native aclocal dir in its search path. Packages using autoreconf need to be adapted to use this. | |||||
2011-09-14 | Use more host tools on SunOS. Default to GNU tools when available. | hans | 1 | -15/+89 | |
2011-09-10 | From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. | abs | 15 | -34/+39 | |
Based on the responses I'm going to switch the default X11_TYPE to be modular, and override in platform/*.mk files as required. The new values will be: Changed - from native to modular - FreeBSD - FreeMiNT - Linux Changed - older versions switched from native to modular - NetBSD - native for NetBSD-4 and later Native (unchanged) - should probably be switched to modular - AIX - BSDOS - IRIX - Interix - MirBSD - UnixWare Native (unchanged) - Darwin - for Leopard (10.5) and later - OpenBSD.mk - SunOS.mk Modular (unchanged) - DragonFly - HPUX - Haiku - OSF1 I'd like to encourage anyone using X11 apps on any platforms other than NetBSD, Darwin, DragonFly, FreeBSD, Linux, FreeMiNT, HPUX, Haiku or OSF1 to speak up, whether they are happy with native or having to set modular. | |||||
2011-09-09 | If SUSE_PREFER is > than EMUL_REQD, then use SUSE_PREFER | abs | 1 | -2/+4 | |
2011-09-09 | Add comment for Mac OS X 10.7.x Lion. | yyamano | 1 | -1/+2 | |