コミット履歴

作者 SHA1 メッセージ 日付
  Ralf S. Engelschall 9ec74dc288 1. By default, the Perl module search order is "use lib, -I, PERL[5]LIB, perl, site, vendor, other". This means that in OpenPKG both the modules installed via CPAN shell (in "site" area) and the "perl-xxx" packages (in "vendor" area) cannot override the (sometimes obsoleted) module versions distributed with Perl (in "perl" area). Hence, we change the search order to a more reasonable one for OpenPKG: "use lib, -I, PERL[5]LIB, site, vendor, perl, other". 2. Already activate "vendor" area, althouh it is still unused in OpenPKG. It will be soon used by the "perl-xxx" packages to make "site" area available for manual (think CPAN shell) module installations. 22 年 前
  Ralf S. Engelschall 57dcbf7729 achieve robust subshell handling by consistently using '(...) || exit 0' constructs to make sure the scripts fail if a subshell fails 22 年 前
  Ralf S. Engelschall 67f9c78a59 cleanup copyright part by using just the main company name of Cable & Wireless and adding the URL to the global website 22 年 前
  Ralf S. Engelschall e4a202dc39 finish modernization of build flags through %{l_ldflags} and %{l_cppflags} 22 年 前
  Michael Schloh von Bennewitz 97a98b3bb7 Speclint police, removed whitespace after shell redirection 22 年 前
  Ralf S. Engelschall 06fb6f4c98 axe out perl-openpkg (now lives in own package) 23 年 前
  Ralf S. Engelschall 816125eb60 use installarchlib instead of installsitearch for h2pn stuff 23 年 前
  Ralf S. Engelschall 95581437d4 remove '%options' hack, it will be replaced soon with a more elegant solution based on RPM 'Provides' headers 23 年 前
  Michael van Elst e23de4c08d pin scriptdir to l_prefix, no more guesswork 23 年 前
  Ralf S. Engelschall 52043abb68 - prevent Perl from picking up stuff in /usr/local on FreeBSD and NetBSD - cleanup packaging a little bit 23 年 前
  Ralf S. Engelschall 4a73168b54 bump of Copyright messages for forthcoming years 2003 23 年 前
  Ralf S. Engelschall eb923a204a switch to %option(s), but intentionally WITHOUT dep increase and WITHOUT FTP server updates 23 年 前
  Ralf S. Engelschall 73ef1c7355 consistently use 'Options: none' to indicate no options to 'openpkg build' 23 年 前
  Ralf S. Engelschall 73155a876e cleanup after working 23 年 前
  Ralf S. Engelschall 282c940ab3 include security bugfix for Safe.pm 23 年 前
  Ralf S. Engelschall 69575a8557 fix installation of Perl variants of system headers 23 年 前
  Ralf S. Engelschall 28acf7503d disable parallel building 23 年 前
  Ralf S. Engelschall 56708901f5 Major Perl Re-Packaging: - upgraded base from Perl 5.6.1 to new stable 5.8.0 version - introduced perl-openpkg utility for use in perl-xxx packaging - All(!) modules are now in site_perl to avoid conflicts with base versions - use <prefix>/lib/perl instead of <prefix>/lib/perl5 to be consistent - use "%setup0 -q -c" instead of redundant "%setup0 -q -c -n %{name}-%{version}" - do not build and install man-pages because perldoc is enough - fixed various small bugs in packaging The major change is the use of perl-openpkg. This way we fully kicked out all redundancy in the perl-xxx packages! 23 年 前
  Ralf S. Engelschall 31bd7c2c42 finally it is time to switch to 5.8 in CURRENT 23 年 前
  Michael Schloh von Bennewitz d16681060f Remove redundant variable and clean up style. 23 年 前
  Michael Schloh von Bennewitz e861916399 Added support fix for IRIX. 23 年 前
  Ralf S. Engelschall 34cccca39c fix building on fresh Solaris and others where no Perl is available at all 23 年 前
  Thomas Lotterer bdb8f36547 Remove bind, db, gdbm and iconv from optional library checks 23 年 前
  Ralf S. Engelschall 41d208aef9 cleanup: remove trailing whitespaces 23 年 前
  Ralf S. Engelschall cd659807a1 fuck, our -Ui_db doesn't work on Solaris as expected 23 年 前
  Ralf S. Engelschall 14276946e2 Woohhooo: apply the new package classification system. (CORE, BASE, PLUS, PRIV, EVAL, JUNK). A description of them follows on the website soon. 23 年 前
  Ralf S. Engelschall 4c8d202455 gcc is required under run-time, not by Perl, but by all DSO-based modules which are build by Perl 23 年 前
  Ralf S. Engelschall a4c2488d22 add system headers 23 年 前
  Ralf S. Engelschall 9ee911e574 remove obsolete dependency to gzip 23 年 前
  Ralf S. Engelschall d9746ff4e0 strip trailing whitespaces 23 年 前