| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=185357
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
| |
Notes:
svn path=/head/; revision=178620
|
|
|
|
|
|
|
|
| |
Submitted by: Mark Martinec via freebsd-ports
Obtained from: http://fuzzyocr.own-hero.net/wiki/Downloads
Notes:
svn path=/head/; revision=177389
|
|
|
|
|
|
|
|
|
|
|
| |
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170640
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=149530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
| |
PR: ports/88346
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=146966
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: ports/67366
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes:
svn path=/head/; revision=110399
|
|
|
|
|
|
|
|
| |
PR: ports/65156
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes:
svn path=/head/; revision=106102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
to <stdarg.h>. Unfortunately, it fails to build with gcc 3.3, so hack
configure to not test for the presence of <varargs.h>.
Notes:
svn path=/head/; revision=85109
|
|
|
|
| |
Notes:
svn path=/head/; revision=75960
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: ports/42800
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes:
svn path=/head/; revision=66355
|
|
|
|
| |
Notes:
svn path=/head/; revision=54113
|
|
|
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
Notes:
svn path=/head/; revision=52072
|
|
|
|
| |
Notes:
svn path=/head/; revision=47231
|
|
|
|
|
|
|
| |
on WITHOUT_X11 is the Only True Way[tm].
Notes:
svn path=/head/; revision=43523
|
|
|
|
|
|
|
| |
Obtained from: Garrett Wollman
Notes:
svn path=/head/; revision=40180
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
controllable by the NO_X knob.
While here, remove the USE_LIBTOOL -- the package compiles fine
with the libtool of its own.
I was prompted to do this, when the build of mod_php4 on a
headless server started to download X11 sources...
Notes:
svn path=/head/; revision=40173
|
|
|
|
|
|
|
| |
Missed by: will
Notes:
svn path=/head/; revision=29741
|
|
|
|
|
|
|
|
| |
PR: 19380
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=29702
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: bento
Notes:
svn path=/head/; revision=28193
|
|
|
|
|
|
|
| |
string so I fixed it.
Notes:
svn path=/head/; revision=27514
|
|
|
|
|
|
|
|
| |
PR: 15719
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=24224
|
|
|
|
|
|
|
|
| |
PR: 13528
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=21700
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Requested by a couple of people.
Notes:
svn path=/head/; revision=19017
|
|
|
|
|
|
|
| |
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=18988
|
|
|
|
| |
Notes:
svn path=/head/; revision=14929
|
|
|
|
| |
Notes:
svn path=/head/; revision=14714
|
|
|
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
Notes:
svn path=/head/; revision=14465
|
|
|
|
| |
Notes:
svn path=/head/; revision=13268
|
|
|
|
| |
Notes:
svn path=/head/; revision=13230
|
|
|
|
|
|
|
|
|
| |
I also noticed a libgif.so.3 -> libgif.so.3.0 link in /usr/local/lib
so I thought it was this port adding it but when I installed it again
it didin't reappear. I wonder wth is going on....
Notes:
svn path=/head/; revision=12679
|
|
|
|
|
|
|
|
| |
PR: 4618
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Notes:
svn path=/head/; revision=8015
|
|
tools for working with GIF files.
Notes:
svn path=/head/; revision=6410
|