FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 3:43 AM BST
non port: x11-wm/libepplet/Makefile
CVSWeb

Number of commits found: 19

Sat, 3 Jun 2006
[ 11:56 vanilla ] Original commit 
1.1056 MOVED
1.183 x11-wm/Makefile
1.19 x11-wm/libepplet/Makefile
1.5 x11-wm/libepplet/distinfo
1.15213 /CVSROOT/modules
1.2 x11-wm/libepplet/files/patch-api::epplet.h.in
1.2 x11-wm/libepplet/pkg-descr
1.4 x11-wm/libepplet/pkg-plist
Remove x11-wm/libepplet, merge into x11-wm/epplet.
Thu, 23 Feb 2006
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 18 May 2005
[ 18:03 vs ] Original commit 
1.25 x11-wm/epplets/Makefile
1.16 x11-wm/libepplet/Makefile
1.2 x11-wm/epplets/files/patch-Makefile.in
1.2 x11-wm/libepplet/files/patch-Makefile.in
1.2 x11-wm/libepplet/files/patch-configure
Use MAKE_ARGS & libtool 15
Fri, 9 Jul 2004
[ 17:43 marcus ] Original commit 
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile

(Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
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
Sun, 14 Mar 2004
[ 06:17 ade ] Original commit 
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile

(Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 4 Feb 2004
[ 05:10 marcus ] Original commit 
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile

(Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Tue, 9 Dec 2003
[ 19:58 krion ] Original commit 
1.12 x11-wm/libepplet/Makefile
1.2 x11-wm/libepplet/distinfo
1.1 x11-wm/libepplet/files/patch-Makefile.in
1.1 x11-wm/libepplet/files/patch-api::epplet.h.in
1.1 x11-wm/libepplet/files/patch-configure
- Update to version 0.7

PR:             60077
Submitted by:   Ports Fury
Sun, 6 Jul 2003
[ 10:14 oliver ] Original commit 
1.23 deskutils/gnofin/Makefile
1.9 deskutils/ithought/Makefile
1.11 lang/cyclone/Makefile
1.11 x11-wm/libepplet/Makefile
1.10 x11/xcolorsel/Makefile
replace ${PERL} with ${REINPLACE_CMD}

PR:             47406
Sun, 20 Apr 2003
[ 19:54 marcus ] Original commit 
1.11 x11-wm/aewm/Makefile
1.8 x11-wm/alloywm/Makefile
1.17 x11-wm/amaterus/Makefile
1.10 x11-wm/bbapm/Makefile
1.15 x11-wm/bbrun/Makefile
1.12 x11-wm/e16utils/Makefile
1.75 x11-wm/enlightenment/Makefile
1.27 x11-wm/fluxbox/Makefile
1.6 x11-wm/fluxconf/Makefile
1.59 x11-wm/fvwm2-devel/Makefile

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Thu, 20 Feb 2003
[ 19:21 knu ] Original commit 
1.16 x11-wm/9menu/Makefile
1.15 x11-wm/9wm/Makefile
1.9 x11-wm/aewm++/Makefile
1.26 x11-wm/afterstep-i18n/Makefile
1.44 x11-wm/afterstep/Makefile
1.2 x11-wm/ahwm/Makefile
1.12 x11-wm/amiwm/Makefile
1.35 x11-wm/ctwm/Makefile
1.11 x11-wm/e16utils/Makefile
1.17 x11-wm/epplets/Makefile

(Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Fri, 29 Nov 2002
[ 05:56 kris ] Original commit 
1.15 x11-wm/epplets/Makefile
1.8 x11-wm/libepplet/Makefile
Reset undeliverable maintainer email address to ports@FreeBSD.org
Mon, 2 Sep 2002
[ 01:30 lioux ] Original commit 
1.8 x11-wm/aewm/Makefile
1.4 x11-wm/alloywm/Makefile
1.15 x11-wm/amaterus/Makefile
1.5 x11-wm/bbapm/Makefile
1.10 x11-wm/bbrun/Makefile
1.72 x11-wm/enlightenment/Makefile
1.2 x11-wm/fluxconf/Makefile
1.46 x11-wm/fvwm2-devel/Makefile
1.47 x11-wm/fvwm2/Makefile
1.11 x11-wm/icepref/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Deploy USE_GNOMENG infrastructure

PR:             42305
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Fri, 7 Dec 2001
[ 20:59 dan ]  
unknown x11-wm/libepplet/Makefile
Change maintainership to Chris McDermott (was ports@freebsd.org).    
[ 20:58 dan ]  
unknown x11-wm/libepplet/Makefile
Update MASTER_SITES.    
Sat, 14 Apr 2001
[ 12:47 ijliao ]  
unknown x11-wm/libepplet/Makefile
Fix MASTER_SITES    
Mon, 5 Feb 2001
[ 21:06 olgeni ]  
unknown x11-wm/9menu/Makefile
unknown x11-wm/9wm/Makefile
unknown x11-wm/afterstep-stable/Makefile
unknown x11-wm/afterstep/Makefile
unknown x11-wm/amaterus/Makefile
unknown x11-wm/amiwm/Makefile
unknown x11-wm/epplets/Makefile
unknown x11-wm/flwm/Makefile
unknown x11-wm/fvwm/Makefile
unknown x11-wm/fvwm2-i18n/Makefile

(Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Layout fixes in x11-wm.    
Mon, 25 Dec 2000
[ 13:45 jedgar ]  
unknown x11-wm/libepplet/Makefile
unknown x11-wm/libepplet/pkg-plist
- Add secondary site to MASTER_SITES   - Fix dependency   - Use USE_LIBTOOL    
Tue, 18 Jul 2000
[ 06:38 kbyanc ]  
unknown x11-wm/libepplet/pkg/COMMENT
unknown x11-wm/libepplet/pkg/DESCR
unknown x11-wm/libepplet/Makefile
unknown x11-wm/libepplet/pkg/PLIST
unknown x11-wm/libepplet/files/md5
New port: libepplet. This is the library portion of the existing epplets   port,
the base library against which epplets must be linked.    

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.227 seconds.