summaryrefslogtreecommitdiff
path: root/mk/platform/Cygwin.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-03-10Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, thesejperkin1-6/+1
variables are unused and in at least one case were completely wrong anyway.
2013-10-13Remove config.rpath override file and related code.wiz1-2/+1
This file is from libtool-1.x, which is not in pkgsrc any longer (using libtool-2.x since 2009). Also, it was only used for packages using autoconf-2.13 AND libtool; I found three packages in pkgsrc with that combination, and all of them still build on NetBSD-6.99.24/amd64 after this change.
2013-08-31CPP is /bin/cpp on Cygwin.obache1-1/+2
2013-07-12Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,jperkin1-2/+2
so that they are correctly calculated as independent. This avoids issues in bulk builds where the package version was taking precedence and causing the wrong user package to be depended upon.
2013-04-28Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables.obache1-1/+5
list of system library and header file directories. Also add missing _OPSYS_SYSTEM_RPATH for some platforms.
2013-03-13bump required user_cygwin package to 20130313.obache1-2/+2
2013-03-06Switch to use own user_cygwin for _USER_DEPENDS.obache1-2/+2
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-23prefer native X11 on Cygwin.obache1-1/+3
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-21${ID} is not defined here.obache1-4/+2
2013-02-20Use ${ID} instead of bare 'id'.obache1-3/+3
2013-02-20Fixes ROOT_GROUP setting for Cygwin.obache1-2/+4
2013-02-15check requirement of uac manifest, it is required for Windows Vistaobache1-1/+7
(aka NT-6.0) and later.
2013-02-10Add preference for Cygwin.obache1-0/+89