| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 42301
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
| |
PR: ports/41421
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
|
|
|
|
|
|
|
| |
and gnocatan ports.
Submitted by: Adam Kranzel <adam-ports@blacktabby.org>
PR: 34808 and 34807
|
|
|
|
|
|
|
|
| |
- Handle imlib support more properly
- Fix pkg-plist
PR: 32616
Submitted by: Ports Fury
|
|
|
|
| |
issues with the gtk version (ports/20995) but don't use gtk myself.
|
|
|
|
|
|
|
|
|
|
| |
2) Fix -gtk slave port.
3) Remove stupid pre-patch rubbish from Makefile
Too many patches are being implemented as Perl scripts embedded in
Makefiles.
Submitted by: olgeni (1)
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
|
|
|
| |
files.
|
|
|
|
|
|
| |
builds, and add a missing dependency on gettext.
Noticed by: asami
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Internationalization extended.
Full fog of war, nuclear fallout and more new goodies.
Lots of user interface improvements.
Lots of little bugfixes.
Also, the distfile location has changed.
Added a new mirror.
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
|
|
|
| |
the standard Athena Widgets and the GNOME toolkit.
|
|
|
|
|
|
|
|
|
| |
* Includes several new nations.
* Better internationalization (+ Norway, Britain, Russia).
* Lots of rule changes, mostly for Civ2 conformance.
* A few GUI improvements (like city work queues).
* A neat "connect" command for settlers/engineers, which allows
easy building of a road between two arbitrary points.
|
|
|
|
|
| |
Numerous minor bugfixes over previous beta version.
Sorted PLIST.
|
|
|
|
| |
Forgotten by: nakai
|
|
|
|
| |
required while I'm here.
|
|
|
|
| |
Found by: o-bento
|
|
|
|
| |
to tell sheldonh before he committed it..
|
|
|
|
|
|
|
| |
While I'm in here, bring in a knob for using the gtk-based UI
instead of the default Xaw-based one.
Reviewed by: cpiazza
|
|
|
|
| |
Also Requested By: sheldonh
|
| |
|
| |
|
| |
|
|
|
|
| |
master site.
|
| |
|
|
|
|
|
| |
PR: 11246
Submitted by: Chris Piazza <cpiazza@home.net>
|
|
|
|
|
| |
- remove EXTRACT_SUFX=.tar.bz2 (not needed if USE_BZIP2 is defined)
- remove BROKEN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
|
| |
|
|
|
|
|
|
|
| |
16 ccbrt01-vnbrt01.mediaone.net (24.128.6.33) 26.185 ms 20.049 ms 22.675 ms
17 tas5-atm.san.rr.com (204.210.0.244) 26.476 ms * 24.864 ms
18 * * *
19 * * *
|
|
|
|
|
|
| |
use gzip2 compressed distfile now.
PR: ports/9667
Submitted by: Tom Hukins <tom@eborcom.com>
|
|
|
|
|
| |
PR: 9449
Submitted by: maintainer
|
| |
|
|
|
|
| |
in the first place.
|
|
|
|
| |
ELF conversion.
|
|
|
|
|
| |
Submitted by: brett@peloton.physics.montana.edu
PR: ports/7667
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 5749
Submitted by: handy@lambic.space.lockheed.com
|
|
|
|
| |
Submitted by: Matthew Hunt <mph@pobox.com>
|
|
|
|
|
| |
PR: 5665
Submitted by: Matthew Hunt <mph@pobox.com>
|
| |
|
| |
|
|
A civilisation clone for x; multiplayer
PR: 3914
Submitted by: Ada T Lim <ada@not-enough.bandwidth.org>
|