schmonz
8c0a55f86e
Remove old checkpassword, djbdns, and qmail options. Catch up to a new
...
djbdns option.
2018-10-24 15:51:38 +00:00
maya
8d0e197859
Remove dead mozilla mirrors. ESR mirrors are not used.
2018-10-23 23:22:31 +00:00
minskim
4b82a59c7e
lang/rust: Extract .cargo without making a copy in ${WRKDIR}
2018-10-23 16:39:29 +00:00
adam
eee51a9821
postgresql11: added version 11.0
...
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
2018-10-23 16:02:51 +00:00
jperkin
2aa8c6b07e
mk: Add native GNU/BSD grep where they are known to exist.
2018-10-17 08:30:43 +00:00
jperkin
c61f061ba7
mk: Add support for a ggrep tool.
...
This is for when GNU features are required that aren't available in some
other greps, for example -o or --color. If ggrep is requested then it
takes precedence over grep/egrep/fgrep and the GNU versions are used for
all three.
BSD grep aims for GNU compatibility so it is anticipated that it can be
used as a native tool to avoid a dependency on textproc/grep on platforms
that provide it.
2018-10-17 08:22:19 +00:00
maya
637d08c6eb
drop ftp://ftp.gnu.org, they have a notice stating they intend to shut down
...
ftp services. (http remains)
2018-10-13 02:46:11 +00:00
adam
f584999b44
Fix for platform/Haiku.mk:12: Makefile lines should not start with space characters.
2018-10-11 08:30:16 +00:00
abs
752fb11aed
Support single digit GCC_REQ values (5, 6 or 7)
...
Do not add 4 to avoid confusion between gcc44/48/49
Also switch USE_PKGSRC_GCC_RUNTIME checks to use _GCC_PKGBASE to match
against selected gcc
2018-10-09 15:02:48 +00:00
rillig
d578ca80ec
Fix whitespace issues reported by pkglint
2018-10-08 20:35:00 +00:00
rillig
88d1c1b9b7
Remove leading whitespace
2018-10-08 20:13:35 +00:00
rillig
b353c90862
Remove trailing whitespace
2018-10-08 20:02:17 +00:00
roy
af5c609886
Add ripoffline as a curses function to test for
2018-10-04 15:34:42 +00:00
tnn
61c4b6113a
add generic "ocaml" option for building optional ocaml bindings in packages
2018-10-04 14:13:43 +00:00
maya
e6c33287cf
s/wip/games/, thanks leot for the ping.
2018-10-01 18:25:17 +00:00
triaxx
1866d140cc
check-shlibs.mk: avoid l10n of awk-parsed messages.
...
Fix PR 53119
2018-10-01 14:59:49 +00:00
maya
6719bb25ed
Add love.mk, helps generate wrappers to execute LOVE2D games
...
with the correct LOVE version.
2018-09-30 19:22:18 +00:00
maya
bf3470aa29
describe av1 option.
2018-09-30 19:20:50 +00:00
sevan
83186f21bf
GCC 8.0 as the compiler in base is incoming.
2018-09-29 11:47:33 +00:00
sevan
d736694b6b
Sync with upstream, among the various changes is the update to the MINIX entry.
2018-09-16 10:38:48 +00:00
tnn
3b9a76ea38
mk: enable Java on NetBSD-*-aarch64
2018-09-14 16:01:05 +00:00
wiz
75ca86378b
mk: describe canlock option
2018-09-03 09:41:05 +00:00
maya
6c25dec844
Remove clauses 3,4 from TNF-only copyright blocks.
...
This is based on the decision The NetBSD Foundation made in 2008 to
do so, which was already applied to src.
This change has been applied to code which is likely not in other
repositories.
ok board@, reviewed by riastradh@
2018-08-22 20:48:36 +00:00
wiz
11646718df
options.description: add descriptions for flnews options.
2018-08-20 12:57:43 +00:00
adam
107ec1e19d
pkglint fix
2018-08-19 09:37:12 +00:00
ryoon
adedc2bccd
Fix typo. Thank you, jperkin@.
2018-08-18 08:18:42 +00:00
ryoon
474d34ae31
Add fcitx option
2018-08-18 01:25:58 +00:00
ryoon
61a42de382
Fix typo in variable name
2018-08-18 00:14:39 +00:00
nia
e58b44c7d0
Remove 'dynarec' option and enable it by default instead.
...
Discussed with wiz.
2018-08-16 13:25:27 +00:00
rillig
bd80bac9a0
mk/compiler.mk: sort supported compilers alphabetically
2018-08-12 19:36:40 +00:00
nia
d5d2bce328
+ dynarec
2018-08-11 13:57:27 +00:00
nia
4a26a6c893
license.mk: Remove duplicate entry I accidentally added.
...
Sorry, I thought I had committed this earlier.
2018-08-10 19:29:04 +00:00
nia
33f246505c
license.mk: Add some more acceptable Creative Commons licenses, suggested
...
by leot.
2018-08-07 15:43:41 +00:00
rillig
3866b420a6
mk/fetch/github.mk: document that PKGBASE influences GitHub variables
...
See https://mail-index.netbsd.org/pkgsrc-users/2018/07/thread1.html#027251
2018-08-01 18:01:32 +00:00
bsiegert
b4f2a458cc
Add description for psl option.
...
PR pkg/53459 (first step).
2018-07-28 11:22:41 +00:00
rillig
72f7766091
mk/help: if no intentional documentation is found, list containing files
2018-07-22 06:45:31 +00:00
maya
049476ecd8
mips64 is more likely not 64bit.
2018-07-16 19:53:53 +00:00
jperkin
593ba9f18c
mk/compiler/gcc.mk: Darwin needs _USE_GCC_SHLIB too.
2018-07-11 11:11:52 +00:00
jaapb
e5090fa968
mk/ocaml.mk now handles ulimit commands properly
2018-07-11 09:18:28 +00:00
wiz
107bfe0475
emacs: document more *nox versions, and switch to emacs26 by default
2018-06-24 21:19:10 +00:00
khorben
ff2d2f3e7a
Disable the flags for PKGSRC_MKPIE when explicitly required
...
This notably allows emulators/qemu to properly detect support for PIE, and
disable it where appropriate. This does not work with cwrappers yet.
2018-06-19 05:02:10 +00:00
schmonz
fc936bf281
Provide defaults for UCSPI_SSL_{USER,GROUP}.
2018-06-18 10:59:55 +00:00
dbj
ad7e5443a5
check-shlibs-macho.awk: revert previous
...
Revert this fix until we can determine a possibly better fix.
2018-06-07 07:00:10 +00:00
dbj
0af4e4a4a0
check-shlibs-macho.awk: fix support for checking modules
...
Allow the dylib install_name to be just the library basename
2018-06-07 04:58:46 +00:00
youri
a0b335c3d2
+ upower
2018-06-01 14:22:15 +00:00
jaapb
48b7bc7ff6
Updated ocaml.mk to work with opaline 0.3.1.
2018-05-31 11:22:46 +00:00
youri
1ff8a0091d
+ polkit
2018-05-29 03:30:54 +00:00
youri
b7fe3dcd2d
+ daap
2018-05-29 03:22:56 +00:00
rillig
d01040b2f7
mk/misc/show.mk: improve wording of the help text
2018-05-28 22:34:47 +00:00
rillig
072f2096f3
mk/bsd.pkg.mk: include PKGVERSION in show-all target
2018-05-28 20:37:47 +00:00