Commit graph

99 commits

Author SHA1 Message Date
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Lars Engels
2783f0a763 Update to 1.8.0 2016-04-28 20:05:42 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Alexey Dokuchaev
cd06f7ccc0 Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
2016-03-01 16:41:13 +00:00
John Marino
50ff2a53e4 games/scummvm: Partially revert configure patch
The use of "$(prefix)" in the configure file seems not to be
understand.  On FreeBSD, it's ignored but it actually causes failures
on DragonFly.  I suspect these flags aren't actually used.

If it turns out they are used, and support for non-standard PREFIX
(not /usr/local) is desired, the REINPLACE_CMD macro can adjust
/usr/local with in a post-patch target.
2015-10-02 09:07:05 +00:00
John Marino
585cd852ba games/scummvm: set jpeg base, support DragonFly
Set the prefix for new jpeg dependenncy for those compilers that
need it.  While here, incorporate dports configure patch to support
DragonFly.

Approved by:	maintainer (lme)
2015-09-17 12:09:53 +00:00
Alexey Dokuchaev
e3f7fa0561 - Ensure that build logs in bulk (package) mode are useful by passing the
--enable-verbose-build argument to configure script
- Register missing dependency on libjpeg, or Wintermute engine would be
  disabled; because JPEG library is very common dependency, previously
  this bug resulted in broken pkg-plist when built from ports locally
- Remove BROKEN statement for all architectures: it builds fine at least
  on PowerPC; I cannot thoroughly test it on sparc64 and ia64, but given
  their level of support at the moment, it makes more sense to ask for
  forgiveness rather than permission
- While here, wrap some long lines that exceeded standard terminal width

Approved by:	lme (maintainer)
2015-09-07 06:25:10 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Lars Engels
e4978fc246 Fix build on armv6
PR:			200122
Submitted by:		mikael.urankar@gmail.com
2015-05-11 17:12:33 +00:00
John Marino
796464350e games category: Remove $PTHREAD_LIBS
approved by:	PTHREAD blanket
2015-03-25 23:00:50 +00:00
Dmitry Marakasov
fbf857c478 - Drop @dirrm* from and add empty directories to plists
Approved by:	portmgr blanket
2015-01-15 13:40:56 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Alex Kozlov
9e4cc2de84 - Update to 1.7.0
Approved by: lme (maintainer)
2014-07-23 13:10:18 +00:00
Lars Engels
b959cfbae9 - Include bsd.port.post.mk instead of bsd.port..mk [1]
- Change to USES= tar:bzip2 [1]
- Strip scummvm binary

PR:		191952
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2014-07-20 15:41:41 +00:00
Adam Weinberger
611fae35fd Unbreak packaging by patching configure to put manpages into the
right directory.
2014-07-18 16:16:09 +00:00
Adam Weinberger
7f18f15201 Use OPTIONS helpers.
Add missing .gz to manpage in plist. PORTREVISION bump for that change.
2014-07-15 23:35:56 +00:00
Adam Weinberger
bdeb856151 Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. 2014-07-15 23:30:05 +00:00
Baptiste Daroussin
1ada6e33a5 Chase libmad changes 2014-02-05 15:53:18 +00:00
Dmitry Marakasov
c87a56b351 - Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by:	portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Lars Engels
d94ea62681 Re-work the port a bit:
- Don't install files manually but use upstream's installation logic
- Install upstream's desktop file
- Add a new OPTION for PNG support and enable it by default and disable it
  explicitly if it's not selected
- Use new LIB_DEPENDS format
- Use USES= gmake
- Support staging
2013-09-27 10:02:03 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Lars Engels
9e9e809937 - Update to 1.6.0 [1]
- Trim Makefile header [1]
- Remove unneeded bsd.port.pre.mk/bsd.port.post.mk [1]
- Fix plist

PR:		ports/179245
Submitted by:	ak
2013-07-01 17:25:29 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
d321be23d6 - Update DESKTOP_ENTRIES:
* 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
2013-01-22 23:12:20 +00:00
Mark Linimon
232fa320bf Mark broken on powerpc and sparc64 (and presumably, ia64).
Hat:		portmgr
2012-09-08 05:39:03 +00:00
Lars Engels
81ad01ac78 - Update to 1.5.0
- Convert to new options framework
- Remove ABI version numbers from LIB_DEPENDS

PR:		ports/170048
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (me)
2012-07-30 20:25:36 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Lars Engels
5585a92b45 - Add a desktop entry [1]
- Chase fluidsynth shared library change [2]
- Bump PORTREVISION

PR:		ports/166721 [1], ports/163751 [2]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> [1], Bartosz Fabianowski <freebsd@chillt.de> [2]
2012-05-23 20:37:04 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- 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
2012-02-18 10:18:33 +00:00
Lars Engels
f1a46bcef4 Update to 1.4.1
PR:		ports/164384, ports/164757
Submitted by:	Alex Kozlov, swills
Approved by:	maintainer (me)
2012-02-15 20:36:02 +00:00
Lars Engels
2d788e5518 - Update to 1.4.0
Feature safe:	yes
2011-11-11 16:51:10 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Lars Engels
7f3db1e438 - update to 1.3.1
- remove X86_ASM, which practically useless on x86, to unbreak sparc64

PR:		ports/160238
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	Maintainer (me)
2011-08-28 16:53:01 +00:00
Mark Linimon
77c6c953cf Does not compile on sparc64: invokes i386 asm. 2011-07-19 00:46:45 +00:00
Lars Engels
5a9b0b0f79 Update to 1.3.0
Changelog: http://sourceforge.net/projects/scummvm/files/scummvm/1.3.0/ReleaseNotes/view

PR:		ports/157859
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (me)
2011-06-21 16:56:14 +00:00
Lars Engels
a53276644a - update to 1.2.1 [1]
- remove WITH_MPEG2, it's only set WITH_VORBIS [1]
- turn X86_ASM off, I [PR submitter] tested a few games and didn't see any difference in speed, remove ONLY_FOR_ARCHS [1]
- add missing translations

PR:		ports/153256
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (me)
2010-12-27 20:43:06 +00:00
Mark Linimon
7d60ff5ae5 Mark as only for i386/amd64: invokes i386 asm.
Hat:		portmgr
Feature safe:	yes
2010-07-01 03:47:21 +00:00
Lars Engels
d02b3d8146 - Update to 1.1.1
- Install some more docs
- MPEG2 support removed
- Support for dynamic plugins removed
- Add OPTIONS for MT32EMU and X86_ASM
- Install more game engines
- Update COMMENT with a clearer description
- Add .desktop entry

PR:		ports/146120
Submitted by:	Andre Heider <a.heider@gmail.com>
Approved by:	maintainer (me)
2010-06-16 20:25:17 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Martin Wilke
e014e4c814 - Chase audio/fluidsynth shlib bump 2010-01-05 20:54:26 +00:00
Lars Engels
f1855ca238 - Install the shiny standard theme
- Bump PORTREVISION

PR:		ports/141830
Submitted by:	Oliver Herold <oh (AT) fixmbr.de>
Approved by:	maintainer (me)
2009-12-29 18:24:02 +00:00
Lars Engels
3c3550e3a1 Update to 1.0.0
PR:		ports/141808
Submitted by:	Oliver Herold
Approved by:	maintainer (me)
2009-12-20 15:19:02 +00:00
Lars Engels
d68c527c85 - Update to 1.0.0rc1
- Optionally enable dynamic plugins
2009-11-08 14:43:18 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Lars Engels
883d533640 - Update to 0.13.0 [1]
- Add MAKE_JOBS_SAFE

PR:		ports/132950
Submitted by:	Alex Kozlov
2009-03-29 20:26:09 +00:00
Lars Engels
e04835105a Update to 0.12.0 2008-09-04 13:02:13 +00:00