| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add license, desktop
- Bump portrevision
- Pass maintainership to submitter
PR: ports/176997
Submitted by: nemysis <nemysis@gmx.ch>
Notes:
svn path=/head/; revision=314485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
Notes:
svn path=/head/; revision=291667
|
|
|
|
|
|
|
|
|
|
| |
- Add MAKE_JOBS_SAFE
PR: 160105
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=280454
|
|
|
|
| |
Notes:
svn path=/head/; revision=278804
|
|
|
|
| |
Notes:
svn path=/head/; revision=276993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=208952
|
|
|
|
|
|
|
|
|
|
| |
- File was rerolled for COPYRIGHT change.
PR: 121417
Submitted by: Chess Griffin <chess@chessgriffin.com>
Notes:
svn path=/head/; revision=208520
|
|
|
|
| |
Notes:
svn path=/head/; revision=208257
|
|
|
|
|
|
|
| |
Obtained from: Gentoo CVS
Notes:
svn path=/head/; revision=196826
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
Notes:
svn path=/head/; revision=173460
|
|
|
|
| |
Notes:
svn path=/head/; revision=149325
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Support PORTDOCS
PR: ports/70866
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=117147
|
|
|
|
|
|
|
| |
on sdl12-1.2.5
Notes:
svn path=/head/; revision=104132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=103247
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
Notes:
svn path=/head/; revision=85841
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch-ad contains security fixes (possible buffer overflows) reported at
21 May 2003 on bugtraq, Message-ID: <3ecae83d.66656@mail.achurch.org>.
A malicious user may be able to get GID games access without it.
Approved by: maintainer
Notes:
svn path=/head/; revision=82514
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=45918
|
|
|
|
|
|
|
|
|
|
| |
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
Notes:
svn path=/head/; revision=41125
|
|
|
|
| |
Notes:
svn path=/head/; revision=37708
|
|
|
|
|
|
|
|
| |
No advisory will be released as this port is setgid games and therefore
not a security risk.
Notes:
svn path=/head/; revision=37707
|
|
|
|
|
|
|
| |
variables from 2 to 1.
Notes:
svn path=/head/; revision=33212
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=31823
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=28770
|
|
|
|
| |
Notes:
svn path=/head/; revision=28515
|
|
|
|
| |
Notes:
svn path=/head/; revision=27923
|
|
|
|
| |
Notes:
svn path=/head/; revision=27900
|
|
|
|
|
|
|
|
| |
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
Notes:
svn path=/head/; revision=27515
|
|
|
|
| |
Notes:
svn path=/head/; revision=27123
|
|
|
|
|
|
|
|
|
| |
have time to maintain them.
Approved by: andy
Notes:
svn path=/head/; revision=27113
|
|
|
|
|
|
|
|
| |
PR: 17362
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes:
svn path=/head/; revision=27005
|
|
|
|
|
|
|
| |
Not responding to emails: Maintainer
Notes:
svn path=/head/; revision=26741
|
|
|
|
|
|
|
|
| |
PR: 16444 (part of it)
Submitted by: Alexander Langer <alex@cichlids.com>
Notes:
svn path=/head/; revision=25335
|
|
|
|
| |
Notes:
svn path=/head/; revision=20948
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
| |
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
Notes:
svn path=/head/; revision=19801
|
|
|
|
| |
Notes:
svn path=/head/; revision=18348
|
|
|
|
|
|
|
| |
in the first place.
Notes:
svn path=/head/; revision=13190
|
|
|
|
|
|
|
| |
ELF conversion.
Notes:
svn path=/head/; revision=13144
|
|
|
|
|
|
|
|
| |
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Notes:
svn path=/head/; revision=12289
|
|
|
|
|
|
|
|
|
| |
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=12173
|
|
|
|
|
|
|
|
|
| |
non-sunsite MASTER_SITE still has it, so just use that.
Submitted by: Kent A Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=11034
|
|
Macintosh form, it addicted a former roommate for the better part of
a semester.
PR: 6654
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes:
svn path=/head/; revision=11019
|