| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=47625
|
|
|
|
|
|
|
| |
PR: 26783, 26784, 26785
Notes:
svn path=/head/; revision=42122
|
|
|
|
|
|
|
| |
Submitted by: John Merryweather Cooper
Notes:
svn path=/head/; revision=39798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
removing the symlinking of the installed shared library into the
${PREFIX}/lib. Those broken things should really use:
package require Img (from TCL)
or
Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C)
instead of trying to link with libimg directly, but there are
too many of them and sobomax lost (his and mine) cool.
This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
Notes:
svn path=/head/; revision=39782
|
|
|
|
|
|
|
|
|
|
| |
Some day the rest of the world will wise up and realize, that it is
often easier and neater to create a Makefile from scratch, than to try
to patch the configure/Makefile.in/Makefile.am/etc nonsense to do the
right thing.
Notes:
svn path=/head/; revision=38280
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes:
svn path=/head/; revision=30165
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
string so I fixed it.
Notes:
svn path=/head/; revision=27514
|
|
|
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23474
|
|
|
|
| |
Notes:
svn path=/head/; revision=23339
|
|
|
|
|
|
|
|
| |
PR: 14985
Submitted by: maintainer
Notes:
svn path=/head/; revision=23334
|
|
|
|
| |
Notes:
svn path=/head/; revision=21367
|
|
|
|
| |
Notes:
svn path=/head/; revision=20951
|
|
|
|
|
|
|
|
|
| |
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
Notes:
svn path=/head/; revision=19801
|
|
This is an image format handler for Tk. It handles the following image
formats:
bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.
PR: ports/10234
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Notes:
svn path=/head/; revision=17764
|