| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=182368
|
|
|
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes:
svn path=/head/; revision=175261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
Notes:
svn path=/head/; revision=164120
|
|
|
|
| |
Notes:
svn path=/head/; revision=162219
|
|
|
|
| |
Notes:
svn path=/head/; revision=162132
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
| |
Reported by: krismail
Notes:
svn path=/head/; revision=133899
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
| |
big upgrade.
Notes:
svn path=/head/; revision=121070
|
|
|
|
|
|
|
|
|
| |
magic when removing shared directories.
PR: 70013
Notes:
svn path=/head/; revision=115426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=110842
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
| |
Notes:
svn path=/head/; revision=105737
|
|
|
|
|
|
|
| |
This triggered build breakage in gnome-vfsmm port.
Notes:
svn path=/head/; revision=105105
|
|
|
|
| |
Notes:
svn path=/head/; revision=104106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=101285
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
| |
- Exclude tests/ from build and packaging.
Notes:
svn path=/head/; revision=89874
|
|
|
|
| |
Notes:
svn path=/head/; revision=89863
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87623
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87460
|
|
|
|
|
|
|
| |
* Use USE_BZIP2
Notes:
svn path=/head/; revision=85323
|
|
|
|
| |
Notes:
svn path=/head/; revision=85316
|
|
|
|
|
|
|
|
|
|
|
|
| |
more than half.
Examples are available via a WITH_EXAMPLES knob, which is off by
default.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=84415
|
|
|
|
|
|
|
| |
Requested by: Alexander Nedotsukov <bland@mail.ru>
Notes:
svn path=/head/; revision=83336
|
|
|
|
| |
Notes:
svn path=/head/; revision=81791
|
|
|
|
|
|
|
|
|
| |
which this port is a wrapper. Also, add a URL to the pkg-descr.
Suggested by: Alexander Nedotsukov <bland@mail.ru>
Notes:
svn path=/head/; revision=81677
|
|
|
|
| |
Notes:
svn path=/head/; revision=81642
|
|
|
|
| |
Notes:
svn path=/head/; revision=79439
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|
|
|
|
| |
Notes:
svn path=/head/; revision=78131
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Reported by: bento
Notes:
svn path=/head/; revision=75615
|
|
|
|
| |
Notes:
svn path=/head/; revision=75085
|
|
|
|
| |
Notes:
svn path=/head/; revision=75044
|
|
|
|
| |
Notes:
svn path=/head/; revision=72078
|
|
|
|
| |
Notes:
svn path=/head/; revision=70274
|
|
|
|
| |
Notes:
svn path=/head/; revision=69276
|
|
|
|
| |
Notes:
svn path=/head/; revision=68316
|
|
|
|
|
|
|
|
|
|
|
| |
bindings for GTK+-2.0.
PR: 36945
Submitted by: garrett rooney <rooneg@electricjellyfish.net>
Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes:
svn path=/head/; revision=67851
|
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
|
|
|
|
| |
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Notes:
svn path=/head/; revision=65347
|
|
|
|
|
|
|
|
|
| |
depending on gtk-- will not build.
Reported by: Adriel Cardenas G. <freebsd@aztlansystems.net>
Notes:
svn path=/head/; revision=64641
|
|
|
|
| |
Notes:
svn path=/head/; revision=63091
|
|
|
|
|
|
|
| |
subdir since they are generated at build-time.
Notes:
svn path=/head/; revision=61088
|