| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libdata/pkgconfig.
Fix ports that where installing the file in the wrong place.
PR: 218067
Submitted by: mat
Exp-run by: antoine
Reviewed by: rene, antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10129
Notes:
svn path=/head/; revision=442784
|
|
|
|
|
|
|
| |
Submitted by: Mark Millard via private e-mail
Notes:
svn path=/head/; revision=439129
|
|
|
|
|
|
|
|
|
|
|
| |
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
Notes:
svn path=/head/; revision=434195
|
|
|
|
| |
Notes:
svn path=/head/; revision=433856
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
Notes:
svn path=/head/; revision=414332
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
| |
Notes:
svn path=/head/; revision=381406
|
|
|
|
| |
Notes:
svn path=/head/; revision=370999
|
|
|
|
|
|
|
|
|
| |
There will not be any more updates to gtkada version 2. There are two
gtkada ports (the other is gtkada3) and portscout is seeing the distfile
for the other one and falsely reporting gtkada has an update.
Notes:
svn path=/head/; revision=364322
|
|
|
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port directly conflicts with gtkada3 as many files are installed
in the same place. Define the conflict. While here:
* Convert from generated plist to pkg-plist
* Add DOCS and EXAMPLES options, use PORTDOCS and PORTEXAMPLES
* Remove post-patch target, not needed
* Convert to USES+= tar:bzip2
* Install license - GPLv2 was already defined but not installed
Notes:
svn path=/head/; revision=354627
|
|
|
|
|
|
|
|
|
|
|
| |
libraries built by the previous version of the Ada compiler can not
be used by the new compiler. Rev bump a couple of libraries that can
cause breakage on incremental builds.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=348648
|
|
|
|
|
|
|
|
| |
* Don't install license anymore as it messes up auto-plist
* Bump portrevision because of this plist change
Notes:
svn path=/head/; revision=333425
|
|
|
|
|
|
|
| |
x11-toolkits)
Notes:
svn path=/head/; revision=327785
|
|
|
|
| |
Notes:
svn path=/head/; revision=326494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The first attempt at supporting multiple jobs resulting in reimplementing
the MAKE_JOBS_NUMBER determining with "!=" operator. Portlint doesn't
like that and it's not even necessary. By overriding the do-build target,
the "-j" parameter is shielding from the makefile and the number of jobs
is passed to gprbuild via the PROCESSORS environment variable.
USE_GMAKE was also converted to USES+= gmake.
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=323381
|
|
|
|
|
|
|
|
|
|
| |
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=322832
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.24.4.0
- Auto generate pkg-plist
PR: ports/180172
Submitted by: John Marino <draco@marino.st> (maintainer)
Notes:
svn path=/head/; revision=322170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additionally:
1) A pre-generated reference manual has been added as a second distfile and is installed
2) License added
3) DESTDIR support added (comes from pkgsrc) (will be useful once staging will hit the tree)
4) gcc 4.7-specific patches
5) PLIST order alphabetically and fix issues with it.
PR: ports/178145
Submitted by: John Marino <draco@marino.st>
Notes:
svn path=/head/; revision=316919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Notes:
svn path=/head/; revision=313633
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
object-oriented features of the language. Gtk+ is a graphical toolkit
written in C for X-Window and Win32 that was originally developed as
the basis for GIMP.
WWW: http://libre.adacore.com/libre/tools/gtkada/
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
Notes:
svn path=/head/; revision=270092
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (miwi)
audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
Notes:
svn path=/head/; revision=248076
|
|
|
|
|
|
|
| |
in any case.
Notes:
svn path=/head/; revision=247131
|
|
|
|
|
|
|
|
|
| |
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr
Notes:
svn path=/head/; revision=245413
|
|
|
|
| |
Notes:
svn path=/head/; revision=240622
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 113159
Submitted by: Petr Holub (maintainer)
Notes:
svn path=/head/; revision=193091
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=181001
|
|
|
|
|
|
|
|
| |
PR: Petr Holub <hopet@.ics.muni.cz> (maintainer)
Submitted by: 107179
Notes:
svn path=/head/; revision=181000
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/98986
Submitted by: Petr Holub <hopet@ics.muni.cz>
Notes:
svn path=/head/; revision=174954
|
|
|
|
|
|
|
|
|
|
| |
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170655
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
Notes:
svn path=/head/; revision=153347
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
- Add SHA256
This port could use an update
Notes:
svn path=/head/; revision=149498
|
|
|
|
|
|
|
|
|
|
|
| |
- Reset maintainer: no access to FreeBSD machines
PR: ports/85210 [1]
Submitted by: Petr Holub
Approved by: maintainer
Notes:
svn path=/head/; revision=142702
|
|
|
|
| |
Notes:
svn path=/head/; revision=126025
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|
|
|
|
| |
Notes:
svn path=/head/; revision=76045
|
|
|
|
|
|
|
|
| |
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=65472
|
|
|
|
|
|
|
|
|
|
|
| |
to appropriate places
PR: 29811
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=47426
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- update to 1.2.2;
- respect CFLAGS;
- sort pkg-plist;
- properly name shared libraries.
Submitted by: bento
Notes:
svn path=/head/; revision=46273
|
|
|
|
|
|
|
| |
ports that depend on GNOME and need to change for 1.4
Notes:
svn path=/head/; revision=42259
|
|
|
|
|
|
|
|
|
|
| |
PR: 23738
Submitted by: David W. Chapman Jr.
LIB_DEPENDS GLU.14 -> USE_MESA.
Notes:
svn path=/head/; revision=36605
|
|
PR: 23138
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Notes:
svn path=/head/; revision=35788
|