summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16print/ghostscript -> print/ghostscript-agpldholland1-3/+3
2013-03-16Choose ghostscript package for ghostscript tools based on whetherdholland1-3/+13
gnu-agpl-* is in ACCEPTABLE_LICENSES. This is mostly the same as the old ghostscript type logic that was removed in version 1.223.
2013-03-15Ensure that pkgsrc openssl tool is used if not using builtin openssl.fhajny1-1/+10
2013-03-14Add qpl-v1.0 (non-copyleft free) to default acceptable.wiz1-1/+2
2013-03-14Sort DEFAULT_ACCEPTABLE_LICENSES.wiz1-21/+25
2013-03-14Move definition of rubygems sites so that it is usable with packagesobache1-1/+5
not using gem as installation but as archive.
2013-03-13Add squid-backend-rock, squid-ipfw and squid-kerberos-helper.taca1-0/+3
2013-03-13bump required user_cygwin package to 20130313.obache1-2/+2
2013-03-13note ndbm optionobache1-0/+1
2013-03-08Add DESTDIR to error message in case of PLIST mismatch.wiz1-3/+3
Noted by Edgar Fuß.
2013-03-07Temporary skip REQUIRE metadata collection for PE (Cygwin),obache1-2/+2
some DLL lead `ldd' command to hung up.
2013-03-06Switch to use own user_cygwin for _USER_DEPENDS.obache1-2/+2
2013-03-03switch to based on shlib-dylib.awkobache1-12/+174
2013-03-02Bump mysql default to 55.wiz1-5/+5
2013-03-01Enable check-shlibs if the user supplies a working readelf, e.g. from binutils.jperkin1-3/+10
2013-03-01Create a wrapper for gfortran.jperkin1-2/+2
2013-03-01Minix.mk: update GROUPADD/USERADD. OK by agc.tcort1-3/+3
2013-03-01fuse.buildlink3.mk: add Minix support. PR pkg/45046 OK by agctcort1-2/+2
2013-03-01bsd.prefs.mk: add definitions for Minix. PR pkg/45046 OK by agc.tcort1-1/+6
2013-02-28Add support for *.sh as jre-bin files.jperkin1-2/+2
2013-02-27create tools' aliases additionally with _OPSYS_EXE_SUFFIX.obache1-1/+6
In some situations, tools will be invoked with platform specific executable suffix (ex. Perl5's Configure).
2013-02-27introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix.obache1-1/+2
2013-02-27Drop Interix-ish, not for Cygwin.obache1-24/+1
2013-02-23prevent to expand if dlname is empty.obache1-2/+2
2013-02-23prefer native X11 on Cygwin.obache1-1/+3
2013-02-23native X11BASE=/usr on Cygwin.obache1-2/+2
2013-02-22In pkgsrc, 64bit linux libraries should install into lib rather than lib64.markd1-1/+2
Make sure cmake does this.
2013-02-22Update default Emacs version to 24.asau1-2/+2
2013-02-22Fix ROOT_USER/ROOT_GROUP for Cygwin to Administrators/Administrators (not usingobache1-2/+3
its UID/GID), and sync platform privilege check with bootstrap script.
2013-02-22Allow to overwrite commnand of privilege check as _IS_ROOT_CMD.obache1-2/+3
2013-02-21if `id -u' failed, assume that numeric ID is specified (especially for Cygwin).obache1-2/+2
2013-02-21${ID} is not defined here.obache1-4/+2
2013-02-21clang -dumpversion prints 4.2.1, which is not the intended contentwiz1-2/+2
of CC_VERSION. Use clang --version | sed to get a more usable string.
2013-02-20Use ${ID} instead of bare 'id'.obache1-3/+3
2013-02-20purge jitterbug related items, misc/jitterbug had been removed in 2012Q3.obache1-38/+1
2013-02-20Fixes ROOT_GROUP setting for Cygwin.obache1-2/+4
2013-02-20Fix continuation for previous.wiz1-2/+2
2013-02-20Remove OPSYS and LOWER_OPSYS substitutions in print-PLIST;wiz1-3/+1
nowadays they cause more PLIST breakage than they fix.
2013-02-20skip symbolic link for shlibs check, it may point to absolute path and currentlyobache1-2/+5
installed old version's file.
2013-02-17make emulators/compat50, emulators/compat50-x11, emulators/compat51,spz1-1/+13
emulators/compat51-x11 and emulators/compat60 known
2013-02-17Clean up tools for Cygwin:obache1-16/+66
* expect all packages in Base category are installed * try to detect tools in optional packages
2013-02-16Remove fetched file if fetch command succeeds to fetch but checksum mismatchobache2-2/+4
with PKG_RESUME_TRANSFERS=YES. PR 39896.
2013-02-15check requirement of uac manifest, it is required for Windows Vistaobache2-4/+12
(aka NT-6.0) and later.
2013-02-15set Cygwin kernel name to OS_VARIANT for further usage.obache1-1/+2
2013-02-12Don't use GNU tar as bsdtar, it isn't fully compatible and fails withjperkin1-3/+1
the OpenJDK distfiles.
2013-02-10Experimental support of manifest files for Windows UAC.obache3-1/+58
For Windows Vista or later, executable files including special keywords (install, update, patch, and so on) in its name are expected as requireing privileged permissions by default (UAC). If not, it must be specified with manifest file, or it will be failed to execute as "Permission denied".
2013-02-10Add preference for Cygwin.obache3-2/+197
2013-02-10Add REQUIRE/PROVIDER metadata detection support for OBJECT_FMT=PE (Cygwin).obache1-1/+15
2013-02-10Improve PLIST handling for Cygwin (SHLIB_TYPE=PEwin)obache4-2/+67
* also expand `dlname' in libtool archive * executable binary files may have .exe extension * rename shlib extension .so with .dll
2013-02-09sed and install have moved to /usr/bintcort1-3/+3
OK by obache