Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Problems found locating distfiles:
Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz
Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz
Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz
Package acroread9-chtfont: missing distfile acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2
Package acroread9-jpnfont: missing distfile acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2
Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP
Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP
Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip
Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip
Package umefont-ttf: missing distfile umefont_560.tar.xz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
until proven otherwise.
|
|
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.
|
|
|
|
It turns out there were a lot of these.
|
|
|
|
|
|
This update should fix PR#42003 and approved by wiz@.
While here, set LICENSE= mit AND gnu-gpl-v2
(Xdvi license mentioned in README.txt is same as pkgsrc/license/mit).
Changes:
2008-08-16 Han-Wen Nienhuys Bump version. release/1.2.15
2008-08-16 Han-Wen Nienhuys Fix Julian Bradfields' issues.
2008-08-16 Han-Wen Nienhuys Python 2.6 compat - (Thanks to Petr Uzel <petr.uzel@suse.cz>)
2007-08-23 Han-Wen Nienhuys Remove spurious spaces in .enc filenames
2007-02-03 Han-Wen Nienhuys push tag when disting.
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
changed runtime dependencies now.
|
|
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
|
their files via a custom do-install target.
|
|
|
|
The web site has no change log so I don't have a list of changes but the
development seems to have moved and the version we had was getting pretty
old. Some packages (e.g.Lilypond) won't even attempt to build under the
old version.
|
|
|
|
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
The web site has no description of changes but the version we had was too
old for print/lilypond so I bumped it to the latest version anyway.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
them so that newer ones come first. Closes my own PR pkg/29198.
|
|
|
|
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
|
they do not get generated as side effect of the installation of other
packages and break PLISTs. With help from salo to get it right, thanks.
Bump PKGREVISION.
|
|
2004-12-21 Han-Wen Nienhuys
* configure.in (PYTHON): release 1.1.1
* mftrace.py (option_definitions): add --no-afm option
2004-12-19 Jan Nieuwenhuizen
* GNUmakefile.in (GNUmakefile): Depend on configure
(configure): Run ./configure after running autoconf (not
config.status, which has old, cached values).
2004-12-19 Han-Wen Nienhuys
* configure.in (PYTHON): bump version to 1.1.0; release.
* mftrace.py (to_type1): always create .pfa.raw
(make_outputs): generate all outputs in one script. Add SVG output.
(glyph_range): use --formats, remove other options.
2004-12-02 Han-Wen Nienhuys
* mftrace.py (make_ttf): call AddExtrema() too.
|
|
depend on potrace
|
|
|
|
a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font.
|