| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/85878
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=142305
|
|
|
|
|
|
|
|
| |
PR: ports/67084
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=109811
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
anything in it. There's no need to have this try to create
/usr/X11R6/lib/gtk-2.0 either.
Notes:
svn path=/head/; revision=98076
|
|
|
|
|
|
|
|
| |
PR: 60141
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=95603
|
|
|
|
| |
Notes:
svn path=/head/; revision=75960
|
|
|
|
|
|
|
|
| |
PR: 47073
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=73290
|
|
|
|
|
|
|
|
| |
PR: ports/45624
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=70861
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
Notes:
svn path=/head/; revision=69625
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: 40623
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=63030
|
|
|
|
|
|
|
|
|
|
| |
- Chase location of libxml2 headers
PR: 38229
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=59593
|
|
|
|
|
|
|
|
| |
PR: 38184
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Notes:
svn path=/head/; revision=59407
|
|
|
|
| |
Notes:
svn path=/head/; revision=57025
|
|
|
|
| |
Notes:
svn path=/head/; revision=55957
|
|
|
|
| |
Notes:
svn path=/head/; revision=55873
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
case, and USE_XLIB will not be defined, which will result in the
LOCALBASE for PREFIX. LOCALBASE should, probably, be used in both cases,
but libwmf-config is giving the right values... Also the -nox11 suffix
is added to the package name in the WITHOUT_X11 case.
Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software
will work with any reasonably recent version. I'm not sure about -lxml2,
so I left that alone.
Notes:
svn path=/head/; revision=55038
|
|
|
|
| |
Notes:
svn path=/head/; revision=53447
|
|
|
|
|
|
|
|
|
|
| |
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
Notes:
svn path=/head/; revision=52160
|
|
|
|
|
|
|
|
| |
PR: 32052
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=50242
|
|
|
|
|
|
|
| |
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=47792
|
|
|
|
| |
Notes:
svn path=/head/; revision=47625
|
|
|
|
|
|
|
|
| |
PR: 28445
Submitted by: Adam Nealis <adamnealis@yahoo.co.uk>
Notes:
svn path=/head/; revision=44875
|
|
|
|
|
|
|
|
| |
PR: 23625
Submitted by: Ports Furry
Notes:
svn path=/head/; revision=36086
|
|
|
|
|
|
|
|
| |
PR: ports/22781
Submitted by: mzaki@e-mail.ne.jp
Notes:
svn path=/head/; revision=35045
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
|
|
|
|
| |
PR: 19682
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes:
svn path=/head/; revision=30317
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes:
svn path=/head/; revision=30165
|
|
|
|
|
|
|
|
| |
time to maintain these and I'm just not interested in these particular
ones any more.
Notes:
svn path=/head/; revision=29733
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Notes:
svn path=/head/; revision=29651
|
|
|
|
| |
Notes:
svn path=/head/; revision=29630
|
|
|
|
|
|
|
|
|
|
| |
- Optimize procedure of building shared libraries
- Avoid a few compiler warnings
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=28991
|
|
|
|
|
|
|
|
| |
PR: 18822
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Notes:
svn path=/head/; revision=28851
|
|
|
|
|
|
|
|
| |
PR: 18822
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Notes:
svn path=/head/; revision=28850
|
|
|
|
|
|
|
| |
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=28681
|
|
|
|
|
|
|
| |
string so I fixed it.
Notes:
svn path=/head/; revision=27514
|
|
|
|
| |
Notes:
svn path=/head/; revision=26345
|
|
|
|
| |
Notes:
svn path=/head/; revision=23312
|
|
|
|
|
|
|
|
| |
PR: 13677 (5 of 10)
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=22782
|
|
|
|
| |
Notes:
svn path=/head/; revision=21622
|
|
|
|
| |
Notes:
svn path=/head/; revision=20951
|
|
|
|
| |
Notes:
svn path=/head/; revision=20930
|
|
|
|
| |
Notes:
svn path=/head/; revision=19588
|
|
|
|
| |
Notes:
svn path=/head/; revision=19499
|
|
formats:
bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.
PR: ports/11858
Submitted By: Chris Piazza <cpiazza@home.net>
Notes:
svn path=/head/; revision=19497
|