Commit graph

124047 commits

Author SHA1 Message Date
jlam
b0f9c2722e Use ${BUILD_TARGET} as the Rakefile task invoked to create the local
gem during the build process.  This allows for specifying non-standard
tasks used by some Ruby packages.  It defaults to "gem".
2008-03-18 16:35:52 +00:00
tron
a8b4a54400 Fix build under Mac OS X Intel by stripping out the "-fno-common" that
"yasm" doesn't understand. Also improve the similar hack used under
NetBSD to strip out "-fpic".
2008-03-18 15:05:03 +00:00
jlam
ccfcbebab6 Only load rubygems if it's needed. Bump PKGREVISION to 2. 2008-03-18 13:25:29 +00:00
dmcmahill
e7f059a0b9 Updated cad/tnt to 1.2.2nb3 2008-03-18 11:50:27 +00:00
dmcmahill
76a8ef8077 Repair the build when using f2c-f77 as the fortran compiler.
Also, do not install calcCAP or calcRL.  These two tools seem to give
results of questionable accuracy (see the sourceforge bug tracker
for the upstream sources) and also don't build with gcc-4 anyway.

Bump pkgrevision.
2008-03-18 11:48:25 +00:00
jlam
901cec84ca Allow for loading libraries installed as gems. Bump PKGREVISION. 2008-03-18 06:14:31 +00:00
jlam
1ba20e8a93 Fix subtle interaction with DESTDIR during installation -- the Makefiles
generated by mkmf.rb are actually not DESTDIR-safe because the $(DESTDIR)
value gets propagated to the rpath.  Since we already pass --buildroot
to deal with staged installations, explicitly strip out DESTDIR from
the environment.
2008-03-18 04:01:27 +00:00
jlam
cc508cadcb Unify the two clauses in _gem-install-cleanbuild that removed the
intermediate build files.  GEM_CLEANBUILD now defaults to "ext/*".
2008-03-18 03:50:35 +00:00
jlam
11efc3c217 REPLACE_RUBY_DIRS is relative to ${WRKSRC} by default, so shorten the
value a bit.
2008-03-18 03:47:07 +00:00
jlam
501981a89a Installed gems have wrapper scripts that call the right interpreter,
regardless of the #! line at the head of a script, so we can skip
the interpreter path check for gems.

As a side benefit, the resulting gems are more suitable for distribution
to other platforms.
2008-03-18 01:40:48 +00:00
heinz
0d9ac397b7 Updated
devel/p5-ExtUtils-PkgConfig to 1.11
2008-03-17 23:05:39 +00:00
wiz
1fc58e81d0 Mention two package moves. 2008-03-17 22:57:11 +00:00
wiz
dac3c32bf7 Finish move from gtk2-sharp to gtk-sharp. 2008-03-17 22:54:34 +00:00
wiz
8dbcc89d5b Update path to gtk-sharp. 2008-03-17 22:54:02 +00:00
wiz
1e84190f87 Reimport gtk-sharp-2.10.3 as x11/gtk-sharp (was in x11/gtk2-sharp)
to match PKGNAME.

Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
libraries.
2008-03-17 22:50:28 +00:00
wiz
fe0e2a7199 Finish move from gtksourceview-sharp to gtksourceview-sharp2. 2008-03-17 22:46:44 +00:00
wiz
4d0c23c875 Update path to gtksourceview-sharp2. PKGREVISION++. 2008-03-17 22:46:05 +00:00
agc
e98df20835 Note the start of the freeze on new functionality and infrastructure
changes to pkgsrc, in preparation for the pkgsrc-2008Q1 branch.
2008-03-17 22:44:53 +00:00
wiz
2eb710b1de Reimport gtksourceview-sharp2-0.11nb2 as x11/gtksourceview-sharp2
(previously in x11/gtksourceview-sharp).

Bindings to the GtkSourceView widget, this widget is
typically used for writing programmer editors.
2008-03-17 22:44:11 +00:00
heinz
1d1e5fcba4 Updated to version 1.11.
Pkgsrc changes:
  - The package supports installation to DESTDIR
  - A compiler is not necessary.
  - pkg-config must be available at run-time because this is only a
    Perl-wrapper for that program.
  - The source was not available at sourceforge, so I changed MASTER_SITES
    to CPAN.


Changes since version 1.07:
===========================
1.11  Sat Mar 15 00:35:35 CET 2008
	- Fix test failures.
	- If pkg-config isn't found, warn and exit with status 0 instead of
          just dying so that CPAN testers don't send bogus failure reports.

1.10  Sat Feb  9 20:29:22 CET 2008
	- Fix test failures with older versions of perl and pkg-config.

1.09  Tue Jan 22 21:34:35 CET 2008
	- Add support for more pkg-config commands: cflags-only-I,
          cflags-only-other, libs-only-other, and static-libs (RT #32426, patch
          by Diab Jerius).
	- Fix a test failure in t/4.t (RT #31966).
	- Only print failure messages if appropriate; silence test suite.

1.08  Fri Oct 19 22:04:08 CEST 2007
	- add Makefile.PL to MANIFEST.
	- In the version macro generator, handle non-numeric version number
          parts by only using the leading digits.
        - Make pkg-config print the errors it encounters so users know what went
	  wrong.
2008-03-17 22:31:21 +00:00
jlam
b291d67b39 Don't clear LDFLAGS so the build can pick up the right ones passed in
by the pkgsrc infrastructure.
2008-03-17 22:28:13 +00:00
heinz
b1482ba494 The package supports installation to DESTDIR. It does not need a
compiler.
2008-03-17 22:13:35 +00:00
jlam
729f7bf2da Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}. 2008-03-17 20:57:04 +00:00
jlam
cc71b06e12 Pass MAKE_ENV to the build process when building the gem from the
unpacked sources.  This fixes certain checks for $HOME, $PATH and the
like.
2008-03-17 19:33:25 +00:00
jlam
e4ba95eba5 + Include termcap.buildlink3.mk for proper termcap library handling.
+ Note bin/screen as a setuid-root program using SPECIAL_PERMS.

Bump the PKGREVISION to 1.
2008-03-17 19:03:35 +00:00
drochner
af04d09226 wire the include file path instead of calling "sdl-config" -- the
latter causes a chicken-and-egg problem,
should fix an error reported by Joerg Sonnenberger to Yorick Hardy
2008-03-17 18:01:52 +00:00
kristerw
f9ab0b8c64 Note update of devel/darcs to version 1.0.9. 2008-03-17 16:00:47 +00:00
kristerw
981becbeb4 Update darcs to version 1.0.9.
Changes in this release consists mostly of minor bug fixes.
2008-03-17 15:59:05 +00:00
kristerw
a9be3824d8 Note lang/ghc update to 6.8.2. 2008-03-17 15:43:08 +00:00
kristerw
722ad1956b Update ghc to version 6.8.2.
The major changes in this release are adding Haskell Program Coverage (hpc)
support to the compiler, adding a debugger to GHCi, the first phase of the
base package split, and pointer tagging in the code generator (which should
mean most code improves by 10-15%, and as a result the compiler is also
faster).

Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
2008-03-17 15:33:10 +00:00
dsainty
ff8eb104f2 Updated databases/p5-DBD-postgresql to 2.2.2nb2 2008-03-17 13:32:54 +00:00
dsainty
10b723081c Add dependency on p5-version, which appears to be a new requirement.
Bump PKGREVISION, because the package will gladly build and install
without p5-version, it just won't actually work unless p5-version is
available both at build time and at run time.
2008-03-17 13:29:03 +00:00
obache
3cd5a970da ftp://linux.thai.net seems not working well, remove. 2008-03-17 12:52:00 +00:00
obache
a2d7eb73fa Need DISTFILES difinition, patch also include additional files. 2008-03-17 12:18:47 +00:00
obache
b77c22493f Remove redundant DISTFILES definition. 2008-03-17 12:12:45 +00:00
obache
7ba7c8e2dd - o ifile-1.3.5
+       o ifile-1.3.8
+       o mailgraph-1.14
-       o pine-pgp-filters-1.2
+       o pine-pgp-filters-1.6
+       o smtpfeed-1.20
2008-03-17 11:55:09 +00:00
obache
8580f24788 Update MASTER_SITES and HOMEPAGE (and 1.1 is in old) 2008-03-17 11:53:37 +00:00
obache
338bf7a068 The old ftp.dcs.ed.ac.uk FTP service has been withdrawn. 2008-03-17 11:49:50 +00:00
obache
1239154470 1.13 is now in old. 2008-03-17 11:43:06 +00:00
obache
c040cd7212 distfile is in "archive" now. 2008-03-17 11:41:46 +00:00
obache
0b8d9eb2b8 Update MASTER_SITES and HOMEPAGE. 2008-03-17 11:37:41 +00:00
obache
e44f0e7d0a Adjust version number in MASTER_SITES url. 2008-03-17 11:33:35 +00:00
obache
4b2d2c4716 1.3.4 in old. 2008-03-17 11:25:15 +00:00
obache
512018f314 5.2.4 in old. 2008-03-17 11:23:30 +00:00
wiz
6f358b7dd5 + gmime-2.2.18, graphviz-2.18, gtkhtml314-3.18.0, herrie-2.0,
imap-uw-2007a1, kbibtex-0.2.1, libbonobo-2.22.0, liboil-0.3.14,
  mathomatic-12.9.0, mysql-5.0.51a, mysql-5.1.6, nmap-4.60,
  p5-HTTP-Server-Simple-0.30, p5-Test-WWW-Mechanize-1.20,
  p5-XML-RSS-1.32, rhythmbox-0.11.5, tig-0.10, x264-devel-20080315.
2008-03-17 10:09:19 +00:00
jnemeth
e97b2ca0d7 postfix-current -> mail/postfix-current 2008-03-17 08:43:53 +00:00
martti
0062caee89 vim and postfix 2008-03-17 07:12:03 +00:00
martti
b1792d8013 Updated postfix-current to 2.6.20080221
* Bug fixes
* Create /var/db/postfix like in pkgsrc/mail/postfix
2008-03-17 07:11:42 +00:00
martti
47216dae45 Updated editors/vim-share to 7.1.283
1582  7.1.271  in tiny version ":!touch %" causes curbuf to be wrong
  2334  7.1.272  buffer name [Location List] not used for buffer in other tab
  2504  7.1.273  when profiling on Linux Vim exits early
  1549  7.1.274  (after 7.1.272) compiler warning with optimized build
 40835  7.1.275  (extra) Mac: ATSUI and 'antialias' don't work together
  4946  7.1.276  "gw" uses 'formatexpr', even though the docs say it doesn't
  2802  7.1.277  default for 'paragraphs' misses some items
  1989  7.1.278  (extra, after 7.1.275) build problem
  3848  7.1.279  when using cscope temporary files are left behind
  1556  7.1.280  (after 7.1.275) Mac: build problems without multibyte feature
  2094  7.1.281  (after 7.1.279) Vim hangs when cscope doesn't exit
 16302  7.1.282  (extra) Win64: Installing context menu, compiler warnings
  7633  7.1.283  non-extra part of 7.1.282
2008-03-17 07:10:31 +00:00
bjs
e5455b1cc4 + Updated audio/jack-devel to 0.109.10nb1 [bjs 2008-03-17] 2008-03-17 02:35:17 +00:00