Commit graph

560 commits

Author SHA1 Message Date
Pete Fritchman
d73f10db58 - update to 4.5.3
- remove version from pkg-descr

PR:		65972
Submitted by:	maintainer
2004-05-02 03:28:49 +00:00
Kirill Ponomarev
8daa07cec3 - Honor CFLAGS
PR:		ports/65599
Submitted by:	michael johnson <ahze at ahze dot net>
2004-04-16 08:08:11 +00:00
Kris Kennaway
df19f65e91 BROKEN: Checksum mismatch 2004-04-12 03:37:14 +00:00
Joe Marcus Clarke
fa63df0f4d Mark this port BROKEN with gtk+-2.4.
Reported by:	bento via kris
2004-04-11 02:47:56 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Trevor Johnson
da9020afbe Add openbabel dependency (bento log forwarded by kris). 2004-04-09 00:59:36 +00:00
Trevor Johnson
2dedd436c1 Update to 1.7.8. 2004-04-07 17:26:09 +00:00
Trevor Johnson
98c7bd4779 After patching, remove the carriage-return characters from povchem.c
because they because they choke GCC 2.95.4.

noticed by:	kris
2004-04-07 15:39:34 +00:00
Trevor Johnson
e712010a40 Chase home page. 2004-04-07 15:05:39 +00:00
Adam Weinberger
f9af6da84e Fix build with gtk 2.4. 2004-04-05 12:59:13 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Maho Nakata
308503d550 Do not hardcord PICFLAG
Submitted by:	ru
2004-03-20 05:20:46 +00:00
Maho Nakata
10e9ee4f10 Backout previous change of PICFLAG, since
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:

--
"-fpic" is a [minor?] optimization for machines that can handle it:

  -fpic
    Generate position-independent code (PIC) suitable for use in a shared
    library, if supported for the target machine. Such code accesses all
    constant addresses through a global offset table (GOT). The dynamic
    loader resolves the GOT entries when the program starts (the dynamic
    loader is not part of GCC; it is part of the operating system). If
    the GOT size for the linked executable exceeds a machine-specific
    maximum size, you get an error message from the linker indicating
    that -fpic does not work; in that case, recompile with -fPIC instead.
    (These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the
    m68k and RS/6000. The 386 has no such limit.)

  -fPIC
    If supported for the target machine, emit position-independent code,
    suitable for dynamic linking and avoiding any limit on the size of
    the global offset table. This option makes a difference on the m68k,
    m88k, and the SPARC.

Thanks to: obrien
2004-03-19 04:20:12 +00:00
Maho Nakata
fb23a1b086 -fPIC is appropreate on all architectures.
Submitted by: kris
2004-03-18 23:06:11 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Maho Nakata
fc345a3c27 1) Silent version up without changing the version number
very minor change in README
2) change WWW: section at pkg-descr
3) SIZEify

Submitted by:	kris via bento
2004-03-18 04:57:07 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Maho Nakata
b39cd44eb9 1) update to 0.9.3
2) honor PREFIX & LOCALBASE
3) SIZEify
4) possible fix for amd64 and ia64
2004-03-17 10:47:29 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
03062baaf5 - Update to version 2003.09.21
PR:		ports/64160
Submitted by:	Liam J. Foy <liamfoy@sepulcrum.org>
2004-03-12 13:53:23 +00:00
Trevor Johnson
478d1f5670 Insert "-l" into PATCH_ARGS, to cause the "patch" command to ignore
carriage-return characters in povchem.c which otherwise cause
patch-ab to fail to apply.
2004-03-09 00:17:05 +00:00
Trevor Johnson
2233aa9126 Add MD5 of 2004-01-06 version of povchem.c. Its contents are
identical to the 1999-08-22 version, except that the new file has
a carriage return character added at the end of each line, DOS-style.
2004-03-09 00:15:51 +00:00
Mark Linimon
0f0f3b19d2 Unmark as broken for 4.x; instead, mark as ignore for perl < 5.6. 2004-03-08 03:29:16 +00:00
Kris Kennaway
f2084d1b29 BROKEN on amd64 and ia64: Does not compile (missing -fPIC) 2004-03-07 13:00:02 +00:00
Mark Linimon
a8e54cc065 Maintainer reports being unable to look after this port any longer.
Thanks for your efforts in the past.
2004-03-07 00:18:27 +00:00
Kirill Ponomarev
d4ffabec9f - Update to version 0.4
PR:		ports/63478
Submitted by:	maintainer
2004-02-28 09:56:06 +00:00
Kirill Ponomarev
bdad23b76b - Fix MASTER_SITES
PR:		ports/63469
Submitted by:	maintainer
2004-02-27 22:20:43 +00:00
Mario Sergio Fujikawa Ferreira
bb95407985 Update to 20040226 release 2004-02-27 00:01:02 +00:00
Kris Kennaway
d2eb9c33ea BROKEN on alpha: Does not compile 2004-02-23 03:59:05 +00:00
Kris Kennaway
45637d31d2 BROKEN on alpha 5.x: does not compile 2004-02-23 03:54:36 +00:00
Kris Kennaway
48bbc27c4f BROKEN: Checksum mismatch 2004-02-22 00:43:16 +00:00
Kris Kennaway
1850793ce0 BROKEN on 4.x: Configure fails 2004-02-22 00:06:35 +00:00
Kris Kennaway
414b01f7e2 BROKEN: Does not fetch 2004-02-21 21:48:55 +00:00
Kris Kennaway
b8fd938dc2 BROKEN: Checksum mismatch 2004-02-21 19:31:10 +00:00
Dag-Erling Smørgrav
7da5c3b016 Upgrade to 1.23.
Approved by:	maintainer timeout
2004-02-09 21:40:47 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Kris Kennaway
8f878d60d1 Correct whitespace in COMMENT 2004-02-07 03:34:43 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kirill Ponomarev
d39eb55ced - Fix build on AMD64
- Use DOCSDIR
2004-02-01 22:02:22 +00:00
Pav Lucistnik
b2011bd5b6 - Update to 3.6.b
PR:		ports/62142
Submitted by:	David A. Bader <dbader@ece.unm.edu> (maintainer)
2004-01-31 16:06:24 +00:00
Kirill Ponomarev
c8e96952a6 - Update to version 2003.11.25 2004-01-29 10:09:29 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Christian Weisgerber
3b991c070e Yet another C++ fix.
Reported by:	kris	(bento)
2004-01-25 20:07:42 +00:00