| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove the (origins of the) copied ports manually
(as the new ones are repo-copies of these, no history is lost).
* Fixup index in games/Makefile
Sorry for the breakage.
Pointy hat: tcberner
Notes:
svn path=/head/; revision=461387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Notes:
svn path=/head/; revision=461375
|
|
|
|
|
|
|
| |
Reported by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes:
svn path=/head/; revision=460005
|
|
|
|
|
|
|
|
|
| |
- Adjust dependencies, plugin migrated to gtk3
- Strip binaries
- Silence portlint warning about variables ordering
Notes:
svn path=/head/; revision=459955
|
|
|
|
|
|
|
|
|
|
| |
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
Notes:
svn path=/head/; revision=455401
|
|
|
|
| |
Notes:
svn path=/head/; revision=452530
|
|
|
|
|
|
|
|
| |
This shouldn't change anything in the default case because tcl86 is chosen
anyway.
Notes:
svn path=/head/; revision=449392
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Notes:
svn path=/head/; revision=448472
|
|
|
|
|
|
|
| |
- Unsilence installation commands
Notes:
svn path=/head/; revision=443822
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439367
|
|
|
|
|
|
|
|
|
| |
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=438182
|
|
|
|
|
|
|
|
| |
Fix distfile format,WORKDIR and patch Makefile
Add license file
Notes:
svn path=/head/; revision=437547
|
|
|
|
|
|
|
|
| |
- Sort USES
- Rewrite pkg-descr
Notes:
svn path=/head/; revision=434835
|
|
|
|
| |
Notes:
svn path=/head/; revision=434803
|
|
|
|
|
|
|
|
|
|
| |
- add OPTIONS framework
- cleanup configure
- fix warnings
- make portlint happier
Notes:
svn path=/head/; revision=432714
|
|
|
|
| |
Notes:
svn path=/head/; revision=432165
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428152
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428142
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Silence patching
Notes:
svn path=/head/; revision=426899
|
|
|
|
|
|
|
| |
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=426269
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Notes:
svn path=/head/; revision=424182
|
|
|
|
| |
Notes:
svn path=/head/; revision=421563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
Notes:
svn path=/head/; revision=420774
|
|
|
|
|
|
|
|
|
|
|
| |
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=416469
|
|
|
|
|
|
|
|
|
| |
PR: 209756
Submitted by: T.C.Berner <tcberner@gmail.com>
Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
Notes:
svn path=/head/; revision=415902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
Notes:
svn path=/head/; revision=415864
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415500
|
|
|
|
|
|
|
|
|
|
| |
- make patches conform to recommended format (makepatch)
PR: 209399
Submitted by: yuri@rawbw.com
Notes:
svn path=/head/; revision=414879
|
|
|
|
|
|
|
|
|
| |
PR: 208724
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=413140
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=408892
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=404743
|
|
|
|
|
|
|
| |
I was able to fetch the port just fine.
Notes:
svn path=/head/; revision=404656
|
|
|
|
| |
Notes:
svn path=/head/; revision=404633
|
|
|
|
|
|
|
|
| |
- Switch to WRKSRC_SUBDIR
- Switch to options helpers
Notes:
svn path=/head/; revision=404632
|
|
|
|
|
|
|
|
| |
PR: 205530
Submitted by: nyan@
Notes:
svn path=/head/; revision=404389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add optional GTK2 support
- Add LICENSE
- Update WWW
PR: 204200
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4298
Notes:
svn path=/head/; revision=403328
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Project moved to github.
- Add LICENSEs.
Changelog at: https://github.com/engerim42/wmbinclock/blob/master/CHANGELOG
Submitted by: Thomas Kuiper <tkuiper@inxsoft.net> (author)
Approved by: logix@foobar.franken.de (maintainer implicite)
Sponsored by: Hackathon Taipei.
Notes:
svn path=/head/; revision=403083
|
|
|
|
| |
Notes:
svn path=/head/; revision=401096
|
|
|
|
| |
Notes:
svn path=/head/; revision=400151
|
|
|
|
|
|
|
| |
Take on maintainership.
Notes:
svn path=/head/; revision=400147
|
|
|
|
|
|
|
|
|
|
| |
- Simplify installation routine while I'm here
PR: 203455
Submitted by: Walter Schwarzenfeld
Notes:
svn path=/head/; revision=400125
|
|
|
|
|
|
|
|
|
|
| |
The PORTDATA mechanism was removed (per my request).
PR: 203487
Submitted by: ports fury
Notes:
svn path=/head/; revision=399471
|
|
|
|
|
|
|
|
|
|
|
| |
c++ -O2 -pipe -DIMAGE_PATH=\"/usr/local/lib/X11/glclock/\" -fstack-protector -fno-strict-aliasing -L/usr/local/lib -o glclock main.o glclock.o GLObject.o GLextensions.o PnmIO.o MString.o -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm
GLextensions.o: In function `IsSupported_EXT_polygon_offset()':
GLextensions.cpp:(.text+0x1027): undefined reference to `glPolygonOffsetEXT'
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=398032
|