| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=209420
|
|
|
|
| |
Notes:
svn path=/head/; revision=183519
|
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
| |
Notes:
svn path=/head/; revision=161088
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=138439
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=138438
|
|
|
|
| |
Notes:
svn path=/head/; revision=138374
|
|
|
|
|
|
|
|
|
|
| |
* Add an rcNG script for starting mDNSResponder
* Assume maintainership
Approved by: Paul Dlug <paul@aps.org> (previous maintainer)
Notes:
svn path=/head/; revision=127680
|
|
|
|
|
|
|
| |
the howl include path.
Notes:
svn path=/head/; revision=127229
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=127215
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125655
|
|
|
|
|
|
|
|
|
| |
patches.
Approved by: maintainer
Notes:
svn path=/head/; revision=120596
|
|
|
|
|
|
|
|
|
|
|
| |
sent upstream, but I have not yet heard as to whether or not they have
been committed.
Reported by: markus
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=120547
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=116540
|
|
|
|
|
|
|
|
|
|
|
| |
the headers.
Most of this was adapted from the RedHat src RPMs.
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=114321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=112092
|
|
|
|
| |
Notes:
svn path=/head/; revision=110515
|
|
|
|
|
|
|
|
|
| |
- Respect PTHREAD_CFLAGS[LIBS]
Reported by: bento via kris
Notes:
svn path=/head/; revision=107104
|
|
|
|
|
|
|
|
| |
PR: ports/65418
Submitted by: maintainer
Notes:
svn path=/head/; revision=106726
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Use %%DATADIR%%
PR: 61432
Submitted by: Paul Dlug <paul@aps.org>
Approved by: erwin (mentor) (implicitly)
Notes:
svn path=/head/; revision=98316
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Remove GNU_CONFIGURE - implied by USE_LIBTOOL
- Add CONFIGURE_TARGET to silence a warning
- Use VERSION macro instead of explicit version number in pkg-plist
PR: 59424
Submitted by: maintainer
Notes:
svn path=/head/; revision=94285
|
|
|
|
|
|
|
|
|
|
|
| |
Regarding from the source, only endianness seems
to be the problem, so supporting other archs can be
achieved by quick hack, though.
Submitted by: kris via bento
Notes:
svn path=/head/; revision=92095
|
|
|
|
|
|
|
|
|
|
|
|
| |
Paul Dlug also submitted a PR with the howl port, but kept
his name in the MAINTAINER field, so I assign him as the
maintainer for this port.
PR: ports/55291
Submitted by: Paul Dlug <paul@aps.org>
Notes:
svn path=/head/; revision=87587
|
|
Howl is a cross-platform implementation of the Zeroconf networking
standard. Zeroconf brings a new ease of use to IP networking.
PR: 54717
Submitted by: David Magda <dmagda@magda.ca>
Notes:
svn path=/head/; revision=86740
|