aboutsummaryrefslogtreecommitdiffstats
path: root/net/linc
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to 1.0.3.marcus2003-06-203-3/+2
|
* Update to 1.0.2.marcus2003-05-203-5/+2
|
* Convert to new GNOME infrastructure.marcus2003-04-221-4/+1
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to GNOME 2.2.marcus2003-02-082-4/+4
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Update to 0.5.5.marcus2002-11-132-2/+2
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Update to 0.5.3.marcus2002-08-242-3/+3
|
* Update to 0.5.2.marcus2002-08-072-2/+2
|
* Remove redundant REINPLACE_CMD.sobomax2002-07-251-1/+0
|
* Use USE_GNOMENG.sobomax2002-07-251-4/+2
|
* Update to 0.5.1.marcus2002-07-252-3/+3
|
* Use USE_REINPLACE.sobomax2002-07-111-2/+3
|
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-011-1/+1
|
* Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1
|
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-151-1/+1
|
* Update to the latest GNOME 2 snapshot. This will be done it two parts.marcus2002-06-113-3/+4
| | | | | This first part is the GNOME 2 API. The next part will contain the desktop components.
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-292-3/+3
|
* Fix conflict if the gtk-doc port is installed.marcus2002-05-261-1/+2
| | | | Reported by: Rick Blair <ermine445@home.com>
* Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-201-1/+1
|
* Update to GNOME 2.0 RC2.marcus2002-05-121-1/+1
|
* Update to GNOME 2.0 RC 1.marcus2002-05-021-1/+1
|
* - Update to 0.1.21 (version found in GNOME2 beta4);sobomax2002-04-264-49/+17
| | | | - use USE_LIBTOOL.
* Update to GNOME 2.0 beta3.marcus2002-04-073-3/+6
| | | | Approved by: sobomax
* Bring up already ported portion on GNOME2 development platform on par withsobomax2002-03-122-4/+4
| | | | GNOME2 beta2 release.
* Update all components of the GNOME 2.0 to the versions included into GNOMEsobomax2002-02-272-5/+4
| | | | 2.0-beta release.
* Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with anothersobomax2002-02-211-2/+0
| | | | dependencies.
* Use version of the patch-ltmain.sh which doesn't strip -pthread flagssobomax2002-02-142-4/+22
| | | | when linking shared libraries. Bump PORTREVISION.
* Fix WWW.sobomax2002-02-121-1/+1
|
* Add linc 0.1.16, a library for writing networked servers & clients.sobomax2002-02-127-0/+109