コミット履歴

作者 SHA1 メッセージ 日付
  Thomas Lotterer 49483a8867 remove all numbers immediately following %setup/%patch to ease overriding of these macros and thus make version tracking working; also clean up option order; do not use setup/patch number when only one file exists but enforce patch number on multiple files 22 年 前
  Ralf S. Engelschall 81c7391c14 Mass-Commit: - split "Distribution" header into "Distribution" (old) and "Class" (new) headers by moving the attached class information. - embed the vendor version tracking configuration through the new "%track" section. - bump up the OpenPKG bootstrap dependency, because the "Class" header and "%track" section are only supported by our latest bootstrap version. 22 年 前
  Ralf S. Engelschall 85fbb9a613 bump year in copyright messages to cover new year 2004. This is a CVS only commit -- no packages were rolled intentionally 22 年 前
  Michael Schloh von Bennewitz 578db89a23 Complete help2man hack (which would otherwise install an empty manpage) by using the native distribution manpage 22 年 前
  Michael van Elst 085a004cc5 prevent configure picking up help2man 22 年 前
  Ralf S. Engelschall cb26e6a86d do not build flex beta by default and remove C99 comments from its code 22 年 前
  Ralf S. Engelschall 267ea93581 apply patch to get Flex beta version building on Solaris and similar platforms where std{in,out} cannot be used as an lvalue 22 年 前
  Ralf S. Engelschall 53b6a46d4a cleanup packaging 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 年 前
  Peter Smej b1d8ae34de Upgrading beta 2.5.27 -> 2.5.31 22 年 前
  Ralf S. Engelschall 762f7685c0 beta version moved to sourceforge 23 年 前
  Ralf S. Engelschall 6c652f3f15 upgrade flex-beta to 2.5.27 23 年 前
  Ralf S. Engelschall 0774b4a3c6 upgrade to flex-beta 2.5.26 23 年 前
  Ralf S. Engelschall 7a694d853e upgrade to new %option world order 23 年 前
  Ralf S. Engelschall 95581437d4 remove '%options' hack, it will be replaced soon with a more elegant solution based on RPM 'Provides' headers 23 年 前
  Ralf S. Engelschall 4a73168b54 bump of Copyright messages for forthcoming years 2003 23 年 前
  Ralf S. Engelschall 4c2c416b1e switch to %option(s) 23 年 前
  Ralf S. Engelschall 120c3944b5 upgrade flex-beta 23 年 前
  Ralf S. Engelschall 24f882f3a0 upgrade flex-beta to 2.5.24 23 年 前
  Ralf S. Engelschall af3bfbe23c flex-beta 2.5.22 -> 2.5.23 23 年 前
  Ralf S. Engelschall 06aef20dc8 cleanups 23 年 前
  Ralf S. Engelschall 60c1c62a62 upgrade to flex-beta 2.5.22 23 年 前
  Ralf S. Engelschall e71a2c0cd9 Fix the following two problems (as reported today this way to the Flex authors): 1. In recent Flex versions you introduced some C99 support. At least the Flex 2.5.21 release is fully broken on non-C99 platforms. For instance the shipped pre-built scan.c contains non-conditional usage of <stdint.h> and references to int32_t, etc. This immediately fails. I've worked around it by doing "flex -oscan.c scan.l" before building (where "flex" was an old 2.5.4 version). 2. Additionally at least on FreeBSD 4.x the usage of <malloc.h> gives lots of warnings: /usr/include/malloc.h:2:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead". The reason is flexdef.h, line 119. <malloc.h> is really never needed today on modern systems, so I personally never included it in any software packages of me. And my packages like GNU Pth and others were ported to really lots of platforms -- both modern and esoteric ones. So I recommend you to complete remove likes 118-120, but as a workaround for myself I used a simple "#if defined(HAVE_MALLOC_H) && !defined(__FreeBSD__)" but the complete removal is certainly better. 23 年 前
  Ralf S. Engelschall d7ab0502fa upgrade flex-beta to 2.5.21 23 年 前
  Ralf S. Engelschall 956fcc3bf4 upgrade to flex-beta 2.5.19 23 年 前
  Ralf S. Engelschall 8261687503 upgrade to flex-beta 2.5.18 23 年 前
  Ralf S. Engelschall c681a2c03c upgrade flex-beta to 2.5.17 23 年 前
  Ralf S. Engelschall fb1666a3bb upgrade flex-beta to 2.5.16 23 年 前
  Ralf S. Engelschall c04eb109f3 upgrade flex-beta to 2.5.15 23 年 前