wiz
dbde467e2c
PKG_INSTALLATION_TYPES cleanup. Ride bump.
2014-10-09 14:10:41 +00:00
wiz
cda18437be
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
2014-10-09 14:05:50 +00:00
wiz
a08560c574
Bump version.
2014-10-09 13:55:00 +00:00
wiz
198a356c0d
More SVR4_PKGNAME cleanup.
2014-10-09 13:50:08 +00:00
wiz
e8647fedbb
Remove SVR4_PKGNAME, per discussion on tech-pkg.
2014-10-09 13:44:32 +00:00
rillig
99e9483d6d
Cleaned up the TODO list; the license check has been implemented.
2014-10-08 19:19:43 +00:00
rillig
f139df9027
Fixed variable type of PYTHON_VERSIONED_DEPENDENCIES, so that build-time
...
and run-time dependencies can be specified without pkglint warnings.
2014-10-08 19:15:16 +00:00
adam
243c29c4cc
Revbump after updating libwebp and icu
2014-10-07 16:47:10 +00:00
joerg
2c9c53240b
FreeBSD decided that getline must be explicitly requested.
2014-10-06 15:38:57 +00:00
joerg
e6b0c7d9be
OSX 9 lacks getline, so add it to the list. Use custom version of
...
le32toh.
2014-10-06 14:57:53 +00:00
joerg
f25da8dd04
Explicitly set target directory. Provide RCS ID.
2014-09-18 19:31:47 +00:00
schmonz
3618c2e28c
Fix spelling.
2014-09-17 12:54:58 +00:00
joerg
ebe3d8671f
+ cwrappers
2014-09-17 12:41:50 +00:00
joerg
8ee704def0
Add cwrappers-20100308 with minimal compat changes. Developed as part of
...
GSoC 2007, initial test suite parts from schmonz@, nagging by jperkin,
approval for addition during freeze by agc@.
2014-09-17 12:40:56 +00:00
wiz
dc16be1eb4
Allow -std= in compiler flags.
...
Ride bump.
2014-09-08 12:05:10 +00:00
wiz
63dcb5c691
Allow '+' in another place checking for package names. Needed e.g. for gtk2+.
...
Bump version.
2014-09-08 12:03:32 +00:00
jperkin
5ca6f0935a
Use MAKE_JOBS for inplace libnbcompat. Reduces the build time for bootstrap
...
quite a bit when using --make-jobs, due to the potentially large number of
times that libnbcompat needs to be (re)built.
2014-09-03 10:03:31 +00:00
cheusov
c1068499c3
Update to 0.47.1
...
Fixes:
- exit status of bmake invocation was not checked
- dirty hacks with PSS_SLAVES when MASTER_MODE=no are no longer
necessary
2014-08-30 11:15:31 +00:00
wiz
edec6ee519
No one reads makebump.manual and checks PKGREVISION changes; just
...
mention the packages where it failed. Update manpage.
Bump version.
2014-08-22 11:26:25 +00:00
cheusov
d4812eedd4
Update to 0.47.0
...
TOOL_DEPENDS is supported by default (pkg_src_summary stage)
Support for cross-builds (not tested yet)
stage_checks:
- gen_unregistered_CONFLICTS was disabled, it is too slow.
- additional section for memory allocation failures was added.
- improvements for "missing progs", "missign header" and "library
not found sections".
distbb_chroot:
- Option -p was added and other improvements.
distbb.conf and distbb.default.conf:
- Variable OS was renamed to OPSYS
- home-made function "assign" was replaced with :=
- New config variable ULIMIT_CMD was introduced.
It defaults to "ulimit -t 1800"
upload_pkgs_all_files: fix find(1) arguments.
Thanks to Andrey Oktyabrski for the report.
2014-08-14 18:29:35 +00:00
cheusov
5574cdb05b
Update to 0.65.1
...
Build failure was fixed on Haiku. Haiku provides strlwr(3) that
conflicts with pkg_summary-utils' version.
2014-08-12 23:15:28 +00:00
wiz
89d6a10e10
Add PYTHON_VERSIONED_DEPENDENCIES. Bump version.
2014-08-07 20:35:34 +00:00
schmonz
14f9c86492
Squelch warnings about smartmatch being experimental.
2014-08-01 15:44:13 +00:00
joerg
7c57796459
PR 48824: Disable bogus clobbering warning from GCC 4.8.
2014-07-29 11:37:46 +00:00
jperkin
b63f9ab414
libnbcompat-20140725:
...
Newer Linux systems have moved libutil.h to bsd/libutil.h, add the
necessary checks for that location. Fixes at least Ubuntu 12.04.
2014-07-25 13:26:24 +00:00
wiz
718f5ede4d
Improve commonbump instructions.
2014-07-22 10:51:17 +00:00
wiz
1b2f5ba83a
Use standard email address (pkgsrc-p5-people should not be MAINTAINER).
2014-07-19 14:26:06 +00:00
cheusov
7b71884f50
Update BUILD_DEPENDS
2014-07-13 16:46:45 +00:00
cheusov
d17b9486f1
Update
...
Version 0.65.0
mk-configure>=0.26.0 is required for build.
pkg_grep_summary
- fix for "-t strfile" (hcreate(3) hash is not autoresizable)
- if option -r was applied, the exit status is 1 for "not match"
and 2 for unexpected failure.
Code clean-ups and improvements.
Version 0.64.0
pkg_subgraph_deps:
- significant performance improvements
pkg_cmp_summary:
- option -f was added, options -p and -P are considered deprecated
Code clean-ups in the default pkg_digger.conf
2014-07-13 16:45:56 +00:00
wiz
4c13f8267d
Add LIBTOOL_REQD. Bump version.
2014-06-25 17:51:55 +00:00
rodent
79ee8d67fa
Don't set EXTRACT_SUFX if it's .gem. Change if statement to use a switch
...
and exclude ${WRKDIR}/.gemspec from WRKSRC candidates. Bump PKGVERSION.
2014-06-25 12:15:10 +00:00
wiz
079dc686e7
Make finddepends(1) parse Makefile.common's "# used by" lines and
...
also emit packages mentioned there, if a match was found in that
Makefile.common.
Adapt revbump HOWTO slightly, but not completely, since I don't
trust the comments enough yet.
Bump version.
Leaf package.
2014-06-24 15:00:27 +00:00
wiz
974012d51e
Sync mysql version list with reality.
...
From John Nemeth.
Bump version.
2014-06-19 07:22:02 +00:00
jperkin
6e4fb64ddf
Update x11-links to 0.91.
...
On Linux with LIBABISUFFIX, only include lib$LIBABISUFFIX directories rather
than both, as it can cause issues with ld finding suitable libraries. Fixes
a bunch of packages.
2014-06-14 21:06:52 +00:00
gdt
fc94f90921
Add two freetype2 files needed in recent OS X Quartz.
2014-06-13 22:42:18 +00:00
jperkin
67d73540f2
groff isn't required, nroff is sufficient to build the cat pages. Reduces
...
the number of dependencies required significantly on systems with no builtin
groff.
2014-06-13 14:02:53 +00:00
joerg
9a8bf2df00
pkglint-4.142: Remove apache13 and apache2 values.
2014-06-10 15:13:44 +00:00
joerg
c21e32f7e9
pkglint-4.141: PAM_ACCEPTED and PAM_TYPE are gone
2014-06-10 13:55:07 +00:00
cheusov
ce5b55794f
s/HAVE_DECL_ASPRINTF/HAVE_DECL_VASPRINTF/. According to configure.ac
...
presense of vasprintf(3) is checked. This partially fixes bootstrap failure
on AltLinux.
2014-06-07 19:17:42 +00:00
gdt
e4713a5e00
Depend on libfetch from pkgsrc.
...
On NetBSD 5, builtin libfetch is linked against builtin openssl, but
pkgsrc openssl is used to build pkgin, causing a link failure.
ok imil@.
2014-06-05 13:36:38 +00:00
ryoon
b9a8863ab1
Update to 20140604
...
* Enable for CentOS/RHEL, fix su(1) path.
2014-06-04 14:16:00 +00:00
obache
d4f85dc8cf
Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.
2014-06-01 13:12:38 +00:00
wiz
9a0a9b3f77
Remove giflib/libungif special cases. Bump version.
2014-05-31 15:56:59 +00:00
wiz
0388cab0fc
Bump version instead of PKGREVISION.
...
Noted by Wen Heping.
2014-05-30 08:32:26 +00:00
wiz
7eeb51b534
Bump for perl-5.20.0.
...
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
ryoon
38cacaff11
Update to 20140516
...
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD.
Fix undefined __guard_local in devel/libexecinfo.
2014-05-16 13:13:21 +00:00
wiz
171b26b452
Do not look for matches in Makefile comments (noted by adam).
...
Strip trailing slashes on package names.
The reason for this is that the package's own buildlink3.mk file usually
matches category/package, but not category/package/ (because the only
match is "BUILDLINK_PKGSRCDIR.foo").
Bump version.
2014-05-15 23:50:14 +00:00
wiz
0a3fb5512c
Add openssl license and allow it by default, since it's FSF approved:
...
http://www.gnu.org/licenses/license-list.en.html#OpenSSL
2014-05-15 09:59:09 +00:00
abs
a20f99ea74
HTML police (semantics division):
...
Add some <thead> and <tbody> tags
2014-05-14 14:45:26 +00:00
ryoon
c621ee7505
Update to 20140510
...
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform
Patch from obache@, thank you.
2014-05-10 23:01:26 +00:00