| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154298
|
|
|
|
| |
Notes:
svn path=/head/; revision=152498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Suggested by: arved
Notes:
svn path=/head/; revision=147744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
Notes:
svn path=/head/; revision=147671
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=144543
|
|
|
|
|
|
|
| |
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
Notes:
svn path=/head/; revision=137468
|
|
|
|
|
|
|
|
|
|
| |
testing on 4.x)
PR: ports/79764
Submitted by: maintainer
Notes:
svn path=/head/; revision=133011
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
|
| |
PR: ports/76758
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=127512
|
|
|
|
|
|
|
| |
big upgrade.
Notes:
svn path=/head/; revision=121070
|
|
|
|
|
|
|
| |
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=114369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/66475
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Notes:
svn path=/head/; revision=108919
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
|
|
|
|
| |
PR: ports/64391
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=105914
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/63640
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=102755
|
|
|
|
|
|
|
|
|
| |
only is enabled in configure script.
- This fixes packing on Bento.
- Patch submitted to authors.
Notes:
svn path=/head/; revision=101311
|
|
|
|
| |
Notes:
svn path=/head/; revision=101268
|
|
|
|
|
|
|
|
| |
PR: ports/62120
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=100920
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
| |
PR: 61754
Submitted by: maintainer
Notes:
svn path=/head/; revision=98841
|
|
|
|
|
|
|
|
| |
PR: 61659
Submitted by: maintainer
Notes:
svn path=/head/; revision=98776
|
|
|
|
|
|
|
|
|
|
| |
This is Gtk2 version of gnugadu.
PR: ports/61242
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Notes:
svn path=/head/; revision=98239
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Adjust MASTERDIRs
- Remove PKGNAMEPREFIX since it is implicit
- Add ports to Category Makefile
PR: 53797
Submitted by: Aleksander Fafula <alex@fafula.com>
Approved by: portmgr (marcus)
Repocopied by: joe
Notes:
svn path=/head/; revision=87278
|
|
|
|
|
|
|
|
| |
PR: 54301
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=85388
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- master site & homepage now live at sourceforge
- update maintainer's email address
- add a configuration dialog menu
- PERL -> REINPLACE_CMD
PR: 51748
Submitted by: maintainer
Notes:
svn path=/head/; revision=80622
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
Pointy hat to: nork
Reported by: make describe ECHO_MSG='echo > /dev/null'
Notes:
svn path=/head/; revision=71523
|
|
|
|
|
|
|
| |
Reported by: portsdb -U
Notes:
svn path=/head/; revision=71519
|
|
|
|
|
|
|
|
| |
PR: ports/39413
Submitted by: maintainer
Notes:
svn path=/head/; revision=69881
|
|
|
|
|
|
|
|
| |
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=65520
|
|
PR: 33125
Submitted by: doc@lublin.t1.pl
Notes:
svn path=/head/; revision=52179
|