| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Notified by: Alvin Oga
Notes:
svn path=/head/; revision=273837
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
| |
Actually the version number is from SVN, and maho@ manually
checked out from SVN.
The source archive is not distributed as tar ball.
Notes:
svn path=/head/; revision=261300
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
| |
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Notes:
svn path=/head/; revision=235453
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Notes:
svn path=/head/; revision=226727
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: pointyhat via pav
Notes:
svn path=/head/; revision=209943
|
|
|
|
|
|
|
| |
Submitted by: pav
Notes:
svn path=/head/; revision=208704
|
|
|
|
| |
Notes:
svn path=/head/; revision=208552
|
|
|
|
|
|
|
| |
PR: 115302
Notes:
svn path=/head/; revision=198632
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: 108940
Submitted by: CHAO Shin
Notes:
svn path=/head/; revision=184650
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=173233
|
|
|
|
| |
Notes:
svn path=/head/; revision=173183
|
|
|
|
|
|
|
|
|
|
|
|
| |
o add data dir to have working port[1]
PR: 95121[1]
Submitted by: Sangwoo Shim <sangwoos at gmail.com>[1]
This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
Notes:
svn path=/head/; revision=166687
|
|
|
|
| |
Notes:
svn path=/head/; revision=161307
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
Notes:
svn path=/head/; revision=153347
|
|
|
|
| |
Notes:
svn path=/head/; revision=144778
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=132041
|
|
|
|
|
|
|
|
| |
Submitted by: kris via pointy hat
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=131924
|
|
|
|
| |
Notes:
svn path=/head/; revision=128213
|
|
|
|
|
|
|
|
| |
PR: 71095
Submitted by: eik
Notes:
svn path=/head/; revision=120057
|
|
|
|
|
|
|
|
| |
PR: 65409
Submitted by: trevor
Notes:
svn path=/head/; revision=108577
|
|
|
|
| |
Notes:
svn path=/head/; revision=106662
|
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=104698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=104554
|
|
|
|
|
|
|
|
|
| |
2) honor PREFIX & LOCALBASE
3) SIZEify
4) possible fix for amd64 and ia64
Notes:
svn path=/head/; revision=104273
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=93322
|
|
|
|
| |
Notes:
svn path=/head/; revision=87367
|
|
|
|
| |
Notes:
svn path=/head/; revision=85511
|
|
|
|
|
|
|
|
| |
Submitted by: M. L. Dodson <bdodson@scms.utmb.EDU>
Pkg-plist by: maho
Notes:
svn path=/head/; revision=80032
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
2. change e-mail address of maho.
Notes:
svn path=/head/; revision=70527
|
|
|
|
|
|
|
| |
Submitted by: Glenn Johnson <glennpj@charter.net>
Notes:
svn path=/head/; revision=65018
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=64977
|
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION that I've missed on last commit.
Submitted by: Glenn Johnson <glennpj@charter.net>
Notes:
svn path=/head/; revision=64805
|
|
|
|
|
|
|
|
|
| |
PR: 41857
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Approved by: maintainer
Notes:
svn path=/head/; revision=64797
|
|
PR: 40694
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Notes:
svn path=/head/; revision=64463
|