Kirill Ponomarev
2142b7d7c5
- Remove obsolete MASTER_SITES
...
PR: ports/67690
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-06-08 08:19:40 +00:00
Pav Lucistnik
02953055d8
- Update MASTER_SITES
...
PR: ports/67472
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-06-02 03:32:57 +00:00
Edwin Groothuis
60bb63b450
[PATCH] biology/mopac patchsite fix
...
this is a followup to ports/67432
I completely overlooked the fact that the port was setting
PATCH_SITES, here's a fix for that
maintainer cc'd
PR: ports/67441
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-06-01 08:07:15 +00:00
Edwin Groothuis
7f8badbf19
[PATCH] biology/mopac distsite fix
...
connection refused (portsurvey reports timeouts)
PR: ports/67432
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-06-01 02:28:01 +00:00
Edwin Groothuis
491939fee0
[PATCH] biology/gff2ps distsite fix
...
couple distfiles with their respective urls to reduce time and traffic
PR: ports/67430
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-06-01 02:23:41 +00:00
Pav Lucistnik
840f7cfafa
- Update WWW
2004-05-29 23:03:53 +00:00
Kirill Ponomarev
233a75db9c
- Fix MASTER_SITES
...
PR: ports/67045
Submitted by: Stefan Walter <sw@gegenunendlich.de>
2004-05-23 07:36:35 +00:00
Pav Lucistnik
5aac56ca94
- Remove long time unresponsive MASTER_SITE
...
PR: ports/67016
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 13:19:02 +00:00
Kirill Ponomarev
725ab6d62d
- Update MASTER_SITES and WWW: line
...
PR: ports/67015
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 07:29:47 +00:00
Thierry Thomas
7c2a40a70b
Add forgotten patches...
2004-05-21 13:24:56 +00:00
Kris Kennaway
48bf311b1a
BROKEN: Broken pkg-plist
2004-05-21 05:31:23 +00:00
Oliver Eikemeier
2a40961e20
unbreak, only minor changes in the distfiles (see PR)
...
Since the distfile has no version number, put it in
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
PR: 66817
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (new maintainer)
2004-05-18 14:59:02 +00:00
Thierry Thomas
ff68a3b77e
Add a missing BUILD_DEPENDS.
...
Reported by: Kris.
2004-05-11 05:40:32 +00:00
Thierry Thomas
805c70e719
Upgrade to 2.0b7 and unbreak.
2004-05-10 19:26:42 +00:00
Markus Brueffer
772bdda629
Fix MASTER_SITES
2004-05-09 11:04:04 +00:00
Maho Nakata
c72ea155ce
Make portlint happy by replacing space to tab
...
PR: 65409
Submitted by: trevor
2004-05-06 19:49:54 +00:00
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