non port: palm/synce-libsynce/Makefile |
SVNWeb
|
Number of commits found: 34 |
Fri, 13 Sep 2019
|
[ 20:25 jgh ]
- mark deprecated
PR: 206772
Approved by: webmaster@kibab.com (maintainer timeout)
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 24 Jun 2014
|
[ 15:16 vanilla ]
1: Stagify.
2: USES=libtool, and bump version.
3: new syntax of LIB_DEPENDS.
Approved by: portmgr@ (blanket approval)
|
Fri, 20 Sep 2013
|
[ 22:33 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
palm)
|
Wed, 4 Sep 2013
|
[ 20:01 bsam ] (Only the first 10 of 63 ports in this commit are shown above. )
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
|
Mon, 2 Sep 2013
|
[ 18:11 antoine ]
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 12 Oct 2009
|
[ 09:31 avl ]
- Update to 0.14
PR: ports/139325
Submitted by: myself
Approved by: maintainer, portmgr (miwi)
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 20 Mar 2009
|
[ 23:20 miwi ]
- Update to 0.13
PR: 132802
Submitted by: Ilya Bakulin <webmaster@kibab.com> (maintainer)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Sun, 27 Jul 2008
|
[ 13:18 miwi ]
- Update to 0.12
- Pass maintainership to submitter
PR: Bakulin Ilya <webmaster@kibab.com>
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Thu, 25 Jan 2007
|
[ 23:50 anray ]
Update to 0.9.3
|
Tue, 15 Aug 2006
|
[ 00:56 clsung ] (Only the first 10 of 68 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Sat, 29 Oct 2005
|
[ 04:25 lawrance ]
Drop maintainership since I no longer have a pocket pc. I'll be keeping
an eye on these, especially uppc-kmod in case anyone wants to take it over
and keep it working.
|
Mon, 1 Aug 2005
|
[ 17:10 lawrance ]
Update to 0.9.1
PR: ports/84333
Submitted by: Andrej Zverev <az@inec.ru>
|
Tue, 12 Apr 2005
|
[ 13:00 lawrance ] (Only the first 10 of 18 ports in this commit are shown above. )
Set my ports to their shiny new MAINTAINER address.
Approved by: clement (mentor)
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sat, 8 Jan 2005
|
[ 21:39 pav ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update to 0.9.0
PR: ports/72245, ports/72246, ports/72247, ports/72248,
ports/72249, ports/72250, ports/72251
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
|
Tue, 30 Mar 2004
|
[ 19:56 krion ] (Only the first 10 of 43 ports in this commit are shown above. )
- Use USE_ICONV knob
Approved by: portmgr
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Fri, 12 Mar 2004
|
[ 10:34 krion ]
- Update to version 0.8.9
PR: ports/64125
Submitted by: maintainer
|
Tue, 16 Dec 2003
|
[ 19:48 pav ]
- Update to 0.8.1
PR: ports/60291
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
|
Thu, 28 Aug 2003
|
[ 08:32 erwin ]
Update to 0.8
PR: 56057
Submitted by: maintainer
|
Mon, 28 Jul 2003
|
[ 10:00 arved ]
Add libsynce, a library to support communication with Windows CE devices
PR: 53311
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
Number of commits found: 34 |