non port: emulators/i386-wine-devel/Makefile.inc |
SVNWeb
|
Number of commits found: 144 (showing only 100 on this page) |
Wed, 11 Mar 2020
|
[ 19:49 salvadore ]
emulators/i386-wine-devel: Use standard ports infrastructure for ARCH
Until now i386-wine-devel defined its own ARCH variable and manually
included Makefile.i386 for i386 systems and Makefile.inc for amd64
systems. This commit makes use of the standard ARCH variable and renames
Makefile.inc to Makefile.amd64 so that the proper Makefile.${ARCH} is
automatically included.
This requires conditional inclusion of bsd.ports.pre.mk and
bsd.ports.post.mk by emulators/wine-devel [1], master port for
i386-wine-devel: those files must be included only if they have not
already been included by i386-wine-devel.
Approved by: gerald (mentor, maintainer [1])
|
Mon, 10 Feb 2020
|
[ 11:19 gerald ]
Hand over maintainership to salvadore@ (from the vanilla ports@).
Fix the optional dependency on emulators/wine-gecko-devel which is
now at version 2.47.1. This is the equivalent of revision 520954
for emulators/i386-wine.
PR: 238081
|
Tue, 4 Feb 2020
|
[ 11:09 rene ]
Return these files to the pool too.
Submitted by: jbeich
|
Sun, 2 Feb 2020
|
[ 08:53 gerald ]
Fix the (optional) dependency on wine-mono-devel, which was upgraded
all the way up to version 4.9.4 starting with revision 475073 in 2018
and further ones until revision 518293 last November.
|
Thu, 7 Nov 2019
|
[ 16:30 rene ] (Only the first 10 of 16 ports in this commit are shown above. )
Clean up support for FreeBSD 11.2.
While here, modernize some comments in Mk/bsd.*.mk.
Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat
under discussion.
Submitted by: rene
Reviewed by: antoine, jbeich, mat, zeising
Differential Revision: https://reviews.freebsd.org/D21974
|
Tue, 13 Aug 2019
|
[ 13:45 mat ]
Thinking about r508819 a bit more, make sure nothing depends on fetch
directly in ports.
|
Thu, 13 Dec 2018
|
[ 05:53 dbn ]
emulators/i386-wine-devel: update to 4.0.r1_1
- fix OSVERSION range for FreeBSD 12.0-RELEASE
|
Mon, 10 Dec 2018
|
[ 10:25 dbn ]
emulators/i386-wine-devel: update to 3.20
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Sat, 10 Mar 2018
|
[ 11:14 dbn ]
i386-wine-devel: update to 3.3
- remove i386-wine-staging (and STAGING option) as patches are no longer
provided upstream
|
Thu, 8 Feb 2018
|
[ 19:15 dbn ]
emulators/i386-wine-devel: update to 3.1
- bump minimum required FreeBSD version
|
Tue, 16 Jan 2018
|
[ 04:04 dbn ]
emulators/i386-wine-devel: update to 3.0.r6
|
Sat, 6 Jan 2018
|
[ 05:31 dbn ]
emulators/i386-wine-devel: update to 3.0.r4
Mark i386-wine-staging as BROKEN as those patches are no longer available
(and now several months of unavailability).
|
Sun, 10 Dec 2017
|
[ 12:28 dbn ]
emulators/i386-wine-devel: update to 2.21
|
Wed, 8 Nov 2017
|
[ 17:19 dbn ]
emulators/i386-wine-devel: update to 2.20
- update the minimum version of -CURRENT required.
|
Thu, 26 Oct 2017
|
[ 18:28 dbn ]
emulators/i386-wine-devel: update to 2.19
|
Wed, 18 Oct 2017
|
[ 06:29 dbn ]
emulators/i386-wine-devel: update to 2.18_2
- Switch from overriding UNAME_r to _OSRELEASE (the former is no longer
supported) for updating port
|
Sun, 3 Sep 2017
|
[ 18:01 dbn ]
emulators/i386-wine-devel: update to 2.15
|
Sat, 12 Aug 2017
|
[ 11:55 dbn ]
emulators/i386-wine-devel: update to 2.14
|
Thu, 10 Aug 2017
|
[ 16:29 gerald ]
Track wine-mono-devel update.
|
Mon, 31 Jul 2017
|
[ 15:09 dbn ]
emulators/i386-wine-devel: update to 2.13
|
Sun, 30 Jul 2017
|
[ 19:24 dbn ]
i386-wine-devel: update to 2.12
|
Thu, 13 Jul 2017
|
[ 05:52 dbn ]
emulators/i386-wine-devel: update to 2.11
|
Fri, 23 Jun 2017
|
[ 18:22 dbn ]
emulators/i386-wine-devel: add packages for -HEAD
|
Sun, 18 Jun 2017
|
[ 05:44 dbn ]
emulators/i386-wine-devel: update to 2.10
|
Fri, 16 Jun 2017
|
[ 18:46 dbn ]
emulators/i386-wine-devel: update to 2.9
- drop support for FreeBSD 12 (temporary issue with compiling package)
|
Mon, 8 May 2017
|
[ 19:17 dbn ]
emulators/i386-wine-devel: update to 2.7
|
Sun, 23 Apr 2017
|
[ 05:56 dbn ]
emulators/i386-wine-devel: update to 2.6
- Remove redundant ${CAT} of ${PKGMESSAGE}
|
Sat, 15 Apr 2017
|
[ 15:54 dbn ]
emulators/i386-wine-devel: update to 2.5_1
- fix direct use of commannds
Suggested by: danfe@
|
Sun, 2 Apr 2017
|
[ 05:39 dbn ]
emulators/i386-wine-devel: update to 2.4
- track version bump in wine-mono dependency
|
Sun, 26 Feb 2017
|
[ 11:07 gerald ]
Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments.
Approved by: dbn (maintainer)
|
Mon, 13 Feb 2017
|
[ 19:27 dbn ]
emulators/i386-wine-devel: update to 2.1
|
Wed, 25 Jan 2017
|
[ 15:22 dbn ]
emulators/i386-wine-devel: update to 2.0.r6.
|
Mon, 9 Jan 2017
|
[ 20:35 dbn ]
emulators/i386-wine-devel: update to 2.0.r4_1
|
Sat, 7 Jan 2017
|
[ 10:09 dbn ]
emulators/i386-wine-devel: update to 2.0.r3_1
- Drop support for FreeBSD 9.3, 10.1 and 10.3
- Update minimum version for FreeBSD-current
|
Mon, 19 Dec 2016
|
[ 04:34 dbn ]
emulators/i386-wine-devel: update to 2.0.r1_1.
- Unbreak i386-wine-staging: patches are now available.
|
Sat, 17 Dec 2016
|
[ 05:16 dbn ]
i386-wine-devel: fix pkg-plist.
- Fix generation of pkg-plist by properly detecting a single suffix (i.e. all
-devel or all -staging) [1][2]
- Regenerate pkg-plist
- Add USES=desktop-file-utils [1]
- Fix mono dependency [1]
PR: 215255 [2]
PR: 215269 [1]
Submitted by: Vikash Badal (vikashb@where-ever.za.net) [1]
Reported by: Neel Chauhan (neel@neelc.org) [2]
|
Sun, 11 Dec 2016
|
[ 19:17 dbn ]
emulators/i386-wine-devel: update to 2.0.r1
- Make i386-wine-staging as broken: no patches available
- Remove staging for the port-update target.
|
Sat, 19 Nov 2016
|
[ 13:32 dbn ]
emulators/i386-wine-devel: update to 1.9.23
|
Sat, 22 Oct 2016
|
[ 10:48 dbn ]
emulators/i386-wine-devel: update to 1.9.21.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 12 Oct 2016
|
[ 06:14 dbn ]
emulators/i386-wine-devel: update to 1.9.20.
|
Tue, 20 Sep 2016
|
[ 19:27 dbn ]
emulators/i386-wine-devel: update to 1.9.19.
- Add a noop command in the ${PLIST} target, to detect corrupted packages
|
Sat, 17 Sep 2016
|
[ 17:32 dbn ]
emulators/i386-wine-devel: update to 1.9.18.
- Add support for -current (aka "12").
|
Fri, 26 Aug 2016
|
[ 20:16 dbn ]
emulators/i386-wine-devel: update to 1.9.17.
|
Tue, 9 Aug 2016
|
[ 07:46 dbn ]
emulators/i386-wine-devel: update to 1.9.16
|
Mon, 1 Aug 2016
|
[ 18:59 dbn ]
emulators/i386-wine-devel: update to 1.9.15.
|
Tue, 19 Jul 2016
|
[ 06:22 dbn ]
emulators/i386-wine-devel: update to 1.9.14
|
Wed, 13 Jul 2016
|
[ 15:38 dbn ]
emulators/i386-wine-devel: fix gecko dependency bump.
PR: 210740, 219095
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>, Ivan Klymenko <fidaj@ukr.net
MFH: 2016Q3
|
Wed, 29 Jun 2016
|
[ 05:29 dbn ]
emulators/i386-wine-devel: update to 1.9.13.
|
Sat, 25 Jun 2016
|
[ 20:16 dbn ]
emulators/i386-wine-devel: update to 1.9.12.
- Track mono dependency change
- Update minimum FreeBSD ABI for -current.
|
Mon, 20 Jun 2016
|
[ 04:24 dbn ]
emulators/i386-wine-devel: update to 1.9.11_1
|
Mon, 6 Jun 2016
|
[ 18:01 dbn ]
emulators/i386-wine-devel: fix distfile generation.
Filter out all but the first TIMESTAMP.
|
Wed, 1 Jun 2016
|
[ 19:02 dbn ]
emulators/i386-wine-devel: update to 1.9.11
|
Mon, 23 May 2016
|
[ 05:58 dbn ]
emulators/i386-wine-devel: update to 1.9.10.
|
Wed, 11 May 2016
|
[ 20:15 dbn ]
emulators/i386-wine-devel: update to 1.9.9_1.
- Add GNUTLS support.
|
Wed, 4 May 2016
|
[ 20:07 dbn ]
i386-wine-devel: fix dependency on wine-mono-devel.
Reported by: Ivan Klymenko <fidaj@ukr.net>
|
[ 06:10 dbn ]
emulators/i386-wine-devel: update to 1.9.9
Changes:
- fix: faulty assumption in plists merge script: the first plist may not
always be peekable.
|
Sat, 30 Apr 2016
|
[ 16:53 dbn ]
emulators/i386-wine-devel: update to 1.9.8.
|
Wed, 6 Apr 2016
|
[ 06:14 dbn ]
emulators/i386-wine-devel: update to 1.6.7
PR: 208562
|
Tue, 5 Apr 2016
|
[ 05:09 dbn ]
emulators/i386-wine(-devel): bump for changes to security/gnutls.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 22 Mar 2016
|
[ 19:31 dbn ]
emulators/i386-wine-devel: update to 1.9.6.
|
Sun, 13 Mar 2016
|
[ 12:09 dbn ]
emulators/i386-wine-devel: update to 1.9.5
- Update dependency on wine-mono-devel (to version 4.6.0)
PR: 207072
|
Mon, 29 Feb 2016
|
[ 04:29 dbn ]
emulators/i386-wine-devel: update to 1.9.4.
|
Sat, 13 Feb 2016
|
[ 13:51 dbn ]
emulators/i386-wine-devel: update to 1.9.3
|
Fri, 12 Feb 2016
|
[ 16:17 dbn ]
emulators/i386-wine-devel: fix depends reference to wine-gecko-devel
PR: 207103
Submitted by: Piotr Kubaj <pkuba@anongoth.pl>
|
Mon, 1 Feb 2016
|
[ 06:04 dbn ]
emulators/i386-wine-devel: update to 1.9.2
- Move USE_AUTOTOOLS from wine-staging to wine-devel to ensure wine-devel's
STAGING option works correctly.
- Patch staging's patchinstall.sh to use the correct (suffixed) autoreconf
binary.
- Mark wine-staging's STAGING option a slave option.
|
Sun, 17 Jan 2016
|
[ 16:50 dbn ]
emulators/i386-wine-devel: update to 1.9.1.
|
Sun, 13 Dec 2015
|
[ 11:32 dbn ]
emulators/i386-wine-devel: update to 1.8.r3
- Remove GNUTLS from staging (prevents build on -current).
|
Wed, 9 Dec 2015
|
[ 05:36 dbn ]
emulators/i386-wine-devel: update to 1.8.r2.
Unable to build -CURRENT packages due to gnutls.
|
Sun, 29 Nov 2015
|
[ 18:54 dbn ]
emulators/i386-wine-devel: update to 1.8.r1
Packages for -CURRENT were not packages due to dependencies:
- gnutls
|
Sun, 22 Nov 2015
|
[ 20:57 dbn ]
emulators/i386-wine-devel: update to 1.7.55
Changes:
1) Update mergeplist.py:
a) Produce shorter plists
b) Improve naming of iteration variables
2) Add DEVEL and STAGING to the plist substitution list, for 1.
3) Bump minimum OSVERSION for -CURRENT
4) Mark port an broken on -CURRENT: dependencies not building
|
Wed, 21 Oct 2015
|
[ 19:53 dbn ]
i386-wine-devel: update to 1.7.53
|
Tue, 13 Oct 2015
|
[ 20:19 dbn ]
i386-wine-devel: update to version 1.7.52
|
Mon, 14 Sep 2015
|
[ 04:31 dbn ]
emulators/i386-wine-devel: update to 1.7.51.
Changes:
- Do not include ldconfig32 entries in pkg-plist
|
Wed, 26 Aug 2015
|
[ 16:12 dbn ]
emulators/i386-wine-devel: update to v1.7.50.
Changes:
* Update dependency version for gecko.
PR: 202653
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Thu, 13 Aug 2015
|
[ 18:08 dbn ]
emulators/i386-wine-devel: update to 1.7.49
* Drop support for FreeBSD 8
* Eliminate post-package step (no longer worked, not needed)
|
Tue, 11 Aug 2015
|
[ 18:51 dbn ]
emulators/i386-wine-devel: update to 1.7.48.
|
Sat, 18 Jul 2015
|
[ 20:16 dbn ]
emulators/i386-wine-devel: update to 1.7.47
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M i386-wine-devel/Makefile.inc
M i386-wine-devel/distinfo
M i386-wine-devel/pkg-plist
|
Sun, 12 Jul 2015
|
[ 16:23 dbn ]
emulators/i386-wine-devel update to 1.7.46.
|
Thu, 11 Jun 2015
|
[ 17:40 dbn ]
emulators/i386-wine-devel: update to 1.7.44.
Changes:
* Remove band-aid for compholio->staging move.
|
Tue, 26 May 2015
|
[ 04:33 dbn ]
emulators/i386-wine-devel: fix COMPHOLIO->STAGING rename issue
Changes:
a) Rename plist substitution for STAGING [1].
b) Rename extracted files for staging.
Impact:
a) Unbreak packaging for i386-wine-devel
b) Unbreak extraction for i386-wine-staging
PR: 200443 [1]
|
Sun, 24 May 2015
|
[ 14:47 dbn ]
emulators/i386-wine-staging: update to 1.7.43.
Changes:
* Due to the renaming of compholio->staging add a work-around for the
precompiled files. This fix will be removed in the next update.
|
[ 02:10 gerald ] (Only the first 10 of 14 ports in this commit are shown above. )
Rename emulators/wine-compholio to emulators/wine-staging and
accordingly emulators/i386-wine-compholio to emulators/i386-wine-staging.
Adjust CONFLICTS across all Wine related ports.
Reviewed by: dbn, kmoore
|
Tue, 12 May 2015
|
[ 20:10 dbn ]
emulators/i386-wine-devel: update to 1.7.42.
|
Fri, 24 Apr 2015
|
[ 15:48 dbn ]
emulators/i386-wine-devel: update to 1.7.41
* Update supported FreeBSD OS range.
|
Tue, 21 Apr 2015
|
[ 05:11 dbn ]
emulators/i386-wine-devel: update to 1.7.40_1.
|
Sun, 19 Apr 2015
|
[ 12:37 dbn ]
emulators/i386-wine(-devel|-compholio): add BUNDLE_LIBS.
The i386-wine ports bundle their own (32-bit) libraries that cause pkg-1.5
issues. Since these libraries are under lib32 it does not cause issues
with other software.
Bump PORTREVISION [1] for the 32-bit side of the ports. The 64-bit side of
the ports will be bumped when new packages have been prepared.
Approved by: gerald@ [1]
Reported by: bapt@
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Thu, 26 Mar 2015
|
[ 06:59 dbn ]
emulators/i386-wine-devel: update to 1.7.39.
Changes:
patch-nvidia.sh:
- handle nvidia-driver with package name suffix [1]
- handle i386-wine with arbitary package name suffix
- remove support for old pkg_ tools
PR: 198497 [1]
|
Thu, 12 Mar 2015
|
[ 17:13 dbn ]
emulators/i386-wine-devel: chase bump in dependencies.
PR: 198497
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
Tue, 10 Mar 2015
|
[ 19:17 dbn ]
emulators/i386-wine-devel: update to 1.7.38.
|
Sun, 1 Mar 2015
|
[ 19:45 dbn ]
emulators/i386-wine-devel: update to 1.7.37.
|
Wed, 28 Jan 2015
|
[ 19:23 dbn ]
Update emulators/i386-wine-devel to 1.7.35.
|
Tue, 27 Jan 2015
|
[ 05:02 dbn ]
emulators/i386-wine-devel: fix plist generation.
The port-update target incorrectly used ${suffix:U} - instead of ${suffix:tu} -
causing the plists for compholio to be used for both itself and devel. Devel,
however, does not include all those files. Thus, filtering of compholio
specific files broke.
Apologies for the issues during the update of i386-wine-devel to 1.7.34.
PR: 197110
|
Mon, 26 Jan 2015
|
[ 06:04 dbn ]
Actually update emulators/i386-wine-devel to 1.7.34.
PR: 197026
|
Fri, 16 Jan 2015
|
[ 06:00 dbn ]
Update emulators/i386-wine-devel to 1.7.34.
Changes:
- Set UNAME_r and OSVERSION in port update target.
|
Tue, 30 Dec 2014
|
[ 08:45 dbn ]
Update emulators/i386-wine-devel to 1.7.33_2.
Changes
- Update CONFLICTS_INSTALL for compholio ports
- Bump OSVERSION for FreeBSD-current.
|
Number of commits found: 144 (showing only 100 on this page) |