Commit graph

21205 commits

Author SHA1 Message Date
jlam
7e5da91cd4 When --enable-debug is given, then add, don't replace, -g in CFLAGS. 2001-06-21 02:38:13 +00:00
jlam
fdf98bef87 Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to
prevent detection of ncurses.
2001-06-21 02:36:01 +00:00
jlam
3a6cae9537 Reorder some lines so that GNU_CONFIGURE defintion precedes inclusion of
buildlink.mk files.  Mark as USE_BUILDLINK_ONLY.
2001-06-21 02:27:12 +00:00
jlam
7acad26337 Mark as USE_BUILDLINK_ONLY. 2001-06-21 02:26:15 +00:00
jlam
128d58498f Mark as USE_BUILDLINK_ONLY, and document the config.cache entry to prevent
detection of libcurses.
2001-06-21 02:14:43 +00:00
jlam
c9a9246110 Mark as USE_BUILDLINK_ONLY. 2001-06-21 02:07:08 +00:00
jlam
e44f195d18 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-21 02:04:59 +00:00
jlam
9283b87452 Remove changes to remove BZ2_ prefix from bzip2 function calls. bzip2
1.0.1 and up prefix functions with BZ2_ while older versions don't, but
ImageMagick was tested to work with bzip2 1.0.1, so don't change its
expectations.
2001-06-21 01:59:07 +00:00
hubertf
d63b65d51d As proposed by Luke Mewburn on tech-pkg, make sure to always use
simple backups with suffix ".orig", in case someone has set
SIMPLE_BACKUP_SUFFIX and/or VERSION_CONTROL in $env.
2001-06-21 01:58:27 +00:00
jlam
b4748402e1 Add back dependency on mpeg2codec that was accidentally removed in last
set of changes.
2001-06-21 01:48:43 +00:00
jlam
fa65490387 Relax libtool archive regexp to match more .la files. 2001-06-20 23:49:43 +00:00
jlam
e1c770ebab Add buildlink.mk file for use by other package Makefiles. 2001-06-20 23:48:49 +00:00
jlam
8792b1e00e Whitespace chnages, and include bsd.buildlink.mk(!) missed in last commit. 2001-06-20 23:46:23 +00:00
jlam
e8ef1c1b23 Mark as USE_BUILDLINK_ONLY. 2001-06-20 23:42:34 +00:00
jlam
ccb50b7c08 Purely cosmetic changes to make this line up nicely. 2001-06-20 23:41:03 +00:00
jlam
95b8402c50 Mark as USE_BUILDLINK_ONLY. 2001-06-20 23:37:36 +00:00
jlam
5c90289186 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 23:37:01 +00:00
jlam
ca6e0c3ab7 Mark as USE_BUILDLINK_ONLY. 2001-06-20 23:27:33 +00:00
jlam
04b1ef36a6 Remove libtool archive target and related variables -- buildlink.mk doesn't
like libtool archives.
2001-06-20 23:24:39 +00:00
jlam
7f75b5acd6 Filter out libtool archive files from being linked into ${BUILDLINK_DIR}
as they often add extra -L options to the compiler flags, which goes
against the buildlink.mk philosophy.
2001-06-20 23:14:28 +00:00
jlam
af84a04b84 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Allow
finding libbz2 on NetBSD systems by removing BZ2_ prefix from bzip2
function calls.
2001-06-20 22:24:44 +00:00
jlam
29d8f0652e Mark as USE_BUILDLINK_ONLY and make a few whitespace adjustments. Also
remove unnecessary NO_CONFIGURE setting.
2001-06-20 21:38:58 +00:00
jlam
7c0ea2a2df Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 21:35:05 +00:00
jlam
9f139334e9 Add a buildlink.mk file for libltdl.* for use by other package Makefiles. 2001-06-20 21:33:01 +00:00
jlam
86527b6c0a Mark as USE_BUILDLINK_ONLY. 2001-06-20 21:17:36 +00:00
jlam
ba08e4458e Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Simplify
patch to configure script by removing all the ncurses->curses
substitutions.
2001-06-20 20:33:55 +00:00
jlam
92e537c42b Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 19:57:48 +00:00
jlam
a4d2df0fc5 Add buildlink.mk file for use by other package Makefiles. 2001-06-20 19:57:40 +00:00
jlam
c459aefcea Move default setting of XAW_TYPE to bsd.prefs.mk. 2001-06-20 19:36:03 +00:00
jlam
7732303bf3 Convert to use buildlink.mk file for ncurses dependency and simplify
curses handling during configure process.  Mark as USE_BUILDLINK_ONLY.
2001-06-20 18:59:37 +00:00
wiz
9a2b1e355e Mention that this is the development version. 2001-06-20 16:51:55 +00:00
wiz
b20a9163ca add and enable nasm-devel 2001-06-20 16:49:41 +00:00
bouyer
5121d7e143 regen for patch-aj 2001-06-20 16:46:40 +00:00
bouyer
e6d5e98612 On NetBSD, the kernel issues a request sense if needed. So no need to
issue request sense from userland, just print the sense info we got
when the ioctl returned.
2001-06-20 16:46:13 +00:00
wiz
a2f17607f3 Initial import of nasm-devel, development version of nasm.
Provided by Hiramatsu Yoshifumi in pkg/13226, with slight changes by me.
2001-06-20 16:43:01 +00:00
taca
0231dfc4c9 - Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.

Changes are bellow (with my poor translation):

2.11-2.13

Fixed those bugs:

* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
  but attached a sonant mark.

2.10-2.11

* jcode.pl works on perl with therad enabled.
2001-06-20 16:22:07 +00:00
taca
9e9638f661 - Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.

Changes are below (with my poor translation):

2.11-2.13

Fixed those bugs:

* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
  but attached a sonant mark.

2.10-2.11

* jcode.pl works on perl with therad enabled.
2001-06-20 16:22:06 +00:00
nra
1052f36155 Remove upclient related variables (UPCLIENT_LOGIN, etc.) These
are no longer required as part of the upclient package configuration.
2001-06-20 14:32:56 +00:00
nra
41a7ba60f8 Update upclient to 4.2.1.23.
Changes include:

4.2.1.23, Released Sunday 17 June 2001, changes:

	Fixed compilation error in stats-sol.c

4.2.1.22, Released Saturday 16 June 2001, changes:

	Darwin / MacOS X support
	BeOS support
	Improved Irix support
	BSD idle-time-submit(tm) support
	New SendCPULevel option (BSD, Solaris & Irix only)
	Debian init.d script
	Alternative to the upchk script added
	Fixed compilating error when using the NR_LINUX_UPTIME_WRAPAROUNDS
	That's all folks!
2001-06-20 14:30:47 +00:00
wiz
a32f2da84b Update to 2.9.17 by Martti Kuparinen via pkg/13258.
Notable changes in reverse order (newest on top):
* mrtg_lib had broken scanning for Ip tables in populateconfcache
  this caused reference by IP to break
* new option for mrtg --logging replaces  $main::debugfile from 2.9.13.
  It can be set to a file which will take all mrtg output. On Win32 it can
  also be set to 'eventlog' which will make all mrtg output go to the
  eventlog.
* snmpv2 regexp did not match in cfgmaker
* fix for indexmakers extension feature
* improved mrtg logfile format description
* require perl 5.005 for mrtg_lib
* populateconfcache steps across non existing tables gracefully
* in mrtg, handle bigint more carefully and remove excess + from results
  as some perls seem to crash on them ...
* check if gd was linked with jpeg and even freetype ...
* if $main::debugfile is set to a writeable filename, all output form mrtg
  will go there (Firedeamon Suggenstion)
* SNMP_Session 0.86 added ... lenient_source_port_matching replaces the ad hoc
  only_ip_address_matching from mrtg 2.9.11 ... AS/400 folks beware
* added --section=portname to indexmaker
* try to fix IsCounterBroken test in cfgmaker ... just cant find any broken
  coutners to test this :-(
* fix for broken --dns-domain in cfgmaker
* fix for broken RouterUptime[] configurable
* fix for broken snmp with returns negative numbers for counters ...
* integrated my SNMP_utils changes into the real thing.
* make sure cfgmaker puts now raw < or > into the PageTop tag
* properly integrated ytics support in rateup
* properly deal with target math resulting in non integer data even when
  logging to rateup which can not deal with floats.
* cleanup of rateup.c and some new options -b -a -o -i
* new options for mrtg noborder, noarrow, noi, noo, nobanner and nolegend
  check reference.pod for docs.
* generator meta tag to html pages
* add 'only_ip_address_matching' feature to SNMP_Session. We are
  more libaral when accepting snmp responses now.
* be more tolerant with external scripts input
* added feature to SNMP_utils: If first snmp var name is a HASH pointer,
  the hash contents is used to set snmp options on the connection
* handle descriptions with & in cfgmaker
* added SnmpOptions: command to mrtg.cfg lanuage ... It allows
  to set Snmp Options as available in SNMP_Session. Check the reference.txt file.
* test for availability of ifHCInOctets when running cfgmaker for v2 targets
* fixed indexmake image path for situations with Directories
* added option --prefix to indexmaker for people keeping thier index
  somewhere else than default.
* honor background option in cfg file for indexmaker pages
* fixed warning in indexmaker (Use of uninitialized value in concatenation <.>
  at indexmaker line 174)
* when the integer option was specified, there was still a .x printed in the summary area ...
* mrtg will now timestamp any warning and error message it emits
* fixed threshold processing ... IT REALY WORKS NOW! ...
  **** Incompatible CHANGE ****************
  ThreshProgOK now gets the same
  commandline arguments as the normal ThreshProg ...
  **** Incompatible CHANGE ****************
* configurable confcache (.ok) file location
* add <meta http-equiv="Cache-Control" content="no-cache">
  to html files as this seems to be more understandable than "Pragma" content="no-cache"
2001-06-20 14:21:52 +00:00
wiz
565fc5f9cc Update to 3.15.1, from Martti Kuparinen via pkg/13257.
Some of the more interesting changes:
- A race to create the mailspool would bounce one of the
  messages due to an internal error
- LC_ in KEEPENV would preserve only the first LC_foo variable
- Strip runtime linker variables (LD_*) from environment on
  all platforms
- Drop duplicate and malformed environment entries
- Fixed a man page formatting problem
2001-06-20 14:08:41 +00:00
hubertf
e3ffddd8e5 If you install pkglint/lintpkgsrc from a binary pkg, make sure that
digest is installed too (-> explicit DEPENDS).
2001-06-20 13:53:05 +00:00
wiz
941ffc060f Update to 3.14, from Martti Kuparinen via pkg/13256.
Change:
* Pidfile creation algorithm has been changed.
2001-06-20 13:44:12 +00:00
jtb
7aec40a4ea Update of yplot to 1.1.0.
Changes include:

 * Configuration now done with autoconf
 * Many API extensions
 * Updated documentation
 * Many more demos
 * etc.
2001-06-20 12:58:56 +00:00
jtb
2b0432e86c Regen. 2001-06-20 12:55:11 +00:00
jtb
a0a213ac76 Update of plplot to 5.0.4.
Important Changes:
(1) Default orientation for the ljii, ljiip, psc, ps, and pstex drivers has
been rotated from seascape (upside-down landscape) by 180 deg to landscape.
With this change no special 180 deg latex rotations will be required to get
true landscape mode (top of the plot on the left of the page as opposed to
on the right of the page for seascape mode).  If you still require seascape
for some reason for these drivers, use the -ori 2. command-line option or
else use plsdiori(2.) or plsetopt("ori", "2.").

(2) The installation location for examples has been changed to
$prefix/lib/plplot<ver>/examples to be in better conformance with the FHS.

Important Bug fixes:

(1) Many improvements to the octave front end.

(2) Many improvements to the xfig driver.

(3) If the overall aspect ratio is changed by the -geometry, -a, or -portrait
options or else by the combination of the -ori 1 and -freeaspect options, the
character aspect ratio remains unaffected.  For example, when the overall
aspect ratio is changed now, circular symbols remain circular rather than
turning into ellipses as in the old code.

(4) Software pattern fills now rotate correctly with the rest of the plot
when the -ori option is used.  This fix affects all drivers (e.g., xwin,
psc) which do not handle their own pattern fills.  (Previously the rotation
angle for software pattern fills was mistakenly doubled by two calls to the
orientation transformation routine.)

Important New Features:

(1) Portrait mode.  Use the -portrait option on the command line or else
plsetopt("portrait", "") to get this option which only currently affects the
ljii, ljiip, ps, psc, and pstex drivers.  This option is especially useful
for yplot, the yorick front-end to PLplot.  yplot previously maintained
separate (==> hard-to-maintain and buggy) portrait versions of the psc, ps,
and ljiip drivers.  Those will no longer be necessary with this PLplot
core change, and in fact portrait mode is now available for a much wider
range of drivers.

(2) -drvopt command-line option (or else use plsetopt("drvopt","option")).
This allows setting options for particular drivers.  For example, the
-drvopt text option for the psc or ps driver allows use of Adobe fonts (This
is poorly documented currently, but for now see notes in ps.c for more
details).

(3) New pstex driver.  This is not currently documented, but there is post
from João Cardoso on plplot_devel
(http://www.geocrawler.com/archives/3/10834/2001/4/50/5536095/) that gives
the recipe (ignore the configuration stuff and start with the ./x01c
command).  The idea is to emulate the pstex output of the xfig application
so that latex can be used to directly process the file output from the
PLplot pstex driver.
2001-06-20 12:51:53 +00:00
jtb
69cd7b797a Update of ntl to 5.1a. Change build system to use libtool for
shared libraries.

  Changes between NTL 5.0c and 5.1a

   Some minor fixes and additions.

   Completely backward compatible.

     * Added  a  routine  LatticeSolve() for finding integer solutions to
       linear systems of integer equations.
     * Modified the stragey used by the LLL() and image() routines in the
       LLL  package to deal with linear dependencies. The new strategy
       guarantees  better  worst-case bounds on the sizes of intermediate
       values. I'm not sure if it will have any serious practical impact,
       though.
     * Added  some  "partial  ISO  modes" so that one can use some of the
       features  of  Standard  C++,  even  if  ones compiler does not yet
       support all of the features.
     * Bug  fix: routine determnant() in mat_GF2.h was not visible to the
       linker because of a typo in mat_GF2.c.
     * Made a "smarter" script for selecting the GetTime() function. This
       fixes  an  installation  problem on Cygwin/Windows 95 platforms. I
       hope it doesn't create more problems than it solves, though.
     * Added  some  extra documentation for installation under Windows/MS
       Visual C++.
     * Changed some names like c_lip.c to c_lip_impl.h. This should avoid
       some potential installation problems.
     * Throw  away  first 256-bytes of arc4 streams to improve quality of
       the  pseudo-random  number  generator. This may change the precise
       behavior of some programs.
     * Other minor, internal modifications.
2001-06-20 10:19:27 +00:00
jlam
2ce7de790a Mark as USE_BUILDLINK_ONLY. 2001-06-20 09:29:26 +00:00
jlam
7ddf3fd801 Convert to use buildlink.mk file for ncurses dependency and mark as
USE_BUILDLINK_ONLY.  Make build process for those needing ncurses and those
that don't identical.  Also make some minor changes to post-install code,
favoring using shell loop instead of a make variable loop.
2001-06-20 08:33:52 +00:00
skrll
52396237fe Fix --mode=execute quoting problem.
Bump to nb2. Fix has been sent to libtool maintainers.
2001-06-20 08:10:49 +00:00