Commit graph

4785 commits

Author SHA1 Message Date
riastradh
3f0098d79f Same netbsd*-eabi* tweak for libnbcompat's even older config.sub. 2015-02-14 07:25:54 +00:00
riastradh
acc80b2090 On NetBSD, earm is always elf.
Someone^TM should adjust this to reflect the fact that NetBSD >=1.5
or whatever is always ELF, but I'll leave that for someone else to
deal with.
2015-02-14 04:46:50 +00:00
jperkin
b50c0e182e Need unistd.h on OS X 10.6 for ssize_t. 2015-02-13 22:18:38 +00:00
abs
60f166cc87 Update to pkg_rolling-replace-0.24.2
Add -B - to pass -B to pkg_chk when determining which packages to update
2015-02-12 08:22:16 +00:00
snj
8ba904aa51 These go to eleven.
revbump-2.11:
- Honor PKGSRCDIR in check-cvs-diff and replace-commonbump
- Document PKGSRCDIR all the man pages, not just in finddepends(1)
2015-02-09 00:58:44 +00:00
abs
b7662e1edb Updated pkgtools/pkgdiff to 1.6
1.6: Correctly handle filenames with whitespace in pkgdiff and mkpatches
2015-02-03 22:50:27 +00:00
wiz
76336f73cf Allow https in sites.mk.
Bump version.
2015-02-01 18:33:27 +00:00
imil
9da85ebfb5 removed patches, integrated upstream 2015-01-25 10:10:52 +00:00
imil
a0139b05c1 Updated to pkgin 0.7.0
Changes:

20150124
        When -n is provided to pkgin ar, rm, in, fug, packages list is shown
        as one package per line so it is easier to read (feature proposed
        by gdt@ in GitHub issue #41)

20150122
        Fixed GitHub issue #33: clean database when repository removed

20150121
        Fixed some resource leakage pointed out by coverity scan

20150119
        +PRESERVE packages now correctly upgraded without pkg_add -f

20150106
        Dropped percentage printout if stdout is not a tty (patch by Havard
        Eidnes)
        Changed pkg_add -f flag with -D as suggested by Greg Troxel

20150105
        Fixed an issue with meta-packages not updating pkgdb, check for
        PKG_DBDIR mtime instead

20150102
        Avoid deepness > 1 when checking for dependency upgrades, should fix
        PR #48561

20141229
        Avoid `preserved' packages to be `autoremoved'

20141228
        Fixed GH issue #1, NULL PKG_PATH (which is wrong btw) makes pkgin
        segfault, strcmp() secured with safe_strcmp()
        Added --with-pkginstall to configure

20141223
        0.7.0
        Fixed GH issue #36, automatic flag no more set when a package is
        installed via pkg_add(1)
        Added -p (parsable) flag for 3rd party frontends
        Added statistics (patch by Youri Mouton)
        Package-names-containing-a-dot fix (patch by Yamamoto Takashi)
2015-01-25 10:09:34 +00:00
pho
763c3057a4 Add AC_SYS_LARGEFILE to files/configure.ac
Given that libarchive is built with large file support, pkg_install
needs it too. Otherwise libarchive and pkg_install may see different
definitions of types such as struct stat, resulting in a runtime
failure on some platforms (especially Darwin 9):

  % bmake package
  => Creating binary package /usr/pkgsrc/pkgtools/pkg_install/work/.packages/pkg_install-20141227.tgz
  pkg_create: cannot write to archive: tar format cannot archive this (type=00)

The reason why this was unnoticed until now is that libarchive's
"configure" has just been regenerated with Autoconf 2.69. Prior to
2.69, AC_SYS_LARGEFILE did nothing significant on Darwin so there was
no actual inconsistency between libarchive and pkg_install, which was
just coincidental.
2015-01-22 18:15:39 +00:00
jperkin
ce0d0b89c4 Move -larchive from the general LIBS variable to each program that needs it,
prevents us from attempting to link the inplace libarchive against itself.
Fixes build on systems which do not include a native libarchive, and avoids
possible issues on systems which do.

Tested on SmartOS (no native libarchive) and OS X in both builtin and pkgsrc
configurations.  Ok joerg@.
2015-01-22 09:19:47 +00:00
obache
8d548ad3ca recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
adam
3827883f7e Fix building with libarchive v3; cosmetics 2015-01-20 19:15:56 +00:00
cheusov
a5c949bf60 Update to 0.65.2
pkg_lint_summary -l:
      REQUIRES/PROVIDES paths are normalized (//, /.., /. are removed).
      This fixes some problems in nih.
2015-01-18 16:45:43 +00:00
obache
aa22e096b1 Update MASTER_SITES and HOMEPAGE. 2015-01-17 04:47:17 +00:00
wiz
a5661f099c Fix example, noted by htodd. 2015-01-11 22:53:44 +00:00
wiz
735163baab Improve variable expansion, in particular improving EMACS packages.
From J. Lewis Muir.

Bump version.
2015-01-10 20:12:24 +00:00
mef
24a4eb8b60 Correction on grammer on comments. Adjust Tabbings, remove trailing white-space. No logic change. 2015-01-08 13:35:59 +00:00
wiz
98b6b1422a Restore pkg_admin 'add' command; it's still used by bootstrap in one place. 2015-01-02 14:26:16 +00:00
dholland
4a26b7623d Add BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM and bump version. 2015-01-01 06:10:10 +00:00
wiz
009a078654 regen (using 'mandoc -Ios=pkgsrc') 2014-12-30 15:17:28 +00:00
wiz
627d407a75 Remove pkg_views support, second part: infrastructure. 2014-12-30 15:13:19 +00:00
wiz
7c7a2e8ae4 Improve documentation. 2014-12-16 11:38:54 +00:00
mef
0ac7010dea Update 2.9 to 2.10
This update is proposed as
  http://mail-index.netbsd.org/tech-pkg/2014/12/08/msg013888.html
- (revbump) convert internal to two pass, and reduce fallout
- (replace-commonbump) new command to replace 'commonbump' to
  'commonbump.replaced'
- (check-cvs-diff) new command to check 'cvs diff -u' if py27,py34, ruby200
  and replace it if exists
  Thanks wiz@ and gdt@ for advice.
2014-12-15 23:25:54 +00:00
riz
544c9dedb0 Initialize a variable that GCC complains about being used possibly
uninitialized.
2014-12-06 22:35:24 +00:00
schmonz
15217497c0 Don't complain about exact (non-range, non-wildcard) dependencies.
Now that mail/qmail-run "looks fine", replace it with another of
my errant packages as a test case. Bump version.
2014-12-06 22:21:30 +00:00
schmonz
fd482f2fbd Spell "vulnerabilities" correctly. 2014-12-05 14:31:07 +00:00
cheusov
177370a46e Update to 0.13.0
NIH_<subcommand>_OPTS variables were introduced. With their help one
  can configure EVERYTHING from config file.

  NIH_OPTS config variable was also introduced.

  nih mark:
    - new option -n was added.

  nih install:
    - Option -D doesn't remove temporary directory.
    - New options -v and -V were added.
    - NO_REQPROV_CHECK and NO_REQPROV_CHECK config variables were
      removed.  Use NIH_INSTALL_OPTS instead.

  nih uninstall:
    - does not need "nih refresh -b".
      Thanks to Andrey N. Oktyabrski for the report!

  Fixed:
    - Finding a correct dependency now works correctly if dependency
      is ambiguous.
    - Unicity problem in "nih install PKGNAME" was fixed.
    - Analysing file conflicts now works correctly with files
      containing a space character.
    - Fix in saving ~/.nih/installed_* files
    - Check for version emptyness in "fake packages" was added.
2014-11-30 01:10:12 +00:00
joerg
ed0b2af687 cwrappers-20141129:
- Export path to the wrapper via config file and use that to replace the
  libtool call in the relink command.
- Do not drop rpath entries when processing the relink command, they are
  still needed.
2014-11-29 22:19:55 +00:00
joerg
4d968f774b cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIR
for consistency.
2014-11-27 20:36:43 +00:00
schmonz
18adce5fac Now that pkglint's Makefile defines its LICENSE, I would expect the
'..' test to print "looks fine." and exit 0. Indeed, this is what
an installed pkglint does when run in pkgtools/pkglint. But the
corresponding test does not, depending in some way on the state
left by previous tests of main().

In lieu of precise understanding, just run the adjusted '..' test
earlier so that nothing causes it to fail. This will annoy someone
later (probably me), but gets us back to green.
2014-11-24 16:31:34 +00:00
wiz
efbd68da94 New sentence, new line. Sort options in SYNOPSIS. Bump date for previous. 2014-11-24 09:50:34 +00:00
bsiegert
946f4d0551 New lintpkgsrc release. It contains the -y and -z parameters provided by
Adrian Portelli ten years ago in PR pkg/25451.
2014-11-24 09:41:25 +00:00
asau
feab860359 Bump version for package list format change. 2014-11-24 01:08:02 +00:00
asau
319319615c Allow empty lines, blank space, and "#"-delimited comments in list of packages to build. 2014-11-24 00:52:09 +00:00
joerg
5d30b81ed6 Disable CHECK_PERM & USE_CWRAPPERS here. 2014-11-24 00:31:03 +00:00
schmonz
9387f5385a Catch up tests to code:
- PythonDependency is a basic vartype
- Wording for missing LICENSE has changed (plural -> singular)
- Unknown dependency pattern is now ERROR (used to be WARN)
- qmail package behavior has been improved a bit (surprise!)
2014-11-23 19:14:40 +00:00
mef
da226dae45 Add emacs25, xemacs21[45]nox for makevars.map
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-(
2014-11-23 15:30:07 +00:00
bsiegert
af85f266f9 Do not use gcc-specific compiler flags on Mac OS versions that come with
clang. Update version for bootstrap-mk-files.

Patch provided by Todd Kover in PR pkg/48966.
2014-11-22 16:32:13 +00:00
wiz
65d984f32e As dholland correctly points out, this installs perl scripts, so it should
depend on perl at run-time. Make it so.
Bump version.
2014-11-20 09:33:29 +00:00
jmcneill
8a73eded5f allow overriding the default repository URL with PKGIN_REPOSITORY_URL 2014-11-19 15:10:32 +00:00
prlw1
7db652e722 typos 2014-11-05 14:40:01 +00:00
wiz
4008ea7f61 New sentence, new line. Bump date for recent changes. 2014-10-28 06:58:22 +00:00
cheusov
b9b7b500a1 IGNORE_OSABI was renamed to CHECK_OSABI 2014-10-28 02:08:38 +00:00
cheusov
65d779ade2 New config parameter IGNORE_OSABI was added to pkg_install.conf.
If it is "yes", pkgtools/osabi package does not check kernel version.
Oked by bouyer@
2014-10-27 00:12:47 +00:00
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
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
rodent
aa45dc4fb4 Don't consider ${WRKDIR}/pax_global_header as a possibility for ${WRKSRC}.
Bump PKGVERSION.
2014-05-08 10:35:58 +00:00
obache
e41d57c6b4 Add RCS Id. 2014-05-08 02:31:50 +00:00
wiz
61aa7533be Make finddepends look in modules.mk, plugins.mk, and schemas.mk as well.
Suggested by obache.
Bump version.
2014-05-06 12:41:46 +00:00
wiz
abe6b90603 Add REPLACE_LUA. Bump version. 2014-05-06 09:32:53 +00:00
obache
e60efd59a6 Update example instruction.
Current default ruby is 200.
2014-05-05 04:38:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
ryoon
b5f123e3c2 Update to 0.89
* Support OpenBSD 5.5's Xenocara
2014-05-03 21:31:10 +00:00
obache
cfb650bb8e x11-links-0.88
* add libpciaccess support
2014-04-29 06:20:04 +00:00
agc
fd491eb711 Add and enable genpkgng 2014-04-27 00:11:38 +00:00
agc
e629c60d76 Initial import of genpkgng, a utility which will convert a pkgsrc
binary package to a FreeBSD binary pkg.  pkgsrc binary packages keep
more metadata, and do Dewey matching on package version numbers, so
it's not possible to convert in the other direction.

The DESCR says:

	This is a small utility to generate a FreeBSD pkg binary package
	from a pkgsrc binary package. It is invoked simply, using a
	command like:

		genpkgng ssam-1.9nb1.tgz

	and it will convert the pkgsrc binary package to a pkg one:

		% ./genpkgng.sh perl-5.18.1nb2.tgz
		Converting perl-5.18.1nb2.tgz
		-rw-r--r--  1 agc  users  16597860 Apr 24 19:01 perl-5.18.1nb2.txz
		%
2014-04-27 00:10:34 +00:00
wiz
16e6e65ca6 Properly close tbody. Bump version. 2014-04-26 16:31:42 +00:00
ryoon
4a8f71f754 Update to 0.87
* Use xorg.libXfixes for newer native xorg.
  Fix build of libXfixes consumers.
2014-04-26 01:24:13 +00:00
wiz
ad67966761 Mark up table header. From abs.
Bump version.
2014-04-24 10:05:13 +00:00
abs
24c4be8f7d Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7 2014-04-23 00:01:01 +00:00
abs
9aef22779b Updated pkgtools/pkg_chk to 2.0.7
update pkg_chk from 2.0.6 to 2.0.7, based on suggestions from PR 30893
- switch from getopt to getopts. The issue described in PR 30893 ('*' being
  expanded by shell globbing) had already been worked around, but getopts
  is just a nicer interface
- Extend tag parsing to support -D '*' to cause all package lines to be matched
2014-04-21 21:32:26 +00:00
obache
393677fd2d Bump required version to latest 0.86. 2014-04-17 09:50:36 +00:00
obache
a844cf4ded Split dri2proto from xf86driproto for xorg.
Fixes for the case USE_BUILTIN.xf86dirproto=NO and USE_BUILTIN.dri2proto=YES.

Bump version to 0.86.
2014-04-17 02:03:12 +00:00
wiz
ec5c09997e Add cecill-2.1 and allow it per default.
OSI-approved, see
http://opensource.org/licenses/CECILL-2.1
2014-04-16 14:41:21 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
tron
4da5b77e0b Sort contents (no changes to binary package). 2014-03-31 10:52:14 +00:00
ryoon
6534cb7759 Update to 0.85
* Support NetBSD current (6.99.38 at least)'s new native xorg
2014-03-31 09:19:33 +00:00
wiz
6129186986 Fix typo. 2014-03-19 21:45:12 +00:00
wiz
5a2384ea22 Add European Union Public Licence and add it to default allowed licenses,
since it's OSI-approved:
http://opensource.org/licenses/EUPL-1.1

ok@ gdt
2014-03-18 15:11:38 +00:00
ryoon
2cadd68123 Fix build under SCO OpenServer 5.0.7/3.2 2014-03-14 22:09:04 +00:00
ryoon
38fc261e34 Add SCO OpenServer 5.0.7/3.2 support 2014-03-14 22:08:17 +00:00
ryoon
3ee5e7173f Update to 20140314
* Add SCO OpenServer 5.0.7/3.2 support
2014-03-14 22:03:16 +00:00
obache
e69c916df8 Bump PKGREVISION to refrect recent changes. 2014-03-14 09:49:54 +00:00
jperkin
af8ad5bd88 pbulk-base-0.48: Fix pbulk-scan on OSX.
On OSX pbulk-scan can fail to bind with EADDRNOTAVAIL due to sin_zero being
used uninitialised.  Ensure the sockaddr_in is cleared before use.
2014-03-14 09:45:31 +00:00
asau
77b4809ef3 Do not rely on path search when invoking pkgdiff. 2014-03-12 20:28:30 +00:00
obache
a933aa3de1 tell MASTER_SITE_MOZILLA_ALL, MASTER_SITE_MOZILLA_ESR, MASTER_SITE_NETLIB,
MASTER_SITE_RUBYGEMS and MASTER_SITE_HASKELL_HACKAGE.
2014-03-10 12:11:33 +00:00
jperkin
4e99196e81 x11-links-0.84: Add support for newer Red Hat Linux.
Newer RHEL distributions have pkgconfig files split across three locations,
so add support for both share/pkgconfig and lib${LIBABISUFFIX}/pkgconfig if
LIBABISUFFIX is defined.
2014-03-07 15:27:32 +00:00
obache
e914a0956c LICENSE= modified-bsd (sources) AND original-bsd (man) 2014-03-03 05:22:18 +00:00
obache
c100647aed tell QNX as a operating system 2014-03-03 05:18:23 +00:00
obache
44b1d7a303 LICENSE=original-bsd 2014-03-03 05:12:35 +00:00
obache
cf2bd4430c LICENSE=2-clause-bsd 2014-03-03 05:07:42 +00:00
obache
2e7477bfa6 Fixes perl interpreter path for the case using builtin perl. 2014-03-03 05:06:43 +00:00
obache
4260b15466 nroff is required for SunOS and AIX. 2014-03-03 05:03:49 +00:00
obache
d9d517c917 LICENSE=2-clause-bsd 2014-03-03 04:54:34 +00:00
obache
bbe27d7f5e LICENSE=original-bsd 2014-03-03 04:52:49 +00:00
obache
86e92d379a LICENSE=modified-bsd 2014-03-03 04:48:46 +00:00
obache
a5599b7d7f LICENSE=2-clause-bsd 2014-03-03 04:47:04 +00:00
obache
5bd8b36ab9 LICENSE=gnu-gpl-v2 (or later) 2014-03-03 04:45:56 +00:00
obache
8f22574c28 LICENSE= modified-bsd (sources) AND 2-clause-bsd (man) 2014-03-03 04:43:49 +00:00
obache
79b43f5049 LICENSE=modified-bsd 2014-03-03 04:40:12 +00:00
obache
200b2838ca Note "used by" 2014-03-03 04:38:43 +00:00
obache
44f6db20a9 LICENSE=gnu-gpl-v2 2014-03-03 04:26:38 +00:00
obache
3caa93b1e1 LICENSE=modified-bsd 2014-03-03 03:42:05 +00:00
obache
ae17685e7f LICENSE=original-bsd 2014-03-03 03:39:10 +00:00
obache
45cc6efdda Honor CFLAGS 2014-03-03 03:36:51 +00:00
obache
7953032aa1 LICENSE=beer-ware 2014-03-03 03:34:32 +00:00
obache
3295d8003d LICENSE=modified-bsd 2014-03-03 03:33:18 +00:00
obache
34637a70ac Just define PKGNAME and use it. 2014-03-03 03:30:52 +00:00
obache
27f862e32f Just define PKGNAME. 2014-03-03 02:37:23 +00:00
obache
3d30ea650e LICENSE=modified-bsd 2014-03-03 02:35:39 +00:00
obache
20b13a14c0 Just define PKGNAME. 2014-03-03 02:17:47 +00:00
obache
f45aec24b8 tell EXTRACT_ENV. 2014-03-02 09:47:20 +00:00
obache
29a19b91e4 Add "solaris" to EmulPlatform.
In pkgsrc emul framework, "sunos" is SunOS 4.x, and "solaris" is SunOS 5.x.
2014-03-02 09:41:31 +00:00
obache
6c799d86e7 more EMUL_OPSYS supported in pkgsrc. 2014-03-02 09:36:56 +00:00
obache
2d4b147f2e No need to define fake DISTNAME and empty MASTER_SITES and DISTFILES now.
Just define PKGNAME and use it.
2014-03-02 09:03:11 +00:00
obache
75c77cfd05 DISTNAME is optional now. 2014-03-02 08:56:54 +00:00
obache
c7e18707e2 We can put any files in files/. 2014-03-02 08:39:01 +00:00
obache
dd09c074db TEST_TARGET can be set in option.mk (with test option). 2014-03-02 06:15:01 +00:00
obache
17b4da2c8d tell DESTDIR_VARNAME 2014-03-02 06:13:00 +00:00
obache
98f85e1036 Tell CHECK_SHLIBS_SKIP. 2014-03-02 05:45:24 +00:00
jperkin
c8e937c121 pbulk-0.52: ensure sort(1) is called with LC_ALL=C
Without this, a LANG of e.g. en_US.UTF-8 would sort "- *" before "+ <file>",
resulting in no packages being uploaded.
2014-02-22 00:35:41 +00:00
richard
e0578d6253 Add special case for dependency checking in 'non-bootstrap' builds,
don't redefine 'pkg_info' if it already exists.
This is notably for pkg_rolling_replace -u in case pkg_install
was revbump'd and openssl happens to be in PKG_DEFAULT_OPTIONS.
2014-02-21 18:18:49 +00:00
jperkin
be7b31f773 x11-links-0.83: Assume Xorg if x11.pc exists.
This fixes detection on RHEL-based distributions which have the X11 libraries
and development files installed but not the X server.
2014-02-21 17:45:08 +00:00
wiz
c192f0d640 dd REPLACE_CSH. Bump version. 2014-02-17 14:33:42 +00:00
wiz
71d8cb3697 Do not keep FreeBSD Id, since imports are one-offs anyway.
Bump version.
2014-02-17 10:32:02 +00:00
abs
169cd828e2 tweak "out of sync" message 2014-02-13 17:35:44 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
jperkin
289e6c6c88 Update x11-links to 0.82. Changes:
- Add xcb-util files.

Fixes various builds on Darwin when using Xquartz.
2014-02-08 17:08:33 +00:00
wiz
98aab6f98d https support. 2014-02-02 10:19:41 +00:00
obache
996a9f412f tell GNU configure related variables. 2014-01-28 12:55:32 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
wiz
a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
ryoon
728513505a Update to 0.81
* Add files from OpenBSD 5.4's Xenocara
2014-01-23 21:05:18 +00:00
jperkin
a8b03cb4c2 Support catpage. Bump PKGREVISION. 2014-01-21 16:31:27 +00:00
joerg
13e53eb4e7 Format string annotations. 2014-01-15 13:52:10 +00:00
cheusov
948e1958da Updatd to version 0.12.0:
Most important parts of pkg_grep_summary, a part of
  pkgtools/pkg_summary-utils, was reimplemented in C. As a result
  "nih {search,info,meta,leaf,install,remove,deps}" should work faster.

  nih install:
    - if pkg_update_plan(1) fails, nih(1) exits with pkg_update_plan's
      exit status.
    - packages to be installed or removed are output in sorted order.

  nih {search,meta,info}:
    - "nih meta" now defaults to -1 mode (internally).
    - documentation for -1|-3|-9 ads added for "nih {info,meta}" commands
    - "nih info" now defaults to -3 mode.
    - "nih {search,meta,info}" now work correctly with -{o,i} options
      if ~/.nih/pkg_summary.txt is absent.
    - new option -l was added to "nih {search,info}" that outputs
      package file list.

  Summary for installed packages is cached in
  ~/.nih/pkg_inst_summary.txt. "nih {refresh,search,info,meta,deps,list} -i"
  use this file and update it when necessary.

  nih refresh:
    - Option -P was added for fully rescanning pkgsrc tree.
    - The default value for PKGSRCDIR is not determined at build time
      anymore.  As a result "nih refresh -p" does not try to access
      /tree/pkgsrc used by bouyer@ who builds official NetBSD binary
      packages. Now PKGSRCDIR defaults to /usr/pkgsrc.
    - "nih refresh -p" shows progress counter (the number of scanned
      packages) unless -m is in PSS_OPTIONS.
    - option -i was added that updates summaries for installed
      packages (~/.nih/pkg_inst_summary.txt).

  nih remove:
    - does not try to create $CACHEDIR and "cd" to it.

  nih list:
    - was completely reimplemented and simplified.
    - new option -p was added that outputs pkgsrc tree packages.

  nih deps:
    - new options -b and -p were added for working with binary
      repository and pkgsrc scanned packages
      (pkg_summary.txt ad pkg_src_summary.txt respectively)
    - option -1 was added that outputs direct dependencies or dependents.

  nih/config:
    - better conversion from "uname -r" to repository URL.
    - REPOSITORY for SunOS defaults to smartos.org.

  Support for summaries with no PKGPATH, e.g., compat50-5.1.tgz, was
  added.

  Option -I for "list", "deps', "meta", "info" and "search" was
  renamed to -i. Option -I is supported for backward compatibility.

  package_search.pdf was updated, fixed and improved.
2014-01-14 01:16:28 +00:00
cheusov
a86eb80767 Updated to versiopn 0.63.0:
pkg_grep_summary:
    - almost all search strategies were reimplemented in C for better
      performance, as a result all utilities using pkg_grep_summary(1)
      work much faster.  Strategies still implemented in AWK: awk, kw.
    - converted to use shell's getopts.
    - new regression tests.

  pkg_src_summary:
    - if -m, -d, -D aren't applied, temporary files are not created.
    - adapted for recent paexec(1) improvements.

  pkg_update_src_summary:
    - progress counter is output if -v is applied.

  pkg_summary2deps:
    - workaround for buggy patterns like >=foo-1.* was implemented.

  pkg_summary-utils build infrastructure is completely reimplemented. Now
  it is a two-level project.  Subprojects: scripts and grep_summary
  (enabled by default), doc and tests.

  PKG_TOOLS_BIN env. variable is used at build time as a default
  directory for pkg_info(8) (for OpenBSD/FreeBSD in order to avoid
  conflicts with their native pkg_* tools).

  A number of stupid workarounds for stupid Solaris' userlevel.

  All scripts written in shell uses @SH@ in shebang and therefore uses
  pkgsrc's ${SH} at run time.
2014-01-14 01:09:20 +00:00
cheusov
46fa0ab4b3 pkglint now warns about broken dependencies like >=x.y.*
Version->4.135
2014-01-13 01:54:52 +00:00
wiz
6dbc64f622 Remove python32 as proposed a week ago on pkgsrc-users.
Upstream doesn't talk about it any longer, and python-3.3 is a drop-in
replacement.
Ok bsiegert, prlw1, rodent
2014-01-12 09:01:50 +00:00
wiz
fa2e30e825 Skip :build and :run from tools to recognize 'perl:run' etc.
Allow https in one more place.
Bump version.
2014-01-05 11:26:06 +00:00
cheusov
1ff9f94621 Remove MESSAGE 2014-01-03 18:14:24 +00:00
cheusov
2c5bd55e85 Add run-time dependency on paexec; ++pkgrevision 2014-01-03 18:13:37 +00:00
dholland
029d2667e9 Add support for PROGS (not just PROG) more or less like in the current
NetBSD make library. Bump version (to 20131207, which was when I wrote
this.) Fixes the build of multimedia/bsdav.

Note: this is not a merge from NetBSD HEAD, but a minimal
reimplementation of the feature to get the job done.

These make templates really need to be merged with or replaced by the
latest versions from NetBSD HEAD. Anyone embarking on such a merge
should probably revert this change (which is only to bsd.prog.mk)
before doing so.

No objection after 3+ weeks on tech-pkg.
2013-12-31 19:10:20 +00:00
wiz
784e3c9f4d Remove aperture reference. Bump date. 2013-12-31 17:22:40 +00:00
ryoon
7fd545ef52 Update to 2.18
* Partial fix for PR pkg/47335
** Define some variables
** Define empty function neatvalue
** Generate Makefile before custom MakeMaker.pm invocation
   to avoid no Makefile error.
2013-12-28 16:46:29 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
mrg
d9209c6574 update x11-links to 0.80:
- update to handle Xcomposite removal

ok wiz@
2013-12-21 12:40:46 +00:00
dholland
e99357990b Fix const correctness issue that has been intermittently causing build
failures for a long time.  (I'm not sure why it sometimes does and
sometimes doesn't, but I think it may depend on different CFLAGS
arising from bootstrapping vs. not bootstrapping.)

While here add a comment to patch-curses__helpers.c; hi Joerg.
2013-11-29 23:13:56 +00:00
tron
bcf75a38d2 Update "port2pkg" package to version 1.14. It now works with modern
version of Perl, in particular the one distributed with "pkgsrc".
2013-11-19 10:46:06 +00:00
jperkin
5c6e705850 Use the compiler front-end to generate shared libraries on OSX - the
native linker uses different arguments compared to GNU ld.  Fixes various
builds.

Bump version to 20131025.
2013-10-25 13:53:03 +00:00
dholland
17b4c5c392 pkglint is written in perl; it should depend on perl and not just some
perl modules. (fix USE_TOOLS to have perl:run instead of just perl)
2013-10-24 06:23:35 +00:00
wiz
c268adc398 2.5:
finddepends: Also search in mozilla-common.mk.
Update instructions.
2013-10-21 10:43:28 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
rillig
de7761b3fc - Added check for unused license files
- Improved allowed filenames for patches
- Added license for pkglint itself
- Cleaned up Makefile and TODO
2013-10-12 18:09:59 +00:00
rillig
a53a0e63f5 The hicolor-icon-theme issue has been resolved. 2013-10-12 15:01:45 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
cd0c98e194 Add list_todo to DESCR. 2013-10-06 16:52:29 +00:00
wiz
1a229f0701 Allow specifying multiple input files for 'pkgin import'.
Ok imil@, will be integrated upstream
2013-10-06 08:28:47 +00:00
jperkin
8466b0b129 Use CATMAN_SECTION_SUFFIX in packages which perform their own catman
page installation.
2013-09-12 11:18:40 +00:00