| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The lang/squeak ports assume B576000 and B1152000.
Lack of B576000 and B1152000 at /usr/include/sys/_termios.h, lang/squeak is
broken at 14.0-Current.
While here, add missing USES, dependencies, reorder variables, etc.
PR: 254456
Submitted by: takeshi.mutoh@gmail.com (maintainer)
Notes:
svn path=/head/; revision=569267
|
|
|
|
|
|
|
|
|
|
|
| |
The port declares a dependency on gstreamer but the configure/cmake script
never actually really check for it, (which can be verified also by the fact there
is no GstreamerPlugin in the plist).
Simply remove the dependency as gstreamer0 is plan for removal
Notes:
svn path=/head/; revision=563990
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=550374
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
Notes:
svn path=/head/; revision=541232
|
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516915
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=500751
|
|
|
|
|
|
|
|
| |
PR: 237716
Submitted by: takeshi.mutoh@gmail.com (maintainer)
Notes:
svn path=/head/; revision=500717
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
Notes:
svn path=/head/; revision=500606
|
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=488068
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=444437
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
| |
PR: 217190
Submitted by: takeshi.mutoh@gmail.com
Notes:
svn path=/head/; revision=434351
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D4157
Notes:
svn path=/head/; revision=413193
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Notes:
svn path=/head/; revision=399346
|
|
|
|
|
|
|
|
| |
PR: 202260
Submitted by: takeshi.mutoh@gmail.com
Notes:
svn path=/head/; revision=394386
|
|
|
|
| |
Notes:
svn path=/head/; revision=388332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Notes:
svn path=/head/; revision=372768
|
|
|
|
| |
Notes:
svn path=/head/; revision=371587
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
Notes:
svn path=/head/; revision=367307
|
|
|
|
|
|
|
|
| |
- Fix some sloppy code to make Clang happy and remove USE_GCC knob
- Simplify post-install target recipe; remove one trivial comment
Notes:
svn path=/head/; revision=363463
|
|
|
|
|
|
|
|
|
|
| |
- Employ USE_GSTREAMER knob instead of depending on libgstreamer.so
- Use consistent separators in patch files (this also deuglifies them)
PR: 192234
Notes:
svn path=/head/; revision=363453
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've no way to test this, but it supposedly fixes the PowerPC build.
Submitter has been notified the port will be removed due to lack of
staging soon.
PR: 184580
Submitted by: jrh29 (alumni.cwru.edu)
Approved by: maintainer timeout (8 months)
Approved by: portmgr (implicit, NO_STAGE)
Notes:
svn path=/head/; revision=363156
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362717
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361728
|
|
|
|
|
|
|
|
|
| |
PR: ports/183361
Submitted by: Henri Hennebert <hlh@restart.be>
Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
Notes:
svn path=/head/; revision=347553
|
|
|
|
|
|
|
|
|
| |
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Notes:
svn path=/head/; revision=346721
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Notes:
svn path=/head/; revision=338168
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
| |
Add an explicit dependency on pkgconf (needed for plugin detection)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=326322
|
|
|
|
| |
Notes:
svn path=/head/; revision=320670
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix patch for MAN page install
- USE_GCC
PR: ports/178656
Submitted by: Takeshi MUTOH <mutoh@openedu.org>
Notes:
svn path=/head/; revision=320432
|
|
|
|
|
|
|
|
|
| |
PR: 173191
Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
Notes:
svn path=/head/; revision=316713
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
| |
Notes:
svn path=/head/; revision=311750
|
|
|
|
|
|
|
|
|
| |
PR: ports/173132
Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=306504
|
|
|
|
|
|
|
|
|
| |
PR: 171291
Submitted by: Takeshi MUTOH <mutoh at openedu dot org> (maintainer)
Reported by: Patrick Dudjalija <patrick.dudjalija at gmail dot com>
Notes:
svn path=/head/; revision=305039
|
|
|
|
|
|
|
|
|
|
| |
- Add support for amd64
PR: ports/168483
Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
Notes:
svn path=/head/; revision=299879
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
| |
installed on system, this fixes incomplete plist in that case.
PR: ports/167809
Submitted by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=296583
|
|
|
|
|
|
|
|
| |
PR: ports/166959
Submitted by: maintainer, mutoh@openedu.org
Notes:
svn path=/head/; revision=295158
|
|
|
|
| |
Notes:
svn path=/head/; revision=276987
|
|
|
|
|
|
|
|
|
| |
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
Notes:
svn path=/head/; revision=256132
|
|
|
|
|
|
|
|
|
|
|
| |
- BUMP PORTREVISION
PR: ports/145758
Submitted by: Takeshi Mutoh <mutoh@openedu.org> (maintainer)
Approved by: itetcu (mentor, implicit)
Notes:
svn path=/head/; revision=252819
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=251267
|