summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06The newer versions of solaris studio compilers install by default intotez1-1/+4
/opt/solstudioNN.N rather than /opt/SUNWspro so look there too.
2013-04-06prevent to PREFER_PKGSRC any of x11 packages for Cygwin.obache1-1/+4
2013-04-05Add the '-r' option to useradd/groupadd when no uid/git is given so thatsbd1-3/+3
a system account/group (differance id range) will be created.
2013-04-04The PostgreSQL Global Development Group has released a security update to ↵adam1-13/+2
all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately. A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request. Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.
2013-04-04Default to the native linux-pam implementation. It is availablejperkin1-1/+4
since at least Leopard (10.5) and the security/PAM package does not currently build, breaking PREFER_PKGSRC=yes.
2013-04-03normalize LOWER_ARCH i?86 for Cygwin, same as Linux.obache1-2/+4
2013-04-03Fix typo in comment.jperkin1-2/+2
2013-04-02I think this might fix gcc47-libs.wiz1-2/+2
XXX: Proper infrastructure support for gcc48 might need more work.
2013-04-02add some tricks to handle #!/usr/bin/env, do please improvemspo1-2/+3
2013-04-01Add support for gcc48. From Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz1-6/+39
2013-04-01Fix two typos.wiz1-3/+3
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.