Commit graph

2523 commits

Author SHA1 Message Date
jlam
e7de7e8840 Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
2002-02-25 04:47:21 +00:00
wiz
3ca5c72084 Only use -R if the linker supports it. Patch by Rob Latham in pkg/15652. 2002-02-21 12:08:32 +00:00
jonb
3107edfe3a Update to 1.0pre9, fix MASTER_SITES to use archive directory, so the next
update does not break the fetch.  Improve the method used to insert GNU
patch into the installed package.  Update fixes include:

* A set of changes to support "mawk".

  If "awk" is "mawk", certain Posix regexps that were used by
  arch aren't handled, causing commands to fail.  These have
  been replaced with regexps that all awks should understand.
  (Patch from Jan Harkes.)

* LC_ (locale) environment variables are now set more carefully.
  (Reported by Federico Di Gregorio.)

* A new command, `make-sync-tree' has been added.
  See "http://www.regexps.com/src/docs.d/arch/html/sync.html".

* The "Standard-date:" field in log messages is now GMT
  and includes the time-of-day.
  (Suggested by Daniele Nicolodi.)

* Remaining (reported) Solaris portability problems fixed.
  (Patches from Jonathan Geisler.)

* CDPATH is unset in `larch'

  If CDPATH is set, with some shells, `cd' produces unwanted
  output.  Therefore, `larch' unsets CDPATH. (Reported by
  John Ellson, diagnosed by Lele Gaifax.)

* Various minor bug fixes.  Among these are the configuration
  system changes requested by people who have tried building
  on cygwin, though I'm certain there's much more to be done
  before arch actually works on cygwin.

* Naming Conventions Tweaked
  Source files can now begin with "_" and must not end with ".a" or
  ".o".  The names "CVS.adm", "SCCS", and "RCSLOG" have been added to
  the list of "not a source file".  (reported by several people).

  Someone asked to also exclude some compiler intermediate
  files, such as "y.tab.c" -- I've not done that because it
  is common practice to distribute such files with programs
  to make bootstrapping easier.


* user id syntax liberalized

  "_" is now permitted in the unique id part of a user id.  This is
  really a partial fix -- `valid-id' should agree precisely with
  various standards on what is a legal email address and domain
  name, but the more extensive fix is being postponed until a
  more complete review of all of the naming convention functions
  takes place.  (Reported by don_dayley.)

* valid-log-file error message clarified

   In response to user confusion, `valid-log-file' now reports
   errors like:

        missing (or empty) "Summary:" header

   instead of just


        missing "Summary:" header

   (Reported by several people.)


* bugs in the hackerlab "tests/arrays-tests" and "tests/fs-tests" have
  been fixed (Reported and patched by Matthias Neeracher).

* an awk syntax error in `log-header-field' has been fixed
  (Reported and patch by Jan Harkes.)

* You can now use an alternative shell for configuration

  "config.status" files now start with "#!" lines and the
  "src/build-tools/scripts" configuration scripts use an
  explicitly chosen shell to call each other.  The top-level
  configure script now accepts a "--config-shell SHELL" option.

  This is a small step towards cygwin portability, and eases
  some of the portability constraints on "configure" for systems
  where "/bin/sh" is not quite posix.

  (Reported by Jason Diamond and others.)

* added a --pull option to push-mirror

  The new option speeds up the case of pushing from a remote archive
  to a local mirror.

* avoid dirent portability problems

  Some portability problems in libhackerlab's use of dirent have been
  fixed.  (Reported by several people.)

* `star-merge --finish' was broken.
  Now it isn't.

* `prepare-branch': bug fix from geisler

* `reconcile': bug fix from geisler

* `whats-missing': bug fix from geisler
2002-02-21 03:02:33 +00:00
jmc
4692e30382 Force the compile of asnparser to -O0 as some archs (macppc) generate bad code
currently on the huge switch statement with optimization turned on.
2002-02-19 04:24:36 +00:00
seb
1a7c3cbf84 Use ${INSTALL_INFO}' instead of install-info'. 2002-02-18 16:42:27 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
jmc
0cd58a0704 This depends on gtexinfo which installs makeinfo as 'makeinfo'. The build
invokes makeinfo without a leading path which will pick up either the system
one or the pkgsrc depending on the users path. To remain consistant force
the patch to LOCALBASE/bin as the first component when building this as older
versions of makeinfo cannot handle the doc files included here.
2002-02-18 10:25:04 +00:00
jmc
3516754c8c Correct a bad assumption in machine.sh. It's assuming MACHINE_ARCH is equiv to
MACHINE on *BSD platforms which isn't true for cases like macppc where it's
arch is actually powerpc. So on *BSD run uname -p to get MACHINE_ARCH.
2002-02-18 10:10:21 +00:00
jmc
03883ec07a Correct typo in previous commit 2002-02-18 09:43:58 +00:00
jmc
fa0922d6ad new signatures for new patch 2002-02-18 09:42:40 +00:00
jmc
4705fd59c2 Force char to signed since code is assuming signed char and archs that default
to unsigned char will lose.
2002-02-18 09:42:10 +00:00
wiz
7bbe35ce54 Add version number to patch dependency. 2002-02-16 15:48:20 +00:00
wiz
1a52d8d9a6 Also mention COMPAT_43, per pkg/15362. 2002-02-16 01:14:13 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jonb
45609c69bd Make this package use GNU patch so it doesn't barf all over the place. 2002-02-14 17:56:05 +00:00
hubertf
87b55efd0c Set lispdir do files don't end up in /, bump to prcs-1.2.15nb1.
Addresses PR 15603 by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-02-14 01:20:19 +00:00
wiz
afd6822248 Update to 1.2.3; based on pkg/15580 by Ben Wong.
Relevant changes for NetBSD:
* 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
* 1.2.3: Added platform independent OpenGL Header - SDL_opengl.h
* 1.2.3: Fixed crash when using double-buffering with DGA
* 1.2.3: Fixed XVideo on GeForce by using last available adaptor
* 1.2.3: Added 640x480 as a scaled resolution for NTSC/PAL output
2002-02-14 00:39:45 +00:00
mrauch
dd72eda632 The check for -O2 in the last commit didn't catch the possibility of
multiple flags in ${CFLAGS}. Fixed.
2002-02-12 14:59:59 +00:00
mrauch
02ad396188 Disable optimization for i386 because it can cause segfaults with a
completely thrashed stack.
2002-02-12 10:52:31 +00:00
skrll
040e953d38 Set AUTOMAKE_OVERRIDE=NO
The side effect of touching configure.in is to recreate ltmain.sh from
ltmain.in. We patch ltmain.sh and so the changes get lost.

This should fix pkg/15481 from Tom Haapanen <tomh@metrics.com>
2002-02-11 14:57:58 +00:00
tron
5d82ebfd9f Make sure that locale files go into the correct directory under Solaris. 2002-02-10 19:05:56 +00:00
skrll
6bd135396b autoheader doesn't need to be invoked so don't do it. This means we can
remove the BUILD_DEPENDS on autoconf.
2002-02-10 11:05:11 +00:00
wiz
d03244894b Remove sha1 for patch-ae, which doesn't exist. 2002-02-08 09:35:17 +00:00
jlam
97da89d6d3 * Strongly buildlink'ify.
* Patch the grammer file getdate.y to be usable by (recent?) bison.
* Use pthreads.buildlink.mk (native pthreads probably won't work, but
  we'll let it break until the time comes when we actually do have native
  threads).
2002-02-08 06:29:42 +00:00
jlam
5090d869bc Sort. 2002-02-08 06:26:49 +00:00
jlam
c543d815f4 We don't actually need to symlink anything as pgcc and pg++ already
handle everything for us.  Invoking "pgcc" is equivalent to invoking
"cc -pthread" on other platforms.  Change the buildlink.mk file to
appropriately define CC and CXX to pgcc and pg++, respectively.
2002-02-08 06:24:12 +00:00
jlam
7e976aeb1c Add preliminary buildlink.mk file. Might need to make wrappers for the
pgcc and pg++ scripts.
2002-02-08 00:13:57 +00:00
jonb
cb6a57fde1 Add some documentation that I forgot last time. 8^( 2002-02-07 23:51:58 +00:00
jlam
f26c1bfb97 Buildlinkify and remove an unnecessary patch as a result. 2002-02-07 23:07:28 +00:00
jonb
edaa4bc921 The Arch revision control system. Many thanks to Amitai Schlair
<schmonz@schmonz.com> who did this in parallel to my efforts, faster
and slightly cleaner.  Thanks also to Tom Lord for timely help
yesterday and the actual fix for an alignment problem on the SPARC
platform.  (Which is already rolled into the distribution file.)
2002-02-07 19:09:36 +00:00
jlam
bdccdce693 buildlink.mk for devel/cdk provided in pkg/15517 by by Amitai Schlair
<schmonz+netbsd@schmonz.com> with minor change by me.
2002-02-07 15:26:36 +00:00
dillo
caf4e1737b dist files have moved (but can now be downloaded without Referer header).
Noted by Stoned Elipot.
2002-02-07 13:22:03 +00:00
jdolecek
deca751d4a use description from pkg README 2002-02-07 07:43:54 +00:00
jdolecek
8435bfb8d7 add p5-Term-ReadLine 2002-02-07 07:40:30 +00:00
jdolecek
ff3498e8c3 update patch-aa checksum 2002-02-07 07:39:51 +00:00
jdolecek
0d51f407c0 add NetBSD RCS Id 2002-02-07 07:38:52 +00:00
jdolecek
2c8ad121a4 Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additional
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung.
Fixes pkg/15445.
2002-02-07 07:38:19 +00:00
martti
ed75fb0577 Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).
This version of libusb is required by the soon-to-be-released gphoto2.

- Add support for MacOS X (Darwin)
- Fix endianess correctly where applicable on all OS'
- Return bytes written/read for control message (BSD)
- Tweak documentation build
- Fix bug when usb_find_devices was called multiple times (Linux)
- Fetch descriptors for all devices when we can and parse them
2002-02-07 07:31:48 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
skrll
015c2e40b9 Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.

Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05 22:03:54 +00:00
taca
1e34350e11 Update ruby-rd-mode package to 0.6.11.
:0.6.11
 * support Ruby 1.4.6. thanks. > Aoki-san
 * now `=begin' and `=end' are omitable. thanks. > Nakada-san
 * changed to omit <p>...</p> for some ListItem.
 * added `class="foottext"' attribute to <p> element for foottext.
   thanks. > Kimura-san
 * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san
 * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san
 * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-02-04 15:35:40 +00:00
skrll
94cd2761d3 Conflict with autoconf-devel. 2002-02-01 17:09:35 +00:00
wiz
d8960183d1 Add and enable py-distutils. 2002-01-31 23:16:10 +00:00
jlam
653ed0fa74 Back out previous as it is redundant to the mechanism already in
bsd.pkg.mk.  buildlink.mk files never need to add rpaths to LDFLAGS unless
a package installs libraries in some place other than ${PREFIX}/lib, e.g.
mysql-client, qt2-libs.
2002-01-31 14:50:37 +00:00
agc
8e1a5e022a Use the new aalib-x11 package in preference to the "no X11" aalib package.
Fix provided by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15271
2002-01-31 13:53:41 +00:00
mrg
eaa1739c4e eat more asm and c++ files. *chomp* *chomp* 2002-01-31 13:49:21 +00:00
mjl
04c1aeaf83 Update to bison 1.32
* Fix Yacc output file names
* Portability fixes
* Italian, Dutch, Swedish, Russian translation
* Many Bug Fixes
* Use of alloca in parsers
* When the generated parser lacks debugging code, YYDEBUG is now 0
  (as POSIX requires) instead of being undefined.
* User Actions
  Bison has always permitted actions such as { $$ = $1 }: it adds the
  ending semicolon.  Now if in Yacc compatibility mode, the semicolon
  is no longer output: one has to write { $$ = $1; }.
* Better C++ compliance
  The output parsers try to respect C++ namespaces.
* Reduced Grammars
  Fixed bugs when reporting useless nonterminals.
* 64 bit hosts
  The parsers work properly on 64 bit hosts.
* Error messages
  Some calls to strerror resulted in scrambled or missing error messages.
* The verbose report includes the rule line numbers.
* Rule line numbers are fixed in traces.
* Parse errors
  Verbose parse error messages from the parsers are better looking.
* Fixed parser memory leaks.
  When the generated parser was using malloc to extend its stacks, the
  previous allocations were not freed.
* Fixed verbose output file.
  Some newlines were missing.
  Some conflicts in state descriptions were missing.
* Fixed conflict report.
  Option -v was needed to get the result.
* Fixed incorrect processing of some invalid input.
* Fixed CPP guards: 9foo.h uses BISON_9FOO_H instead of 9FOO_H.
* %token MY_EOF 0 is supported.
  Before, MY_EOF was silently renumbered as 257.
* doc/refcard.tex is updated.
* %output, %file-prefix, %name-prefix.
* --output
* `--defines' and `--graph' have now an optionnal argument which is the
  output file name. `-d' and `-g' do not change, they do not take any
  argument.
* Portability fixes.
* The output file does not define const, as this caused problems when used
  with common autoconfiguration schemes.  If you still use ancient compilers
  that lack const, compile with the equivalent of the C compiler option
  `-Dconst='.  autoconf's AC_C_CONST macro provides one way to do this.
* Added `-g' and `--graph'.
* The input and the output files has automatically a similar extension.
* NLS support updated; should hopefully be less troublesome.
* Added the old Bison reference card.
* Added `--locations' and `%locations'.
* Added `-S' and `--skeleton'.
* `%raw', `-r', `--raw' is disabled.
* Special characters are escaped when output.  This solves the problems
  of the #line lines with path names including backslashes.
* New directives.
* @$ Automatic location tracking.
2002-01-31 13:43:57 +00:00
drochner
da49db30a8 add a pkg for Python "distutils", needed only for Python-1.5
(got part of the standard ditribution later)
2002-01-29 19:12:33 +00:00
drochner
cdab19ffb6 add py-Checker, py-Optik, py-unit and py-unitgui 2002-01-29 16:32:18 +00:00