Commit graph

268583 commits

Author SHA1 Message Date
jlam
4142027296 mk/pkgtasks: Substitute for variables unconditionally in scripts.
Replace @VAR@ with ${VAR} unconditionally in scripts, even if they
values are empty.  This will allow for fall-through to using the
pkgtasks hard-coded defaults, usually found by searching the PATH
contents, and it avoids having ugly "@VAR@" in the generated
scripts.
2017-08-19 00:29:55 +00:00
jlam
1d3dfdfebc Substitute the correct string for GTK3_UPDATE_ICON_CACHE. 2017-08-19 00:29:45 +00:00
jlam
af8b30a2d9 lang/guile20: Mirror changes to lang/guile22/Makefile.
These changes aren't necessary, but on the day when guile-2.0.x is
no longer the primary, then the switch to using a non-default
installation prefix should be seamless.
2017-08-19 00:28:10 +00:00
jlam
fce04101b4 lang/guile22: Fix PLIST errors for non-default PKG{INFO,MAN}DIR.
If Guile installs into a non-default installation prefix, then
use ${GUILE_PREFIX}/info and ${GUILE_PREFIX}/man as the locations
for the installed GNU info files and manpages.  This avoids needing
to do a lot of fixes to the PLISTs.
2017-08-19 00:27:59 +00:00
jlam
0d33d0cf15 net/ccrtp: Install GNU info files into ${PKGINFODIR}.
This project uses CMake to configure the software.  Force the GNU
info files to be installed into ${CMAKE_INSTALL_INFODIR}, which is
defined by the GNUInstallDirs CMake module included by the
top-level CMakeLists.txt file.  The corrct environment variables
are passed so that ${CMAKE_INSTALL_INFODIR} points into
${PKGINFODIR}.

Remove the subst.mk section that tried to force GNU info files to
be always installed under "info".
2017-08-19 00:27:44 +00:00
jlam
3110c51739 devel/xsd: Install manpages into ${PKGMANDIR}.
Pass the correct location for the installed manpages via
"install_man_dir=..." to "build.sh install".
2017-08-19 00:27:26 +00:00
jlam
8563eaeba0 net/xl2tpd: Install manpages under ${PKGMANDIR}.
Modify the Makefile patch to set MANDIR to the correct location for
installed manpages under ${PKGMANDIR}.
2017-08-19 00:27:13 +00:00
jlam
f4b5975138 www/wml: Install manpages into ${PKGMANDIR}.
Modify Makefile.in so that the GNU configure scirpt can replace
@mandir@ with the correct location for the installed manpages under
${PKGMANDIR}.
2017-08-19 00:27:01 +00:00
jlam
eaa0fc1eb7 net/wistumbler2: Install manpages into ${PKGMANDIR}.
Complete the support for installing manpages into ${PKGMANDIR}
that was previously started -- also copy the manpage into the
correct directory under ${PKGMANDIR}.
2017-08-19 00:26:48 +00:00
jlam
5e16225ef6 misc/vfu: Install manpages into ${PKGMANDIR}.
Modify the install script to copy manpages into the correct
location under ${PKGMANDIR}.
2017-08-19 00:26:37 +00:00
jlam
95da25f498 net/tcl-scotty: Install manpages into ${PKGMANDIR}.
Modify unix/Makefile.in so that the GNU configure script can
replace @mandir@ with the correct location for the installed
manpages under ${PKGMANDIR}.
2017-08-19 00:26:26 +00:00
jlam
fa8c113041 net/ssmping: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to copy manpages to the correct location
under ${PKGMANDIR}.
2017-08-19 00:26:12 +00:00
jlam
911ddf7330 net/spegla: Install manpages into ${PKGMANDIR}.
Pass "MANDIR=..." when running "make install" to pass the correct
location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:25:59 +00:00
jlam
f2454d64cd net/socks4: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to set MAN_DEST_DIR to the correct
location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:25:46 +00:00
jlam
d25408f9fe lang/siod: Install manpages into ${PKGMANDIR}.
Modify project makefile patch to set MANDIR to point to the correct
location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:25:34 +00:00
jlam
ae3600c137 sysutils/sformat: Install manpages into ${PKGMANDIR}.
Override MANDIR=man settings in project Makefiles by passing an
explicit MANDIR=${PKGMANDIR} on the make(1) command line so that
manpages are installed into the correct location under
${PKGMANDIR}.
2017-08-19 00:25:19 +00:00
jlam
b8524f4f2e sysutils/rconfig: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to copy manpages to the correct location
under ${PKGMANDIR}.
2017-08-19 00:25:07 +00:00
jlam
41fe1d7e1f mail/prayer: Install manpages into ${PKGMANDIR}.
Patch the project's man/Makefile to use the correct location for
installed manpages under ${PKGMANDIR}.
2017-08-19 00:24:50 +00:00
jlam
1b2a685d95 net/pppd: Install manpages into ${PKGMANDIR}.
Patch the project makefiles to set MANDIR to the point to the
correct location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:24:36 +00:00
jlam
9d5dc769ad print/pnm2ppa: Install manpages into ${PKGMANDIR}.
Set MANDIR in the project Makefile to the correct location for
installed manpages under ${PKGMANDIR}.
2017-08-19 00:24:24 +00:00
jlam
ee9212244c pkgtools/pkg: Install manpages into ${PKGMANDIR}.
Pass "mandir=..." when running "make install" to pass the correct
location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:24:13 +00:00
jlam
9c4d22a6cd lang/parrot: Install manpages into ${PKGMANDIR}.
Pass "--mandir=<dir>" to the configure script to set the correct
location for installed manpages.
2017-08-19 00:23:58 +00:00
jlam
81ef1655f0 net/ocsync: Install manpages into ${PKGMANDIR}.
This project uses CMake to configure the software.  Force the
manpages to be installed into ${CMAKE_INSTALL_MANDIR}, which is
defined by the included GNUInstallDirs CMake module.  The correct
environment variables are passed so that ${CMAKE_INSTALL_MANDIR}
points into ${PKGMANDIR}.
2017-08-19 00:23:36 +00:00
jlam
9c6d82a270 net/netcat-openbsd: Install manpages into ${PKGMANDIR}.
Fix the project Makefile -- it was using ${PKGMANDIR} in a
different way than how pkgsrc uses it.
2017-08-19 00:23:24 +00:00
jlam
c29eb6909b net/netcat-openbsd: Remove unnecessary bsd.prefs.mk inclusion. 2017-08-19 00:23:05 +00:00
jlam
af71631dc2 net/mrstat: Install manpages into ${PKGMANDIR}.
Patch the project Makefile "install" target to install manpages
under ${PKGMANDIR}.
2017-08-19 00:22:49 +00:00
jlam
5ea7996f13 comms/modemd: Install manpages into ${PKGMANDIR}.
Set MANDIR in Makefile.inc to point to ${PKGMANDIR} so that
the BSD makefiles that include Makefile.inc will install manpages
into the correct location.
2017-08-19 00:22:35 +00:00
jlam
a4b6742236 textproc/lowdown: Install manpages into ${PKGMANDIR}.
Use mk/subst.mk to replace the MANDIR definition in the configure
script to point into ${PKGMANDIR}.
2017-08-19 00:22:23 +00:00
jlam
af5ec768ec devel/libstash: Install manpages in ${PKGMANDIR}.
Modify the Makefile patch to install manpages under
"${PREFIX}/${PKGMANDIR}" instead of "${PREFIX}/man".
2017-08-19 00:22:11 +00:00
jlam
6fcb2ed197 pkgtools/libkver: Install manpages into ${PKGMANDIR}.
This project uses BSD makefiles to build and install the binaries
and manpages.  Add "MANDIR=..." to the flags passed to
"make install" so that the manpages are installed in the correct
location under ${PKGMANDIR}.
2017-08-19 00:22:00 +00:00
jlam
cd31b5aa1a games/lgogdownloader: Install manpages into ${PKGMANDIR}.
This package uses CMake to configure the software.  Include the
GNUInstallDirs CMake module to define CMAKE_INSTALL_<dir> macros,
and use CMAKE_INSTALL_MANDIR as the location for the installed
manpages.  The correct environment variables are passed so that
${CMAKE_INSTALL_MANDIR} points into ${PKGMANDIR}.
2017-08-19 00:21:43 +00:00
jlam
f3bf1f74e9 lang/inform: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to set MANDIR, the location of the
installed manpages, to point to ${PKGMANDIR}.
2017-08-19 00:21:25 +00:00
jlam
947a813348 sysutils/i810switch: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to properly install manpages under
${PKGMANDIR}.  The previous rules were inconsistent -- some places
referred to "man/" and others to "${PKGMANDIR}/".
2017-08-19 00:21:13 +00:00
jlam
ecce3f4af2 games/gnuchess4: Install manpages into ${PKGMANDIR}.
Modify the project Makefile to set MANDIR, the location of the
installed manpages, to point to ${PKGMANDIR}.
2017-08-19 00:21:01 +00:00
jlam
e164080ba3 filesystems/fuse-unionfs: Install manpages into ${PKGMANDIR}.
This package uses a custom "do-install" target to install all of
the package's files.  Change the command to install the manpage to
put it under ${PKGMANDIR}.
2017-08-19 00:20:50 +00:00
jlam
63d490ccc8 shells/es: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to install manpages under
"${PREFIX}/${PKGMANDIR}" instead of "${PREFIX}/man".
2017-08-19 00:20:36 +00:00
jlam
7fa25b2c1f mail/elm: Install manpages into ${PKGMANDIR}.
This project uses a Perl-style Configure script that can use a
custom config.sh to provide default answers to questions that it
asks as part of the configuration process.  Modify the custom
${FILESDIR}/config.sh to allow substituting for @PKGMANDIR@ in the
default location for unformatted manpages.
2017-08-19 00:20:25 +00:00
jlam
9df0e6660d mail/distribute: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to direct manpages into ${PKGMANDIR}
instead of ${PREFIX}/man.
2017-08-19 00:20:13 +00:00
jlam
e8fe0e2710 sysutils/bkpupsd: Install manpages into ${PKGMANDIR}.
This project uses BSD makefiles to build and install the binaries
and manpages.  Add "MANDIR=..." to the flags passed to
"make install" so that the manpages are installed in the correct
location under ${PKGMANDIR}.
2017-08-19 00:20:02 +00:00
jlam
80263d098b textproc/bibparse: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to honor @mandir@ which is substituted
for by the GNU configure script.  @mandir@ will properly expand
to point inside ${PKGMANDIR}.
2017-08-19 00:19:49 +00:00
jlam
401434bdf9 graphics/autopano-sift-C: Install manpages into ${PKGMANDIR}.
This package uses CMake to configure the software.  Include the
GNUInstallDirs CMake module to define CMAKE_INSTALL_<dir> macros,
and use CMAKE_INSTALL_MANDIR as the location for the installed
manpages.  The correct environment variables are passed so that
${CMAKE_INSTALL_MANDIR} points into ${PKGMANDIR}.
2017-08-19 00:19:37 +00:00
jlam
97f16c573a net/autonet: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to install manpages into ${PKGMANDIR}
under ${PREFIX}.
2017-08-19 00:19:23 +00:00
ryoon
6ce433ea57 Updated www/seamonkey-l10n to 2.48 2017-08-18 23:58:40 +00:00
ryoon
f3907e0d0a Update to 2.48
* Sync with www/seamonkey-2.48
* Some locales are removed
2017-08-18 23:58:03 +00:00
ryoon
87000ef73a Updated www/seamonkey to 2.48 2017-08-18 23:56:15 +00:00
ryoon
4fa8af1d7d Update to 2.48
* Based on Gecko 51.0.2
2017-08-18 23:55:07 +00:00
adam
150e022f25 Updated math/glpk to 4.63, textproc/grep to 3.1, security/libtasn1 to 4.12, www/cgicc to 3.2.19, games/gnuchess to 6.2.5 2017-08-18 22:16:23 +00:00
adam
8865b1699a Version 6.2.5:
- Command history based on readline.
- New commands: coords/nocoords to enable/disable coordinates
when printing the board.
- Command pgnsave will prompt the user to overwrite or not an existing
file instead of appending the current game to the file.
- New languages.
- Bug fixes.
2017-08-18 22:14:38 +00:00
adam
cf90f9859c 3.2.19:
* Correction of bugs
2017-08-18 21:56:41 +00:00
adam
cbbaee37fb release 4.12:
- Corrected so-name version

release 4.11:
- Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate
  an invalid encoding in the DER time fields.
- Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
  allows decoding errors in time fields even when in strict DER mode.
  That is introduced in order to allow toleration of invalid times in
  X.509 certificates (which are common) even though strict DER adherence
  is enforced in other fields.
- Added safety check in asn1_find_node(). That prevents a crash
  when a very long variable name is provided by the developer.
  Note that this to be exploited requires controlling the ASN.1
  definitions used by the developer, i.e., the 'name' parameter of
  asn1_write_value() or asn1_read_value(). The library is
  not designed to protect against malicious manipulation of the
  developer assigned variable names.
2017-08-18 21:53:47 +00:00