Commit graph

7883 commits

Author SHA1 Message Date
tv
7c05e63c4d Fix PLIST botch (as in, "I forgot to update the PLIST with the DISTNAME").
Bump PKGREVISION.

Thanks wiz@ for catching it.
2005-11-11 20:45:44 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
reed
0b1a0779b2 Update to version 20051105.
Remove GNU_CONFIGURE=no from pkgsrc Makefile.

Add "--mksrc none" to arguments and
add --prefix=${PREFIX} and --sysconfdir=${PKG_SYSCONFDIR}
and remove ${CONFIGURE_ARGS} for boot-strap.

Note that I didn't import the files that only change was a
CVS $Id$ tag.

From ChangeLog:

2005-11-05  Simon J. Gerraty  <sjg@void.crufty.net>

	* Makefile.in (BMAKE_VERSION): bump to 20051105
	* configure.in: always set default_sys_path
	  default is ${prefix}/share/mk
	  - remove prefix_sys_path, anyone wanting more than above
	    needs to set it manually.

2005-11-04  Simon J. Gerraty  <sjg@void.crufty.net>

	* boot-strap: make this a bit easier for pkgsrc folk.
	  bootstrap still fails on IRIX64 since MACHINE_ARCH gets set to
	  'mips' while pkgsrc wants 'mipseb' or 'mipsel'

2005-11-02  Simon J. Gerraty  <sjg@void.crufty.net>

	* Makefile.in (BMAKE_VERSION): bump to 20051102
	* job.c (JobFinish): fix likely ancient merge lossage
	fix from Todd Vierling.
	* boot-strap (srcdir): allow setting mksrc=none

2005-10-31  Simon J. Gerraty  <sjg@void.crufty.net>

	* Makefile.in (BMAKE_VERSION): bump to 20051031
	* ranlib.h: skip on OSF too.
	  (NetBSD PR 31864)
2005-11-10 00:09:34 +00:00
tv
e2af5cd013 libtool-base-1.5.18nb6:
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".
2005-11-09 18:05:56 +00:00
reed
f91d5a3907 Bump PKGREVISION. Add missing man page entries to PLIST.
(Note: these man pages are installed even if WITHOUT_STATGRAB
or WITHOUT_SAIDAR options are used to not install the
corresponding executables.)
2005-11-08 21:43:03 +00:00
tonio
bf09fc2238 Oups, latex.buildlink3.mk -> tex.buildlink3.mk 2005-11-08 18:53:02 +00:00
tonio
36af7b4f7c convert to use tex.buidllink3.mk 2005-11-08 18:52:30 +00:00
tonio
853804dae4 converted to use tex.buildlink3.mk
set LATEX_DEPMETHOD= build
2005-11-08 18:50:03 +00:00
tonio
523b1b568e Adapted to use tex.buildlink3.mk
set LATEX_ACCEPTED = teTeX1 teTeX2 teTeX3
2005-11-08 18:47:07 +00:00
tonio
ee30fc8982 Adapted to use tex.buildlink3.mk
set LATEX_ACCEPTED= teTeX1
2005-11-08 18:45:24 +00:00
tv
9f6307f78c Force fake poll(2) implementation on Interix. 2005-11-08 17:58:18 +00:00
tv
4d5d6196e6 Add hack for Interix: It has a bogus historic #define for EX_OK in
<unistd.h>, so preload that and undef EX_OK in the Interix case.

Bump version to 1.1.
2005-11-08 13:34:39 +00:00
tv
42e01c79c9 Include <alloca.h> on Interix. 2005-11-08 03:53:33 +00:00
tv
68d2c94c1f USE_TOOLS+=flex yacc 2005-11-08 03:49:27 +00:00
tv
9f3cffaadb Include devel/sysexits bl3. 2005-11-08 03:44:23 +00:00
tv
c0a70d69d9 USE_TOOLS+=nroff, and use NROFF. 2005-11-08 03:38:34 +00:00
tv
d608b31590 USE_TOOLS+=soelim 2005-11-08 03:36:58 +00:00
tv
be5710a931 Use strerror() on Interix. 2005-11-08 03:27:32 +00:00
dan
a1283e6c65 update to 0.12, changelog below.
XXX: the package is heavily gnome-infested, pulling in half the
     known universe via lablgtk2. Only the gnome-canvas bindings
     are really needed; there's a local copy of lablgtk2 in the
     m-viz source tree now, perhaps use that?


0.12:
- change the way displayed branches are selected: now one can view
  any set of branches
- allow the ancestry graph view to be limited by date
- the `query' window now uses monotone selectors
- change the reconnection algorithm
- cert values can be copied to the clipboard (via a context menu)
- DnD support: accept drops from a file manager
- rewrite the sqlite bindings (use parsed statements now)


0.11:
- a new `query' window to search for revision matching some criterion
- some DnD support: drag a node and drop it in a terminal to copy its
  revision id
- tweak the reconnection algorithm
- build with a shared sqlite library by default
- add a preference option for the location of the `dot' program


0.10:
- try to reconnect disconnected parts of the graph (by adding grey edges)
- libgnomecanvas hack to speed up drawing
- somehow display the output of monotone diff, even if it is not valid UTF-8
- middle clicking on the graph with a (prefix) of an id selected will
  center the view on this id
- support builds with a shared sqlite library
  (--with-shared-sqlite option to configure)
2005-11-08 03:24:32 +00:00
tv
99c39d2867 Pull in libbind resolver on Interix. 2005-11-07 21:24:37 +00:00
tv
292312b9e8 USE_TOOLS nroff, and use that to format the .ms file. 2005-11-07 20:08:46 +00:00
tv
d714d7ca6e Add sysexits bl3. 2005-11-07 20:07:31 +00:00
tv
28e19e37d9 Use BSD_INSTALL_* macros rather than mostly bare "install" command.
Bump PKGREVISION.
2005-11-07 19:56:46 +00:00
tv
57f3959cf9 Update to 0.9.3. Abbreviated changes:
+	* src/check.h.in: Added include of stddef.h for NULL definition

+	* doc/tutorial.sgml: Fixed sourceforge bug #1216502

+	Refactored messaging to use the new tmpfile() method all the way,
+	removing the message keys, pipes, pipe entries and pipe list. This
+	makes the messaging work with forking tests, and also with threading
+	tests on linux 2.4 (on 2.6 it already worked). Added check_fork and
+	check_waitpid_and_exit to be used for forking tests.

+	* src/check.h.in: Fixed compatibility with gcc 2.95.3 according
+	to sourceforge patch #1161654.

+	* src/check_run.c, tests/check_check_master.c: Changed timeout
+	error message according to sourceforge feature request #1121452.

+	* tests/ex_xml_output.c, tests/ex_log_output.c, tests/ex_output.c,
+	  src/check_log.c:
+	  Fixed memory leaks.

+	* check.m4, config.h.in, configure.in, src/check_pack.c: Fixed
+	quoting and added configure test for stdint.h.

+	* src/check_run.c, tests/check_check_master.c: Use strsignal
+	to print describing text for signals.

+	* doc/tutorial.sgml: Documented signals handling and timeouts.

+	* tests/check_check_master.c src/check.h.in:
+	Changed failure message for fail_if.

+	* src/check.c, src/check.h.in, src/check_impl.h, src/check_run.c,
+	tests/check_check_master.c, tests/check_check_sub.c:
+	Added support for timeouts on tests, enabling detection of
+	eternal loops as errors.

+	* src/check.c, src/check.h.in, src/check_impl.h, src/check_run.c,
+	tests/check_check_master.c, tests/check_check_sub.c:
+	Added support for testing on expected signals. Implementation
+	courtesy of Lucas Di Pentima and Cesar Ballardini. Also cleaned
+	up the test verification to simplify merging of new tests.

+        * src/check.c, src/check_list.c, src/check_list.h, src/check_log.c,
+	src/check_msg.c, tests/check_list.c:
+	Changed name on function list_create to check_list_create to avoid
+	name clash.

+	* src/check.c, src/check.h.in, tests/check_check_master.c,
+	tests/check_check_sub.c: Applied ANSI C99 patch (#1047014)
2005-11-07 19:44:58 +00:00
tv
1e1d6314b1 NOT_FOR_PLATFORM Interix. 2005-11-07 19:23:30 +00:00
joerg
3e29833c48 Add DragonFly support. Depend on errno from errno.h. 2005-11-07 18:38:36 +00:00
martti
56327fdd70 Updated p5-POE to 0.3202
* Lots of bug fixes
2005-11-07 13:51:34 +00:00
martti
72b9049b3f s/wip/devel/ 2005-11-07 11:44:17 +00:00
martti
281ac8a4bb Added p5-Curses-UI, p5-Curses-UI-POE and p5-Term-Size 2005-11-07 11:34:24 +00:00
martti
935280a3e1 Term::Size is a Perl module which provides a straightforward way to
retrieve the terminal size.
2005-11-07 11:32:12 +00:00
martti
0f50369ae8 This is a subclass for Curses::UI that enables it to work with POE.
It is designed to simply slide over Curses::UI.
2005-11-07 11:28:27 +00:00
martti
b54957667f Object-Oriented UI framework based on the curses library.
Curses::UI contains widgets and dialog windows which can be
used to build a user interface.
2005-11-07 11:27:31 +00:00
martti
40caf56463 Removed the buildlink3.mk
I got few private comments that one should not use buildlink3.mk but the
standard DEPENDS statement because we do not link against libraries
in this case.
2005-11-07 11:16:32 +00:00
cjep
c516d019a1 Add a USE_LANGUAGES variable. Noted by Georg Schwarz in private e-mail 2005-11-07 10:05:50 +00:00
abs
5c9d5eae15 Update cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06 15:31:20 +00:00
martti
49311fd737 Added buildlink3.mk for this package. 2005-11-05 06:16:55 +00:00
rillig
13c33ed187 Fixed definition of BUILD_DIRS. 2005-11-04 18:41:31 +00:00
rillig
62102bb525 Removed unknown JVM "jdk13". 2005-11-04 18:35:33 +00:00
rillig
4e9b468952 Use "+=" for BUILDLINK_TRANSFORM.readline, as suggested by pkglint. 2005-11-04 16:53:24 +00:00
agc
f5eb073487 Update the intel-iscsi package to nb2:
+ build and install the OSD functionality as well.
2005-11-03 23:58:41 +00:00
rillig
400c72bce3 Fixed wrong use of WRKSRC. 2005-11-03 20:20:12 +00:00
rillig
78df9b5155 Using MASTER_SITE_DEBIAN instead of hard-coded URL. 2005-11-03 13:39:25 +00:00
rillig
649d7c52ab Using MASTER_SITE_GNUSTEP. 2005-11-03 13:38:54 +00:00
agc
3b07de6126 Update package to nb1:
recognise the REPORT_LUNS SCSI command in the iSCSI target, and just
return the maximum number of LUNs that the target can handle.
2005-11-03 10:54:17 +00:00
adrianp
91de043eff Update to 1.0.0rc3 (from 1.0.0rc2)
From the Changelog:
- 0006273: [security] File Inclusion Vulnerability (vboctor)
- 0006275: [security] SQL injection (vboctor)
- 0006234: [filters] Filter sometimes returns no results (thraxisp)
- 0006295: [filters] Old filters and view_state problems. (thraxisp)
- 0006288: [filters] Patch against CVS HEAD for Saved filter problem with view_state (thraxisp)
- 0006296: [filters] Filter sql includes unnecessary links to custom_field_string_table for date custom fields (thraxisp)
- 0006297: [filters] sorting on custom field, bring MySQL to deadlock loop (thraxisp)
2005-11-03 09:50:56 +00:00
rh
110528371c Update Gorm to 1.0.0.
Noteworthy changes in version `1.0.0'
=========================================

   * All inspectors are now modeled in .gorm files.

   * Added autosizing to form attributes inspector.

   * Utilize and maintain parent/child data structure more pervasively

   * Reorganized code in palettes for cleaner implementation.

   * Removed code to check for user bundles, since bugs in Camaelon
     which prompted those changes were fixed long ago.

   * Added documentation to GormCore
2005-11-03 08:39:54 +00:00
taca
86aa02418d Remove specifying RUBY_VERSION_SUPPORTED. 2005-11-03 07:19:34 +00:00
taca
ee5e4d1824 No needs to create RUBY_SITELIBDIR here. 2005-11-03 07:19:03 +00:00
taca
56728c500c Remove specifying RUBY_VERSION_SUPPORTED. 2005-11-03 07:18:32 +00:00
wiz
1ad44ccf34 -ruby-installpkg. 2005-11-03 06:42:50 +00:00