summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2014-07-04Generate a correct error message, instead of referring to a variabledholland1-2/+3
that gets changed on the next line.
2014-06-28bsdtar is certainly valid for EXTRACT_USING.joerg1-2/+2
2014-06-20Document "debug-info" and "webrtc" options.martin1-0/+2
2014-06-15rename ffr-tls to sendmail-ffr-tls as requested by wiz@jnemeth1-1/+1
2014-06-15add ffr-tls for sendmailjnemeth1-0/+1
2014-06-11Move www/apache/module.mk to mk/apache.module.mk and adjust it to usejoerg1-0/+54
mk/apache.mk.
2014-06-10Retire Apache 1.3 and 2.0.joerg3-26/+15
2014-06-10Make apr1 the default in preparation of removing Apache 2.0.joerg1-1/+0
2014-06-10Bump PostgreSQL default version to 9.3.joerg1-2/+2
2014-06-10Always use OpenPAM as fallback PAM implementation if a native one isjoerg3-51/+88
missing. Drop PAM_ACCEPTED and PAM_TYPE as unused or redundant.
2014-06-09Make lang/g95 as default Fortran compiler under NetBSD current (GCC 4.8)ryoon1-8/+1
lang/g95 is built with NetBSD current's GCC 4.8.3. Thank you, asau@.
2014-06-09-lpthread not needed, it's in libroot.obache1-2/+2
2014-06-06Add portals optionryoon1-0/+1
2014-06-02Remove old bulk build code. Use pbulk.wiz19-3801/+2
2014-06-01Update default font path reference.wiz2-7/+7
2014-06-01xnp2-ia32 option is now obsolete.tsutsui1-1/+0
2014-06-01Fix error under recent NetBSD current (GCC 4.8.3).ryoon2-2/+120
2014-06-01Set gcc48-* compilers, and gcc48-fortaran as default Fortran compiler forryoon1-28/+33
recent gcc 4.8.3 NetBSD current. lang/g95 is not built for such NeBSD.
2014-06-01Remove lang/gfortranryoon1-117/+0
2014-05-31Remove giflib switch file.wiz1-23/+0
2014-05-22Add curl and wget.obache1-1/+7
2014-05-21Fixes system endian header detection.obache1-2/+2
PR pkg/48823
2014-05-20GNU patch should not be used.obache1-2/+3
2014-05-19Improve previous.wiz1-3/+3
2014-05-19Note about mantainance of pkgsrc guide.obache1-1/+3
2014-05-18Catch up to /boot/common => /boot/system/develop on Haiku.obache1-2/+4
2014-05-18catch up to /boot/common removal, adust header/library location.obache1-1/+8
noticed by diger in pkgsrc-users@.
2014-05-18Haiku has groupadd now.obache1-2/+4
noticed by diger in pkgsrc-users@. While here, enable useradd only for the case groupadd exists, because former useradd is interactive command, not usable with pkgsrc framework.
2014-05-18catch up after removal of /boot/common on Haiku.obache1-14/+47
noticed by diger in pkgsrc-users@.
2014-05-18Haiku also has getprogname(3)/setprogname(3).obache1-2/+2
noticed by diger in pkgsrc-users@.
2014-05-18On Haiku:obache1-4/+4
ulimit -m: invalid option ulimit -d: data sg size: cannot get limit: Invalid Argment ulimit -s: stack size: cannot modify limit: Invalid Argment noticed by diger in pkgsrc-users@.
2014-05-15Add openssl license and allow it by default, since it's FSF approved:wiz1-1/+2
http://www.gnu.org/licenses/license-list.en.html#OpenSSL
2014-05-12Describe qemu and xen.gdt1-0/+2
2014-05-09use configured in check-permsrichard1-2/+2
2014-05-08Re-add iij mirror of sourceforge.jp, and re-corder mirror sites.ryoon1-3/+5
Thank you, Shuji SADO and obache@.
2014-05-06homogenise fgrep to be grep -Frichard1-4/+4
2014-05-06Move INIT_SYSTEM to bsd.prefs.mk, allowing it to be tested injperkin2-10/+10
package Makefiles when packages perform custom rc.d handling.
2014-05-06Remove sourceforge.jp mirror sites that is not listedryoon1-5/+2
in official download page. They have no uptodate content, and download.sourceforge.jp is redirect only.
2014-05-06Remove http://keihanna.dl.sourceforge.jp/ from sourceforge.jp mirror.ryoon1-2/+1
It is dead.
2014-05-06mozilla.org decided to discontinue mirroring of its content officially.ryoon1-10/+2
Remove not-working or abandoned mirror sites.
2014-05-05Add amd64 to LP64PLATFORMS, OpenBSD returns amd64 instead of x86_64ryoon1-2/+3
No objection on public mailinglist.
2014-04-30On Darwin, support osxfuse, and drop support for macfuse.gdt1-6/+9
No change for !=Darwin. This fixes at least some fuse-using packages. (Proposed on tech-pkg on April 6, no objections received.)
2014-04-28Check builtin perl usabilityobache1-1/+46
* if p5-* in {,BUILD_,TOOL_}DEPENDS, use perl5 from pkgsrc. * check whether builtin perl satisfies PERL5_REQD, or use perl5 from pkgsrc. * if buitin perl satisfies all {perl>=n.m,p5-foo>=x.y} style dependencies, get rid of such dependencies and use builtin perl.
2014-04-22Support per language gcc48 packagesryoon1-14/+30
2014-04-18Some improvements and changes for Haskell Cabal support.obache2-8/+132
* HASKELL_ENABLE_LIBRARY_PROFILING and HASKELL_ENABLE_HADDOCK_DOCUMENTATION are "User-settable variables", not "Package-settable variables". * Change to HASKELL_ENABLE_HADDOCK_DOCUMENTATION=yes by default. * Add HASKELL_ENABLE_SHARED_LIBRARY("yes" by default), to enable shlib support. * Add support for dynamically conditional PLIST entries handling for HASKELL_ENABLE_SHARED_LIBRARY and HASKELL_ENABLE_LIBRARY_PROFILING. discussed with pho@ and szptvlfn@.
2014-04-18Add some option descriptions for musicpd.wiz1-0/+5
2014-04-17Stop USE_BUINTIN.pkg=no escalation from IGNORE_PKG.pkg=YES.obache1-2/+3
affect to result of pkgtools/x11-links, normal build v.s. pbulk.
2014-04-17Add libSDL and two dependencies.wiz1-1/+4
2014-04-16Add cecill-2.1 and allow it per default.wiz1-1/+2
OSI-approved, see http://opensource.org/licenses/CECILL-2.1
2014-04-15Remove DEBUG_FLAGS variable that occurs exactly once in pkgsrc -- here.wiz1-2/+2
Set INSTALL_UNSTRIPPED if you want the behaviour it affected.