| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
Notes:
svn path=/head/; revision=124429
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118432
|
|
|
|
|
|
|
|
|
| |
PR: ports/70698
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by: maintainer
Notes:
svn path=/head/; revision=116896
|
|
|
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes:
svn path=/head/; revision=112679
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
| |
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Notes:
svn path=/head/; revision=104813
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=102145
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
| |
this fix building on non-i386 archs.
Submitted by: maintainer
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=94826
|
|
|
|
|
|
|
|
|
|
| |
BUMP version.
PR: ports/59075
Submitted by: maintainer.
Notes:
svn path=/head/; revision=93543
|
|
|
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
Notes:
svn path=/head/; revision=92921
|
|
|
|
|
|
|
| |
bump the PORTREVISION accordingly.
Notes:
svn path=/head/; revision=91887
|
|
|
|
|
|
|
|
|
|
|
|
| |
- make port regarding libobj.so (see PR)
- make port BROKEN regarding graphics/hdf5
- unbreak port regarding missing "'s (see BENTO)
PR: ports/51484
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
Notes:
svn path=/head/; revision=90794
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Notes:
svn path=/head/; revision=83696
|
|
|
|
| |
Notes:
svn path=/head/; revision=76032
|
|
|
|
|
|
|
|
| |
PR: ports/45555
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
Notes:
svn path=/head/; revision=70780
|
|
|
|
|
|
|
|
| |
PR: 38365
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> (maintainer)
Notes:
svn path=/head/; revision=69900
|
|
|
|
|
|
|
| |
this code. It is still broken on 5.0.
Notes:
svn path=/head/; revision=68403
|
|
|
|
|
|
|
|
| |
PR: 38295
Submitted by: maintainer
Notes:
svn path=/head/; revision=59476
|
|
|
|
| |
Notes:
svn path=/head/; revision=47628
|
|
|
|
|
|
|
|
| |
PR: 26089
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> MAINTAINER
Notes:
svn path=/head/; revision=40611
|
|
|
|
| |
Notes:
svn path=/head/; revision=33281
|
|
|
|
|
|
|
| |
Correct PLIST while I'm here.
Notes:
svn path=/head/; revision=33278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29615
|
|
|
|
|
|
|
|
| |
PR: 17876
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
Notes:
svn path=/head/; revision=27709
|
|
|
|
| |
Notes:
svn path=/head/; revision=27505
|
|
|
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23474
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
|
|
|
| |
the .la file.
Notes:
svn path=/head/; revision=19217
|
|
|
|
|
|
|
| |
fall over on the Alpha.
Notes:
svn path=/head/; revision=19142
|
|
|
|
| |
Notes:
svn path=/head/; revision=18455
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=17738
|
|
The Swarm Simulation System
PR: 9726
Submitted by: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>
Notes:
svn path=/head/; revision=17606
|