aboutsummaryrefslogtreecommitdiff
path: root/biology
Commit message (Collapse)AuthorAgeFilesLines
* - Honor CFLAGSKirill Ponomarev2004-04-161-1/+1
| | | | | | | | PR: ports/65599 Submitted by: michael johnson <ahze at ahze dot net> Notes: svn path=/head/; revision=107203
* BROKEN: Checksum mismatchKris Kennaway2004-04-121-0/+2
| | | | Notes: svn path=/head/; revision=106773
* Mark this port BROKEN with gtk+-2.4.Joe Marcus Clarke2004-04-111-0/+2
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=106710
* Tidy up whitespace.Trevor Johnson2004-04-102-6/+6
| | | | Notes: svn path=/head/; revision=106671
* Trim whitespace.Trevor Johnson2004-04-102-66/+66
| | | | Notes: svn path=/head/; revision=106662
* Add openbabel dependency (bento log forwarded by kris).Trevor Johnson2004-04-091-0/+2
| | | | Notes: svn path=/head/; revision=106524
* Update to 1.7.8.Trevor Johnson2004-04-073-16/+16
| | | | Notes: svn path=/head/; revision=106438
* After patching, remove the carriage-return characters from povchem.cTrevor Johnson2004-04-071-0/+2
| | | | | | | | | because they because they choke GCC 2.95.4. noticed by: kris Notes: svn path=/head/; revision=106426
* Chase home page.Trevor Johnson2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106420
* Fix build with gtk 2.4.Adam Weinberger2004-04-051-1/+6
| | | | Notes: svn path=/head/; revision=106233
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-054-3/+4
| | | | Notes: svn path=/head/; revision=106175
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-022-1/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* SIZEify (maintainer timeout)Trevor Johnson2004-03-3134-0/+38
| | | | Notes: svn path=/head/; revision=105747
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Do not hardcord PICFLAGMaho Nakata2004-03-201-7/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=104698
* Backout previous change of PICFLAG, sinceMaho Nakata2004-03-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=104581
* -fPIC is appropreate on all architectures.Maho Nakata2004-03-181-6/+0
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=104554
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* 1) Silent version up without changing the version numberMaho Nakata2004-03-183-6/+6
| | | | | | | | | | | very minor change in README 2) change WWW: section at pkg-descr 3) SIZEify Submitted by: kris via bento Notes: svn path=/head/; revision=104387
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* SIZEify.Trevor Johnson2004-03-172-0/+2
| | | | Notes: svn path=/head/; revision=104313
* 1) update to 0.9.3Maho Nakata2004-03-175-11/+44
| | | | | | | | | 2) honor PREFIX & LOCALBASE 3) SIZEify 4) possible fix for amd64 and ia64 Notes: svn path=/head/; revision=104273
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - Update to version 2003.09.21Kirill Ponomarev2004-03-124-15/+9
| | | | | | | | PR: ports/64160 Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> Notes: svn path=/head/; revision=103782
* Insert "-l" into PATCH_ARGS, to cause the "patch" command to ignoreTrevor Johnson2004-03-091-0/+1
| | | | | | | | carriage-return characters in povchem.c which otherwise cause patch-ab to fail to apply. Notes: svn path=/head/; revision=103361
* Add MD5 of 2004-01-06 version of povchem.c. Its contents areTrevor Johnson2004-03-091-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=103360
* Unmark as broken for 4.x; instead, mark as ignore for perl < 5.6.Mark Linimon2004-03-081-2/+2
| | | | Notes: svn path=/head/; revision=103263
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)Kris Kennaway2004-03-071-1/+7
| | | | Notes: svn path=/head/; revision=103197
* Maintainer reports being unable to look after this port any longer.Mark Linimon2004-03-071-1/+1
| | | | | | | Thanks for your efforts in the past. Notes: svn path=/head/; revision=103158
* - Update to version 0.4Kirill Ponomarev2004-02-282-3/+3
| | | | | | | | PR: ports/63478 Submitted by: maintainer Notes: svn path=/head/; revision=102362
* - Fix MASTER_SITESKirill Ponomarev2004-02-271-1/+1
| | | | | | | | PR: ports/63469 Submitted by: maintainer Notes: svn path=/head/; revision=102318
* Update to 20040226 releaseMario Sergio Fujikawa Ferreira2004-02-273-3/+10
| | | | Notes: svn path=/head/; revision=102244
* BROKEN on alpha: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101807
* BROKEN on alpha 5.x: does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101805
* BROKEN: Checksum mismatchKris Kennaway2004-02-221-0/+2
| | | | Notes: svn path=/head/; revision=101636
* BROKEN on 4.x: Configure failsKris Kennaway2004-02-221-1/+7
| | | | Notes: svn path=/head/; revision=101631
* BROKEN: Does not fetchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101606
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101589
* Upgrade to 1.23.Dag-Erling Smørgrav2004-02-096-1001/+1125
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=100524
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* Correct whitespace in COMMENTKris Kennaway2004-02-071-1/+1
| | | | Notes: svn path=/head/; revision=100207
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-0610-5/+5
| | | | Notes: svn path=/head/; revision=100139
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0417-5/+17
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix build on AMD64Kirill Ponomarev2004-02-012-2/+41
| | | | | | | - Use DOCSDIR Notes: svn path=/head/; revision=99742
* - Update to 3.6.bPav Lucistnik2004-01-312-4/+3
| | | | | | | | PR: ports/62142 Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer) Notes: svn path=/head/; revision=99626
* - Update to version 2003.11.25Kirill Ponomarev2004-01-292-2/+2
| | | | Notes: svn path=/head/; revision=99380
* Add SIZE.Trevor Johnson2004-01-279-0/+11
| | | | Notes: svn path=/head/; revision=99295
* Yet another C++ fix.Christian Weisgerber2004-01-251-1/+9
| | | | | | | Reported by: kris (bento) Notes: svn path=/head/; revision=99118
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98793