| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=568016
|
|
|
|
| |
Notes:
svn path=/head/; revision=565282
|
|
|
|
|
|
|
| |
MFH: 2020Q4 (fix build blanket)
Notes:
svn path=/head/; revision=555161
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030
Notes:
svn path=/head/; revision=528750
|
|
|
|
| |
Notes:
svn path=/head/; revision=517125
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516845
|
|
|
|
| |
Notes:
svn path=/head/; revision=508837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The port games/ioquake3-server can be used to build a dedicated
server for Quake 3 and derivative games. However, it doesn't come
with an rc script to launch at system boot or on demand. This makes
it a bit tricky to run the dedicated server.
ioquake3-server is a "slave port" that depends on the master port
games/ioquake3 to actually retrieve the source and build everything.
This patch adds an rc script plus example server.cfg to the master port,
which is installed when the slave port is installed.
PR: 239180
Submitted by: kennedy.greg@gmail.com
Notes:
svn path=/head/; revision=507066
|
|
|
|
|
|
|
| |
Reported by: jbeich
Notes:
svn path=/head/; revision=458405
|
|
|
|
|
|
|
|
|
|
|
| |
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=458402
|
|
|
|
| |
Notes:
svn path=/head/; revision=453238
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=450473
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=449918
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=438339
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update from 2808 to 2904
- Switch to USE_GITHUB for distifles
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D8695
Notes:
svn path=/head/; revision=430722
|
|
|
|
| |
Notes:
svn path=/head/; revision=430166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following maintenance operations were performed:
- Recreate all patches with `make makepatch`
- Add LICENSE
- Update MAINTAINER to kami@freebsd.org
- games/ioquake3
- Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu
- Add support for slaves using different SDL versions
- games/ioquake3-devel
- Update to GIT revision 2808
- Use SDL2
- games/iourbanterror
- Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over
- Update 4.2.018 to 4.2.023
- games/urbanterror-data
- Update 4.2.018 to 4.2.023
- Fix install without DOCS
Reviewed by: cs
Approved by: cs
Differential Revision: https://reviews.freebsd.org/D5816
Notes:
svn path=/head/; revision=414032
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't cat pkg-message from Makefile
PR: 202974
Submitted by: amdmi3
Approved by: maintainer timeout (kamikaze@bsdforen.de, 1 month)
Notes:
svn path=/head/; revision=398930
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build system uses incorrect include order and it picks system
libspeex headers instead of bundled one so build fails because of
the interface difference.
Fix that by forcing including bundled libspeex. This also fixes
build of iourbanterror build.
PR: 201926
Notes:
svn path=/head/; revision=398218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=361946
|
|
|
|
| |
Notes:
svn path=/head/; revision=361536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch applied without incident. Tested on DragonFly poudriere,
everything built fine. It include an i386 fix, which is why the
previous commit was reverted.
The only modification was to change EXTRACT_CMD to TAR in a couple
of places.
PR: ports/187859
submitted by; maintainer (Dominic Fandrey)
Notes:
svn path=/head/; revision=356137
|
|
|
|
|
|
|
|
| |
Requested by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: portmgr (NO_STAGE override)
Notes:
svn path=/head/; revision=355788
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
Reported by: swills [1]
Notes:
svn path=/head/; revision=354909
|
|
|
|
|
|
|
|
|
| |
PR: ports/188419
Exp-run: bdrewery
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=354818
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following 4 ports will not build correctly if certain variables
are not defined as "freebsd". Defining them as "${OPSYS:tl}" caused
breakage on DragonFly for various reasons. Harding the variables are
a no-op for FreeBSD but fixes the ports on DragonFly.
* games/ioquake3
* graphics/opendx
* science/cdf
* security/john
approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=353023
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
Notes:
svn path=/head/; revision=352986
|
|
|
|
| |
Notes:
svn path=/head/; revision=347760
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=337464
|
|
|
|
|
|
|
|
|
|
| |
- Respect CC
PR: ports/182755
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes:
svn path=/head/; revision=330312
|
|
|
|
|
|
|
| |
games)
Notes:
svn path=/head/; revision=327730
|
|
|
|
|
|
|
|
|
|
|
| |
Every touched port was build-tested and passed.
PR: ports/180675
Submitted by: Dominic Fandrey (maintainer)
Tested on: FreeBSD 9.1/amd64 with poudriere
Notes:
svn path=/head/; revision=325812
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
| |
Notes:
svn path=/head/; revision=320109
|
|
|
|
| |
Notes:
svn path=/head/; revision=316343
|
|
|
|
| |
Notes:
svn path=/head/; revision=310871
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article from COMMENT
Approved by: maintainers
Notes:
svn path=/head/; revision=310844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
Notes:
svn path=/head/; revision=301539
|
|
|
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
Notes:
svn path=/head/; revision=301188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- games/ioquake3-devel-server added
- games/ioquake3-server added
- games/iourbanterror-server
- games/openarena-server added
- update games/ioquake3-devel to svn revision 2244
- update games/openarena to 0.8.8
- update games/openarena-data to 0.8.8
Doing this in single commit since all this ports are
tightly interconnected.
PR: ports/165842
Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Notes:
svn path=/head/; revision=296922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow slave ports to turn off some options
- Add modular renderer support for slaves
- Add WITH_DEBUG support
- Always check against non-default options so that they can be overridden
(e.g. for BATCH mode)
- Add pkg-config build dependency
ioquake3-devel, iourbanterror, openarena:
- Fix CURL support
- Link libraries instead of using dlopen
ioquake3-devel, iourbanterror:
- Update SVN snapshot r2064 to r2194
- Improved UDP download speed
- New protocol version 71
- Reduced VOIP latency
- Modular rendering system
- Added r_mode -2 for using display resolution
- Clang support
openarena:
- Switch from engine src dist 21 to 22 (both r1910 based)
openarena-oax:
- Update to B50
iourbanterror, openarena:
- Clean up plist
- Disable GAMELIBS option
PR: ports/162301
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=287274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add DESKTOP_ENTRIES if the client is installed
- Get rid of MD5 distinfo
- Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys
games/ioquake3-devel
- Update to SVN snapshot 1803, contains a number of fixes including the PAE
patch by Nerius Landis
- Make the port capable of being a master port
games/openarena
- Update to the latest source release
- Add PAE fix
games/openarena-oax
- Update to the latest release
games/iourbanterror
- Abandon urbanterror provided source for ioquake3 source, because the project
has announced a switch to a closed source licensing model
- Enslave to games/ioquake3-devel
- Change versioning scheme to resemble official version numbers
- Bump portepoch
PR: ports/152637
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes:
svn path=/head/; revision=265513
|