Commit Graph

19 Commits

Author SHA1 Message Date
Maho Nakata
df33287cc1 Avoid the use of != statements in ports Makefile
PR:		71095
Submitted by:	eik
2004-10-24 03:37:02 +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
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +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
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
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
Eric Anholt
b1e4f642e5 LIB_DEPENDS on libglut for libglut rather than soon-to-disappear Mesa3. 2003-11-07 20:45:29 +00:00
Hye-Shik Chang
c76af54099 Fix build on python2.3 2003-08-20 10:40:37 +00:00
Maho Nakata
7f03690b18 Update to 0.90 2003-07-24 07:06:17 +00:00
Maho Nakata
1132a00c6e Updated to 0.8.6.
Submitted by: M. L. Dodson <bdodson@scms.utmb.EDU>
Pkg-plist by: maho
2003-05-03 03:45:31 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maho Nakata
ce7f2b93cc 1. add a missing dependency on png and unbreak.
2. change e-mail address of maho.
2002-11-19 23:01:49 +00:00
Hye-Shik Chang
164aad7a64 o Fix examples directory path which is changed in last revision.
Submitted by:	Glenn Johnson <glennpj@charter.net>
2002-08-26 05:13:28 +00:00
Hye-Shik Chang
485faf1e84 o Fix RUN_DEPENDS path (PMW -> Pmw)
o Fix DISTNAME which was broken by previous commit.
o Install example files

PR:		41977
Submitted by:	Glenn Johnson <glennpj@charter.net>
Approved by:	maintainer
2002-08-25 08:37:53 +00:00
Hye-Shik Chang
0aedf7e003 o Remove redundant dependency on py-tkinter.
o Bump PORTREVISION that I've missed on last commit.

Submitted by:	Glenn Johnson <glennpj@charter.net>
2002-08-22 04:20:19 +00:00
Hye-Shik Chang
bf0c82e18c Add a dependecy to x11-toolkits/pmw
PR:		41857
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Approved by:	maintainer
2002-08-22 03:35:32 +00:00
Hye-Shik Chang
dc8e3f8160 Add pymol 0.82, Free and Open-Source molecular modeling system.
PR:		40694
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-08-13 11:53:43 +00:00