Age | Commit message (Expand) | Author | Files | Lines |
2013-06-14 | Some cleanup from ISIHARA Takanori in PR 47928. | wiz | 1 | -47/+9 |
2013-06-14 | Remove work-arounds for Mac OS X Mountain Lion's broken "awk" as we are | tron | 2 | -6/+3 |
2013-06-14 | ftp://sunsite.uio.no/pub/X11/individual/ was last updated in 2010, | wiz | 1 | -3/+2 |
2013-06-14 | Clean up pkglint flagged issue: | mef | 1 | -0/+1 |
2013-06-13 | Add USE_PKGSRC_GCC_RUNTIME support for gcc 4.8 and fix dependencies for | jperkin | 1 | -3/+9 |
2013-06-12 | Don't let the pkgsrc TARGET_ARCH bleed into gmake's environment. | riastradh | 1 | -1/+10 |
2013-06-12 | Remove GNU_CONFIGURE_LIBDIR. | wiz | 1 | -7/+4 |
2013-06-08 | Add two additional hacks/workarounds to make netbsd-5's make accept the | dholland | 1 | -3/+5 |
2013-06-07 | After including builtin.mk files, go through BUILDLINK_TREE in tree order | dholland | 1 | -1/+47 |
2013-06-07 | Move show-depends-options again, to be worked form non-option packages. | obache | 2 | -12/+13 |
2013-06-06 | create X related tools also for X11_TYPE=native. | obache | 1 | -28/+46 |
2013-06-05 | fixes usage of TOOLS_CREATE for X related tools, and those tools will be created | obache | 1 | -10/+10 |
2013-06-05 | Revert change to "PKG_SETENV": | tron | 1 | -2/+6 |
2013-06-03 | Make PKGSRC_SETENV sanitize the environment. | riastradh | 1 | -3/+2 |
2013-06-02 | more update for R1Alpha4, and let /boot/common/bin as optionlfy. | obache | 1 | -3/+20 |
2013-06-02 | Add the ability for a package to disable pbulk multi-package handling. | sbd | 1 | -3/+5 |
2013-06-02 | hacked `file' command is not required anymore. | obache | 1 | -2/+1 |
2013-06-02 | gmake is not in /bin on Haiku R1Alpha4. | obache | 1 | -1/+5 |
2013-06-02 | Add mysql to pbulk multi-package support. | sbd | 1 | -2/+6 |
2013-06-01 | Fixed typo in documentation. | rillig | 1 | -2/+2 |
2013-06-01 | /tmp/cvs02076b | rillig | 1 | -9/+11 |
2013-05-29 | No trailing comma after -R | joerg | 1 | -2/+2 |
2013-05-26 | Add options ibus and mlterm-fb for x11/mlterm. | tsutsui | 1 | -0/+2 |
2013-05-23 | prevent to generate binary package in ${PACKAGES} from the side effect of | obache | 6 | -14/+57 |
2013-05-22 | Use -R as LINKER_RPATH_FLAG like GCC. The patches for lang/gcc47 and | joerg | 1 | -2/+2 |
2013-05-21 | Use GMAKE_REQD in TOOLS_DEPENDS.gmake, bump GMAKE_REQD to 3.81. | sbd | 2 | -4/+4 |
2013-05-18 | Add entries for fuse, inotify, and oggz. | rodent | 1 | -0/+3 |
2013-05-18 | * Remove PKGSRC_SHOW_PATCH_ERRORMSG, because it is not used in pkgsrc/mk. | ryoon | 1 | -10/+8 |
2013-05-17 | Fix a pasting botch in v1.54 that killed Linux i386 | dsainty | 1 | -3/+2 |
2013-05-16 | _OPSYS_SYSTEM_RPATH must match _OPSYS_LIB_DIRS or else the buildlink | jperkin | 1 | -4/+2 |
2013-05-16 | Use TOOLS_CMDLINE_SED instead of TOOLS_SED, to pass special arguments, | obache | 1 | -2/+2 |
2013-05-16 | add `-b' (binary) option for SED to prevent special processing about CR+LF. | obache | 1 | -2/+2 |
2013-05-13 | Fix another :ts | jperkin | 1 | -2/+2 |
2013-05-13 | It is a common misconception that ${FOO:tsc} will split FOO on 'c', | jperkin | 1 | -2/+2 |
2013-05-12 | Strip minus for warning about disabling unsupported options. | riastradh | 1 | -2/+2 |
2013-05-12 | file command usage is limited in pkgsrc now, so no need to use hacked one. | obache | 1 | -2/+1 |
2013-05-12 | drop `file' command from default USE_TOOLS list. | obache | 2 | -3/+11 |
2013-05-12 | hacked `file' command was introduced for text file check in SUBST, | obache | 1 | -2/+2 |
2013-05-12 | consider nb? in dependency pattern. | obache | 1 | -2/+2 |
2013-05-12 | Move show-depends-options, it is pkgformat independ target. | obache | 2 | -12/+12 |
2013-05-11 | On Debian/Ubuntu Linux, set system's library path as Debian's multiarch | ryoon | 1 | -1/+18 |
2013-05-11 | Also, +static, for the building of static libraries. | rodent | 1 | -0/+1 |
2013-05-11 | Added introspection (GObject Introspection) and xcursor options | rodent | 1 | -0/+2 |
2013-05-11 | Warn, don't fail, on disabling an unsupported option. | riastradh | 1 | -1/+5 |
2013-05-10 | check defined before using USE_LANGUAGES as condition. | obache | 1 | -2/+3 |
2013-05-09 | Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/. | riastradh | 24 | -73/+185 |
2013-05-09 | Use --sysroot in cpp/gcc/gxx cross-compiler wrappers. | riastradh | 3 | -106/+9 |
2013-05-09 | Set NATIVE_CC/CC, NATIVE_CXX/CXX, and NATIVE_LD/LD for cross-builds. | riastradh | 1 | -2/+8 |
2013-05-09 | Use g95 as default Fortran compiler. Would be nice to use more modern | joerg | 1 | -3/+3 |
2013-05-09 | Split Fortran support from devel/libtool-base into a separate package | joerg | 1 | -1/+10 |