Age | Commit message (Collapse) | Author | Files | Lines |
|
temp dir creation when using relink-based finalization.
|
|
Fix major problem brought to the surface by buildlink3 on Interix. For C++
or F77 libraries only, the soname did not always make it into the final
binary, resulting in runtime link failures in some cases and runtime linking
with a missing major version in others.
This is unfortunately a flag day for Interix + pkgsrc. Identifying all the
PKGREVISIONs normally requiring a bump is a little too unwieldy. However,
existing binaries not experiencing the runtime link failure will continue
to run, but will be linking against the unversioned ".so" at runtime until
the binaries have been rebuilt.
While here, fix a couple wrong assumptions in the libtool config for
Interix. shlibvar_overrides_runpath should have been "no", and
hardcode_direct should have been "yes".
|
|
|
|
|
|
hubertf@ and tonio@.
Bump PKGREVISION due to PLIST change.
|
|
bits of "configure" that were twiddling only libtool-config bits, as these
are no longer used.
|
|
anymore.. remove me from being responsible for Solaris support.
(i wouldn't turn down an offer of some decently usable sparc64 gear, though)
|
|
|
|
|
|
|
|
installs files in PKG_LOCALTEXMFPREFIX
|
|
in private e-mail.
|
|
Changed order of MASTER_SITES -- use sourceforge first (said to be updated
first).
Remove post-extract and do-configure targets.
Get rid of do-install steps except for info file (use INSTALL_MAN
instead of INSTALL_DATA for that).
Remove man/man1 from INSTALLATION_DIRS as the install does this
already.
Add many configs to PLIST.
Now installs a latex2png executable.
Updated patch also honors PKGMANDIR.
The ChangeLog has:
Squash another compiler warning
Better error message when getTexUntil fails
Fix for \succ and \prec by Aleksey Cheusov
fix uninitialized warning messages under debian
new versions of derived files
Preparing for 1.9.16 release
support for compression of citations i.e., [1,2,3,4] is now [1-4]
support for sorted citations
Fixes for natbib style when numbers are used
support for \ensuremath
fix for bibliographic reference for non-alpha natbib entries
fixes for superscripted natbib style
update docs with information about bibliography styles
trying to check in
Change format of error messages Fix missing filename in error messages Change
diagnostic level of warnings in a couple of places
Fix annoying extra page break at beginning of reports and books
Some support for \citealt and \citealp commands from natbib package. Not
thoroughly tested but it works ok for single authors.
Add support for \euro{amount} and \EUR{amount}
Added lines to babel_czech.tex to facilitate processing with latex Updated
subsup.tex in tarball.`
add babel_spanish.tex and fig_size.tex to distribution fixes for \centering in
table and figure environments
fix font handling in equations so that ${\rm A}$ typesets in roman. Update ToDo
and ChangeLog
Fix for mis-numbering of figures and tables in reports
support for \bibpunct in the natbib package
Fix bizzare way that commands are searched. It is now possible to replace
command behavior by pushing a new Environment.
support for revtex \begin{acknowledge} \end{acknowledge} as well as \onlinecite
and \citeonline (from RevTeX). (This is untested currently) patches fro
m
Marin Chicoine.
avoid possible overrun in cCommand in TranslateCommand security flaw pointed out
by D. J. Bernstein
avoid buffer overruns in macro expansion that can be security holes reported by
D. J. Bernstein
.... and many other changes ...
|
|
It is a lower-case f according to the official site.
|
|
|
|
|
|
|
|
* Lots of bug fixes
* Translation updates
Official ChangeLog is available at:
http://www.xfce.org/release_notes/4.2.3.1_changelog.html
|
|
malloc set it to NULL, and it was never initialized. This threw SIGSEGV
at performance of a score with GEN01.
|
|
|
|
multimedia/mplayer-share. Noted by Bernd Ernesti.
Bump PKGREVISION.
|
|
textproc/ruby-rttool: 1.0.1nb1
www/instiki: 0.9.2nb4
|
|
Pointed out by Tomoaki Imamura.
|
|
Pointed out by Tomoaki Imamura.
|
|
pacakges.
Bump PKGREVISION.
|
|
rdtools's directory.
Bump PKGREVISION.
|
|
found by bulk-build.
|
|
add a comment to remove it on next update (note to myself...)
|
|
|
|
|
|
This is the X11 tested and used by the pkgsrc developers on
DragonFly. And far as I know, this is the only X11 used on
DragonFly -- not saying that others are not used though.
|
|
for a specific operating system in mk/platform/${OPSYS}.mk.
|
|
removed from mk/defaults/mk.conf.
This was needed in parts of tests of allowing a platform/${OPSYS}.mk
define is X11_TYPE.
|
|
since it creates ${X11BASE}/lib/pkgconf directory if missing.
|
|
(thanks to grant@ for suggestion).
|
|
|
|
installs files in ${PKG_LOCALTEXMFPREFIX}
|
|
installs files in PKG_LOCALTEXMFPREFIX
|
|
|
|
by John R. Shannon in PR 32021.
|
|
accordingly for packages that need it.
|
|
instead.
|
|
|
|
- pkglint(1) does not use the hard-coded PKGSRCDIR anymore.
This fix is related to PR 32006, but doesn't fix it, since the PR is
about lintpkgsrc(1), not pkglint(1).
|
|
|
|
- .include "../../category/package" instead of "../package"
|
|
|
|
to the lang/perl5 package there have been more than 19000 new error
lines in the diagnostics of the complete pkgsrc tree.
|
|
|
|
- Changed "foo; if [ $? -eg 0 ]; then" to "if foo; then" in three places.
|